summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl
AgeCommit message (Expand)Author
2009-06-21CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xsMartynas Venckus
2009-05-16import perl 5.10.1Simon Bertrang
2009-05-16relocate / fix Test::Simple testsSimon Bertrang
2009-05-13update Test::Simple to version 0.86Jasper Lievisse Adriaanse
2009-05-13update Sys::Syslog to CPAN version 0.27Simon Bertrang
2009-03-25recognise encoding "646" as an alias of "ascii", similar to a changeStuart Henderson
2009-03-24s/postion/position/gTodd C. Miller
2008-10-12Remove hack from MM_Unix.pm and simply set man1dir to 'none' inTodd C. Miller
2008-10-07re-enable ieeefp mode on alpha again, now that the kernel code isMartynas Venckus
2008-10-07Prevent cvs keyword expansion from causing a test failure.Todd C. Miller
2008-10-01Add another change that got dropped in the merge of perl 5.10.0.Todd C. Miller
2008-10-01re-apply change from rev 1.18Todd C. Miller
2008-09-30Add back a change that got lost in the final merge.Todd C. Miller
2008-09-30Remove a couple more bogus man pages and add missing MLINKs. TheTodd C. Miller
2008-09-29Remove bogus man pages and fix the NAME lines for many more.Todd C. Miller
2008-09-29fix conflicts and merge in local changes to perl 5.10.0Todd C. Miller
2008-09-29import perl 5.10.0 from CPANTodd C. Miller
2008-07-09Incorporate Otto's yacc skeleton fix.Todd C. Miller
2008-05-05enforce make -j1 in SDBM_File, there is a nasty race that's hard to fix.Marc Espie
2008-03-28Enable shared libraries on landisk.Dale Rahn
2008-03-24msg_controllen has to be CMSG_SPACE so that the kernel can account forTheo de Raadt
2008-03-15This should set msg_control using CMSG_SIZE(), and not assume thatTheo de Raadt
2008-01-29fix another make -j race, avoid rebuilding some archives twice in parallel.Marc Espie
2007-11-28insert .WAIT so that stuff is built first, and checked afterwards, insteadMarc Espie
2007-11-26fix build for real, forward maninstall to wrapper1Marc Espie
2007-11-25espie broke the make install codepath (and I think not just for DESTDIR), so ...Theo de Raadt
2007-11-25man pages are in Makefile.bsd-wrapper1, so MLINKS should be there too,Theo de Raadt
2007-11-24some make -j fixes.Marc Espie
2007-11-11import perl 5.10.0 from CPANSimon Bertrang
2007-11-11update File::Temp to CPAN version 0.18 as other modules start to use itSimon Bertrang
2007-11-07Fix potential heap overflow given a specially crafted regexp.Todd C. Miller
2007-08-24fix a bug leading to infinite recursion; adapted from CPANSimon Bertrang
2007-05-20hack generated Makefile so that section is properly 3p.Marc Espie
2007-05-15pass COPTS thru, okay millert@Marc Espie
2007-02-24replace 400 lines of md5 code in Digest::MD5's XS with 4 linesSimon Bertrang
2007-02-16Back-port a getpeername() fix from IO version 1.30.Todd C. Miller
2007-02-04upgrade documentation so it reflects the way MakeMaker currently fillsMarc Espie
2007-02-01Ignore HASATTRIBUTE_UNUSED for C++ as our g++ does not grokTodd C. Miller
2007-01-31gcc 3.3 doesn't support __attribute__((unused)) in C++ mode. PatchTodd C. Miller
2006-11-30When using setproctitle() don't fall back into the non-setproctitle()Todd C. Miller
2006-11-16let E<copy> be recognized for man documents as well.Marc Espie
2006-11-15make sure pod parsers are in a sane state at beginning of parse.Marc Espie
2006-11-09Don't build profiled libperl; requested by deraadt@Todd C. Miller
2006-11-09no shlibs on sh yetTheo de Raadt
2006-04-01Remove index entries for \n since nroff will try to expand this.Todd C. Miller
2006-04-01Fix typo; E<GT> -> E<gt>. From jmc@Todd C. Miller
2006-03-28merge in perl 5.8.8Todd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2006-03-28perl 5.8.8 importTodd C. Miller
2006-01-02The official fix for the Perl sprintf buffer overflow.Brad Smith