summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove $Log garbage from these; it was causing failure when expanded.markm1999-05-053-27/+24
* System Perl is now 5.00503! There is support for threads, but this ismarkm1999-05-028-127/+165
* Need to translate more .h to .ph then just /usr/include &julian1999-03-181-2/+2
* Back out the last commit; it broke things.markm1999-01-173-12/+12
* fix optimize= settings - configpm understand only =' or =" as variablesache1999-01-153-12/+12
* Fix some more turdage from the original ./configure.markm1999-01-143-18/+18
* When doing a setuid script, the usual #!/usr/bin/perl detects it and execspeter1999-01-121-1/+3
* Switch to using ".So" as the extension for PIC object files ratherjdp1999-01-091-2/+2
* Fix paths. This sorts out the remaining p5-* port-creation hassles.markm1998-10-173-33/+33
* Properly install the *.h files in CORE and Config.pm where it wants to be.markm1998-10-151-1/+7
* Damn - dirname(1) is not available this early. Work-around.markm1998-10-121-5/+3
* Very substantial debug/improvement of the FreeBSD/Perl5 build.markm1998-10-117-361/+166
* Allow NOSUIDPERL to DTRT.markm1998-09-301-2/+6
* Fix the shared library configuration stuff.markm1998-09-293-15/+15
* Repairs to make the ports system work again. Currently, the portsmarkm1998-09-265-43/+42
* Part #2 (final) of suidperl repair.markm1998-09-243-12/+12
* More make cleanups.markm1998-09-233-7/+6
* Big cleanup of the perl build.markm1998-09-228-151/+157
* I danced with the devil and found the needle in the haystack!jb1998-09-213-3/+3
* Supply correct type widths etc. for alpha.dfr1998-09-161-13/+13
* Generalise the build a bit more.markm1998-09-168-14/+600
* Add a link perl --> perl5.00502markm1998-09-141-1/+2
* Allow libperl to be a shared library.markm1998-09-125-8/+12
* Fix parallel building.markm1998-09-127-35/+627
* Dorkus sum. I managed to commit an earlier version of this. This fixes themarkm1998-09-105-9/+9
* Bring in the Perl5 BMake files. This ends the easy stuff.markm1998-09-0930-0/+1440
* Old Perl is leaving us. Goodbye, faithful friend.markm1998-09-09250-68813/+0
* Use the installed version of perl for `make install'. It is nowbde1998-07-071-11/+3
* Use the installed version of perl for `make depend'. It is nowbde1998-07-071-14/+3
* Fixed printf format errors.bde1998-06-303-12/+27
* Fix a bunch of spelling errors.steve1998-06-041-2/+11
* Also check for Satoshi's TMPDIR location of perl when looking around for it.jkh1998-05-291-2/+6
* This code casts double -> int -> char *. Ugh. Take a punt and change thejb1998-05-121-7/+12
* Change a cast of long * to time_t * in a call to time();jb1998-05-121-2/+8
* Allow the makefile to choose the perl executable to run h2ph ratherjb1998-05-121-2/+11
* If perl exists in OBJDIR it has just been built; if it exists injb1998-05-121-1/+1
* Change .if to .elif to prevent the current directory path search for ajb1998-05-121-2/+1
* Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used,bde1998-05-051-1/+2
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-2/+2
* Don't build sperl if you don't want to.dima1998-03-261-1/+5
* mktemp -> mkstemp as pointed out on bugtraqguido1998-03-101-6/+19
* Build perl header files for machine/* too.steve1998-02-211-1/+1
OpenPOWER on IntegriCloud