aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
Commit message (Expand)AuthorAgeFilesLines
...
* Considerable upgrade to the way perl links to shared objects. ThisMark Murray2000-03-087-96/+104
* Fix for (amongst other things) the cross-compile case where a too-oldMark Murray2000-01-291-1/+1
* Revert the libcrypt/libmd stuff back to how it was. This should not havePeter Wemm1999-12-182-4/+3
* Add libmd to LDFLAGS. libmd is needed by libcrypt.Marcel Moolenaar1999-12-161-1/+1
* Make the perl build a little less chatty.Jordan K. Hubbard1999-12-161-14/+14
* Add libmd (or move it after libcrypt). We don't want the linker to beMarcel Moolenaar1999-12-161-2/+3
* Misuse MakeMaker's DEFINE parameter to add an include path to the ccMarcel Moolenaar1999-12-151-3/+4
* Override PERL and FULLPERL to be just "perl". This prevents MakeMakerMarcel Moolenaar1999-12-041-12/+11
* Add miniperlmain.c to CLEANFILES and remove a second instance ofMarcel Moolenaar1999-12-041-2/+2
* Add perlopentut.pod, perlreftut.pod and perlthrtut.pod to the list ofSheldon Hearn1999-11-171-3/+4
* Rename a macro; it gets set at "make world" time, and I had a localMark Murray1999-09-252-3/+3
* Fix problem where a macro is not properly initialised in the !THREADMark Murray1999-09-241-2/+2
* Low-level, but significant cleanup of Perl's build process.Mark Murray1999-09-247-154/+65
* Oops. Forgot to cvs add these for threads support.Mark Murray1999-09-042-0/+1200
* Allow perl to be built with thread support.Mark Murray1999-09-048-22/+87
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2731-49/+49
* Add one more dependency (oops).Dmitrij Tejblum1999-05-131-2/+2
* Added some missing dependencies.Dmitrij Tejblum1999-05-121-7/+9
* Remove $Log garbage from these; it was causing failure when expanded.Mark Murray1999-05-053-27/+24
* System Perl is now 5.00503! There is support for threads, but this isMark Murray1999-05-028-127/+165
* Need to translate more .h to .ph then just /usr/include &Julian Elischer1999-03-181-2/+2
* Back out the last commit; it broke things.Mark Murray1999-01-173-12/+12
* fix optimize= settings - configpm understand only =' or =" as variablesAndrey A. Chernov1999-01-153-12/+12
* Fix some more turdage from the original ./configure.Mark Murray1999-01-143-18/+18
* When doing a setuid script, the usual #!/usr/bin/perl detects it and execsPeter Wemm1999-01-121-1/+3
* Switch to using ".So" as the extension for PIC object files ratherJohn Polstra1999-01-091-2/+2
* Fix paths. This sorts out the remaining p5-* port-creation hassles.Mark Murray1998-10-173-33/+33
* Properly install the *.h files in CORE and Config.pm where it wants to be.Mark Murray1998-10-151-1/+7
* Damn - dirname(1) is not available this early. Work-around.Mark Murray1998-10-121-5/+3
* Very substantial debug/improvement of the FreeBSD/Perl5 build.Mark Murray1998-10-117-361/+166
* Allow NOSUIDPERL to DTRT.Mark Murray1998-09-301-2/+6
* Fix the shared library configuration stuff.Mark Murray1998-09-293-15/+15
* Repairs to make the ports system work again. Currently, the portsMark Murray1998-09-265-43/+42
* Part #2 (final) of suidperl repair.Mark Murray1998-09-243-12/+12
* More make cleanups.Mark Murray1998-09-233-7/+6
* Big cleanup of the perl build.Mark Murray1998-09-228-151/+157
* I danced with the devil and found the needle in the haystack!John Birrell1998-09-213-3/+3
* Supply correct type widths etc. for alpha.Doug Rabson1998-09-161-13/+13
* Generalise the build a bit more.Mark Murray1998-09-168-14/+600
* Add a link perl --> perl5.00502Mark Murray1998-09-141-1/+2
* Allow libperl to be a shared library.Mark Murray1998-09-125-8/+12
* Fix parallel building.Mark Murray1998-09-127-35/+627
* Dorkus sum. I managed to commit an earlier version of this. This fixes theMark Murray1998-09-105-9/+9
* Bring in the Perl5 BMake files. This ends the easy stuff.Mark Murray1998-09-0930-0/+1440
* Old Perl is leaving us. Goodbye, faithful friend.Mark Murray1998-09-09250-68813/+0
* Use the installed version of perl for `make install'. It is nowBruce Evans1998-07-071-11/+3
* Use the installed version of perl for `make depend'. It is nowBruce Evans1998-07-071-14/+3
* Fixed printf format errors.Bruce Evans1998-06-303-12/+27
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+11
* Also check for Satoshi's TMPDIR location of perl when looking around for it.Jordan K. Hubbard1998-05-291-2/+6