aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/perl
Commit message (Expand)AuthorAgeFilesLines
* Remove the perl build. Farewell, old friend.Mark Murray2002-05-161-26/+0
* Userland build stuff for Perl5.006.Mark Murray2000-06-251-133/+7
* Remove libxpg4Andrey A. Chernov2000-06-041-2/+2
* Don't abuse LDADD for holding linker flags. Doing so brokeBruce Evans2000-03-271-3/+2
* Considerable upgrade to the way perl links to shared objects. ThisMark Murray2000-03-081-4/+4
* Make the perl build a little less chatty.Jordan K. Hubbard1999-12-161-14/+14
* 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
* 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-241-36/+15
* Allow perl to be built with thread support.Mark Murray1999-09-041-1/+13
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Add one more dependency (oops).Dmitrij Tejblum1999-05-131-2/+2
* Added some missing dependencies.Dmitrij Tejblum1999-05-121-7/+9
* System Perl is now 5.00503! There is support for threads, but this isMark Murray1999-05-021-7/+7
* Properly install the *.h files in CORE and Config.pm where it wants to be.Mark Murray1998-10-151-1/+7
* Very substantial debug/improvement of the FreeBSD/Perl5 build.Mark Murray1998-10-112-301/+93
* Repairs to make the ports system work again. Currently, the portsMark Murray1998-09-261-2/+2
* More make cleanups.Mark Murray1998-09-232-6/+4
* Big cleanup of the perl build.Mark Murray1998-09-221-51/+45
* Generalise the build a bit more.Mark Murray1998-09-161-3/+3
* Add a link perl --> perl5.00502Mark Murray1998-09-141-1/+2
* Allow libperl to be a shared library.Mark Murray1998-09-121-3/+3
* Fix parallel building.Mark Murray1998-09-121-13/+17
* Bring in the Perl5 BMake files. This ends the easy stuff.Mark Murray1998-09-092-0/+365
* Old Perl is leaving us. Goodbye, faithful friend.Mark Murray1998-09-09122-48858/+0
* Fixed printf format errors.Bruce Evans1998-06-303-12/+27
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+11
* 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
* mktemp -> mkstemp as pointed out on bugtraqGuido van Rooij1998-03-101-6/+19
* 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
* Remove a couple of private malloc() implementations, one of whichPoul-Henning Kamp1996-12-232-514/+1
* Disable seteuid/setegid back, I overlook one place whereAndrey A. Chernov1996-12-071-2/+2
* Enable seteuid, setegidAndrey A. Chernov1996-12-061-2/+2
* Added support for '-T' and '-B' (text and binary) file recognition byNate Williams1996-12-032-2/+43
* delete doubled words, e.g.: "the the" -> "the"Wolfram Schneider1996-10-051-2/+8
* Back out Nate's changes from rev. 1.6; our Perl has not beenJoerg Wunsch1996-06-301-46/+4
* Fix for " CERT Advisory CA-96.12 - Vulnerability in suidperl"Nate Williams1996-06-261-5/+50
* Use setreuid instead of seteuid for permissions managementGary Palmer1996-06-022-6/+11
* recording cvs-1.6 file deathPeter Wemm1995-12-309-2185/+0
* Remove trailing whitespace.Rodney W. Grimes1995-05-3039-260/+374
* Fix $] variable value (version number), close PR 449Andrey A. Chernov1995-05-281-2/+8
* Remove setr* hacksAndrey A. Chernov1995-04-271-4/+4