summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl
Commit message (Expand)AuthorAgeFilesLines
* Fix the build of C programs that link against libperl, and use thetobez2001-06-137-14/+14
* For the time being, Perl threading is considered dangerous. How, whenmarkm2001-05-318-4625/+1
* From the submitter:markm2001-05-262-3/+2
* CURRENT no longer needs -pthreadmarkm2001-05-261-1/+0
* - Avoid circular `use Config', which may lead to random synax errorsmarkm2001-05-022-9/+13
* * Add Config.pm to fight situations when perldoc(1) showed a manual pagejoe2001-05-016-10/+94
* From the author:markm2001-04-081-0/+1
* Fix a few bugs in BSDPAN:joe2001-04-052-10/+30
* Commit the first version of BSDPAN.joe2001-04-0322-29/+769
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* When setproctitle() moved from libutil to libc, we forgot to back thepeter2001-02-132-4/+4
* Fix cross-building.marcel2000-11-207-12/+6
* Change "PERL_THREADED=yes" to "PERL_THREADED=true".vanilla2000-10-301-4/+2
* Add suffix "-thread" to archname when perl with thread support.vanilla2000-10-309-11/+11
* Gosh. I managed to commit the wrong version of this file. Darn;markm2000-09-151-4/+4
* Silence the perl build a lot; particularly in the case where amarkm2000-09-141-4/+4
* Fixes and cleanups to the perl build; don't error out when NOCLEAN ismarkm2000-08-207-10/+20
* Always build and install suidperl. Only install suidperl setuid whenimp2000-08-132-5/+5
* Don't build suidperl by default. Make users specifically enable itsimp2000-08-101-1/+1
* Bunch-o'-tweaks.markm2000-07-026-149/+149
* Fix the perl build on the Alpha. int32 is 'int' not 'long'. int64 ispeter2000-06-302-8/+8
* Tweaks to the build to allow "make -DNOCLEAN" and "make release" tomarkm2000-06-293-2/+10
* Fix the upgrade-build case.markm2000-06-2715-28/+40
* Fix for bootstrapping. Grr. Pointy Hat Please?markm2000-06-263-2/+14
* Thread support for v5.6.0markm2000-06-262-154/+566
* Userland build stuff for Perl5.006.markm2000-06-2539-999/+984
* Remove libxpg4ache2000-06-042-4/+4
* Perl lib configuration for IA-64 (along with PPC and arm32)obrien2000-04-176-0/+3602
* Add a config.SH for the sparc and sparc64 ports. The ones for the sparc64steve2000-04-164-0/+2400
* Fixed wrong path to libperl in DPADD.bde2000-03-271-4/+7
* Don't abuse LDADD for holding linker flags. Doing so brokebde2000-03-272-6/+4
* Fixed missing DPADD.bde2000-03-271-3/+2
* Considerable upgrade to the way perl links to shared objects. Thismarkm2000-03-087-96/+104
* Fix for (amongst other things) the cross-compile case where a too-oldmarkm2000-01-291-1/+1
* Revert the libcrypt/libmd stuff back to how it was. This should not havepeter1999-12-182-4/+3
* Add libmd to LDFLAGS. libmd is needed by libcrypt.marcel1999-12-161-1/+1
* Make the perl build a little less chatty.jkh1999-12-161-14/+14
* Add libmd (or move it after libcrypt). We don't want the linker to bemarcel1999-12-161-2/+3
* Misuse MakeMaker's DEFINE parameter to add an include path to the ccmarcel1999-12-151-3/+4
* Override PERL and FULLPERL to be just "perl". This prevents MakeMakermarcel1999-12-041-12/+11
* Add miniperlmain.c to CLEANFILES and remove a second instance ofmarcel1999-12-041-2/+2
* Add perlopentut.pod, perlreftut.pod and perlthrtut.pod to the list ofsheldonh1999-11-171-3/+4
* Rename a macro; it gets set at "make world" time, and I had a localmarkm1999-09-252-3/+3
* Fix problem where a macro is not properly initialised in the !THREADmarkm1999-09-241-2/+2
* Low-level, but significant cleanup of Perl's build process.markm1999-09-247-154/+65
* Oops. Forgot to cvs add these for threads support.markm1999-09-042-0/+1200
* Allow perl to be built with thread support.markm1999-09-048-22/+87
* $Id$ -> $FreeBSD$peter1999-08-2731-49/+49
* Add one more dependency (oops).dt1999-05-131-2/+2
* Added some missing dependencies.dt1999-05-121-7/+9
OpenPOWER on IntegriCloud