Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-11-11 | update File::Temp to CPAN version 0.18 as other modules start to use it | Simon Bertrang | |
ok millert@ | |||
2007-11-07 | Fix potential heap overflow given a specially crafted regexp. | Todd C. Miller | |
From Tavis Ormandy; adapted from fixes in the perl 5.9.x codebase. | |||
2007-08-24 | fix a bug leading to infinite recursion; adapted from CPAN | Simon Bertrang | |
ok millert@ | |||
2007-05-20 | hack generated Makefile so that section is properly 3p. | Marc Espie | |
Not really clean, but this code is bound to change in the next perl version anyways. okay millert@ | |||
2007-05-15 | pass COPTS thru, okay millert@ | Marc Espie | |
2007-02-24 | replace 400 lines of md5 code in Digest::MD5's XS with 4 lines | Simon Bertrang | |
that use our system md5(3) idea by espie@, help and ok millert@ | |||
2007-02-16 | Back-port a getpeername() fix from IO version 1.30. | Todd C. Miller | |
Also add a missing defined() that fixes send on unix domain sockets. | |||
2007-02-04 | upgrade documentation so it reflects the way MakeMaker currently fills | Marc Espie | |
the test framework. okay millert@ | |||
2007-02-01 | Ignore HASATTRIBUTE_UNUSED for C++ as our g++ does not grok | Todd C. Miller | |
the __unused__ attribute. Also give XS functions C linkage. Patch taken from perl-current. | |||
2007-01-31 | gcc 3.3 doesn't support __attribute__((unused)) in C++ mode. Patch | Todd C. Miller | |
taken from the perl devel tree. Required to build C++-based perl extensions. OK espie@ (who had a slightly different patch). | |||
2006-11-30 | When using setproctitle() don't fall back into the non-setproctitle() | Todd C. Miller | |
code. Fixes an environment corruption problem when $0 is modified. From Alexander Bluhm; this is perl bug #41008 | |||
2006-11-16 | let E<copy> be recognized for man documents as well. | Marc Espie | |
Noticed by jasper@, work by millert@ and me, okay millert@ | |||
2006-11-15 | make sure pod parsers are in a sane state at beginning of parse. | Marc Espie | |
pod2text and pod2man re-use the same parser on a list of files, and will lose some information if some intermediate documents produce unbalanced calls to begin_cmd/end_cmd. okay millert@ | |||
2006-11-09 | Don't build profiled libperl; requested by deraadt@ | Todd C. Miller | |
2006-11-09 | no shlibs on sh yet | Theo de Raadt | |
2006-04-01 | Remove index entries for \n since nroff will try to expand this. | Todd C. Miller | |
No one uses the index entries anyway... | |||
2006-04-01 | Fix typo; E<GT> -> E<gt>. From jmc@ | Todd C. Miller | |
2006-03-28 | merge in perl 5.8.8 | Todd C. Miller | |
2006-03-28 | perl 5.8.8 import | Todd C. Miller | |
2006-03-28 | perl 5.8.8 import | Todd C. Miller | |
2006-01-02 | The official fix for the Perl sprintf buffer overflow. | Brad Smith | |
ok millert@ | |||
2005-12-03 | Use PERL_INT_MAX instead of INT_MAX in previous commit for consistency | Todd C. Miller | |
with the rest of perl. On OpenBSD PERL_INT_MAX is the same as INT_MAX. From rse@engelschall.com. | |||
2005-12-01 | Fix an int oflow bug in perl's parameter format string code. | Todd C. Miller | |
Credit: Jack Louis of Dyad Security | |||
2005-06-06 | Add a missing check for NULL before dereferencing a buf pointer in | Todd C. Miller | |
perl's yyerror(). Fixes a transient core dump on syntax error uncovered by random malloc() return addresses. Sent upstream via perlbug. | |||
2005-03-02 | get rid of an embedded compilation date in perl(1) | Marc Balmer | |
ok henning@, millert@ | |||
2005-02-18 | Set cf_time to the epoch for consistency of generated files. | Todd C. Miller | |
2005-02-02 | Limit PERLIO_DEBUG environtment variable to a sane length and just ignore | Todd C. Miller | |
it if setuid. Found by Kevin Finisterre, fix from perl developers. | |||
2005-01-15 | sync in-tree perl with 5.8.6 | Todd C. Miller | |
2005-01-15 | perl 5.8.6 from CPAN | Todd C. Miller | |
2004-12-08 | fix perlbug 32446: socket on fd 1 gets duped to fd 0 on ↵ | Markus Friedl | |
close(STDIN)+close(STDOUT); from Steffen Ullrich at genua.de; ok millert@ | |||
2004-08-15 | Don't check for -fno-delete-null-pointer-checks on gcc 2; the resulting | Todd C. Miller | |
message from gcc at Configure time confuses some people... | |||
2004-08-14 | gcc 3.3.2 needs -fno-delete-null-pointer-checks in addition to | Todd C. Miller | |
-fno-strict-aliasing. Avoid the need for compiling some bits with -O1 on arm (and others). Problem debugged and OK miod@ | |||
2004-08-11 | mips->mips64. ok deraadt@ | Per Fogelstrom | |
2004-08-10 | missing \ at eol | Theo de Raadt | |
2004-08-09 | proper version chekc for shlibs | Michael Shalayeff | |
2004-08-09 | merge 5.8.5 into HEAD | Todd C. Miller | |
remove now-unused files crank libperl shared library major number update Makefile.bsd-wrapper tweak openbsd hints file for arm and m68k | |||
2004-08-09 | Import of stock perl 5.8.5 | Todd C. Miller | |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman | |
To build you must: cd /usr/src && make obj && make includes cd lib/libc && make depend && make && NOMAN=1 sudo make install cd /usr/src && make build | |||
2004-07-11 | move PICFLAG override for sparc after the inclusion of bsd.lib.mk; ok deraadt | Peter Valchev | |
forgot to commit this with the .mk changes, sparc was broken for a while | |||
2004-06-07 | enable dynamic perl; millert ok | Michael Shalayeff | |
MAKE SURE TO REBUILD LD.SO FIRST | |||
2004-06-01 | remove workaround not needed w/ gcc3 anymore; millert@ ok | Michael Shalayeff | |
2004-05-31 | #ifndef errno declaration. ok millert@ | Otto Moerbeek | |
2004-04-07 | merge local changes into perl-5.8.3 | Todd C. Miller | |
2004-04-07 | perl 5.8.3 from CPAN | Todd C. Miller | |
2004-04-05 | Switch mvme88k to -O2 optimization by default. | Miod Vallat | |
(the perl chunk discussed with millert@ and pushed upstream) | |||
2004-02-11 | enable shared libs on amd64; from drahn | Theo de Raadt | |
2004-02-08 | shave build time. | Marc Espie | |
okay millert@ | |||
2004-01-30 | no shlibs yet | Michael Shalayeff | |
2003-12-10 | Ignore PSALL if NOMAN is set; noticed by jmc@ | Todd C. Miller | |
2003-12-06 | Fix speling here too so t/pod/pod2usage.t passes; noticed by drahn@ | Todd C. Miller | |