summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-1631-37/+37
* 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
* This code casts double -> int -> char *. Ugh. Take a punt and change theJohn Birrell1998-05-121-7/+12
* Change a cast of long * to time_t * in a call to time();John Birrell1998-05-121-2/+8
* Allow the makefile to choose the perl executable to run h2ph ratherJohn Birrell1998-05-121-2/+11
* If perl exists in OBJDIR it has just been built; if it exists inJohn Birrell1998-05-121-1/+1
* Change .if to .elif to prevent the current directory path search for aJohn Birrell1998-05-121-2/+1
* Don't generate a2p.h or y.tab.h from a2p.y. Neither is actually used,Bruce Evans1998-05-051-1/+2
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-2/+2
* Don't build sperl if you don't want to.Dima Ruban1998-03-261-1/+5
* mktemp -> mkstemp as pointed out on bugtraqGuido van Rooij1998-03-101-6/+19
* Build perl header files for machine/* too.Steve Price1998-02-211-1/+1
* setpwent and endpwent have a return type of void, so change thisSteve Price1998-02-011-5/+8
* Sigh, there's always one more buffer overflow. :-(Joerg Wunsch1997-09-161-5/+12
* fix a few spelling changesJohn-Mark Gurney1997-08-301-2/+5
* Major Ooops. I've overlooked a few calls to scanident() in my last commit.Joerg Wunsch1997-08-271-9/+15
* Fix a buffer overflow condition (that causes a security hole in suidperl).Joerg Wunsch1997-08-083-16/+34
* Fix buffer overload that might lead to root.Warner Losh1997-05-221-2/+5
* Plug an old security hole: suidperl didn't honor MNT_NOSUID.Joerg Wunsch1997-03-012-2/+23
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Remove bogus redeclaration of setenv().Jordan K. Hubbard1997-01-071-2/+4