aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove a couple of private malloc() implementations, one of whichPoul-Henning Kamp1996-12-236-1033/+4
* 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
* Grab h2ph from /usr/bin, not /usr/local/bin!Paul Traina1996-09-171-1/+1
* 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
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-241-2/+2
* Use setreuid instead of seteuid for permissions managementGary Palmer1996-06-023-7/+12
* Several changes to the gethostname module:Joerg Wunsch1996-03-181-6/+5
* Add a small `gethostname' package. It uses __sysctl(2), and thusJoerg Wunsch1996-02-132-3/+40
* recording cvs-1.6 file deathPeter Wemm1995-12-3011-4905/+0
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-252-3/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-3058-345/+503
* Add link to sperl4.036, needed for suid scripts and pgmsAndrey A. Chernov1995-05-281-0/+1
* Make link to tperl4.036, needed for suid scripts and other stuffAndrey A. Chernov1995-05-281-0/+1
* Fix $] variable value (version number), close PR 449Andrey A. Chernov1995-05-281-2/+8
* Remove setr* hacksAndrey A. Chernov1995-04-271-4/+4
* Fix compiler warnings: don't declare enum types as static.Bruce Evans1995-04-021-4/+9
* Comment out all perverted curses optimizationAndrey A. Chernov1995-03-261-19/+19
* Change wrong -ltermcap -ltermlib picked up to -lmytinfoAndrey A. Chernov1995-03-261-2/+2
* Get PERL found in any of its obvious locations.Jordan K. Hubbard1995-03-251-6/+17
* Don't attempt to fix the mode of mus - mus might be read-only. JustBruce Evans1995-03-251-2/+1
* If mus script not executable, fix.Jordan K. Hubbard1995-03-241-0/+1
* Adjust include paths.Jordan K. Hubbard1995-03-241-2/+2
* Bring back perl/usub as usub/, this time containing an updated curseperlJordan K. Hubbard1995-03-248-1/+1410
* Export ${DESTDIR} to h2ph so that the *.ph files end up in the DESTDIRRodney W. Grimes1995-02-141-1/+1
* Fix to h2ph "undefined function" bugUgen J.S. Antsilevich1995-02-031-6/+14
* Install suidperl suid root.Jordan K. Hubbard1995-01-141-0/+3