summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl (follow)
Commit message (Expand)AuthorAgeFilesLines
* install man perlinterp so you can learn all about the interpretertedu2014-02-151-0/+1
* Switch time_t, ino_t, clock_t, and struct kevent's ident and dataguenther2013-08-132-3/+3
* Remove support for COMPILER_VERSION == gcc2.miod2013-08-061-4/+2
* In Perl_upg_version(), do not compare double against 10e50 on vax, for thismiod2013-07-131-0/+4
* Do not feed UTF-8 input into mandoc or nroffschwarze2013-06-041-1/+8
* Only produce UTF-8 output if the user's locale asks for it.schwarze2013-06-031-1/+1
* Revert 1.47 (bad merge)miod2013-04-191-1/+1
* fix feature(3p) manual, which was missing a generated table. spotted by espie@sthen2013-03-311-1/+1
* install the proper 5.16.3 perldelta file, spotted by espie@sthen2013-03-311-1/+3
* Use --stderr to output pod2man problems at build time, rather than embedsthen2013-03-301-2/+2
* Disable perlcn/perlko/perljp manpages which use EUC encodings, we producesthen2013-03-301-4/+0
* Add an explicit Pod-Escapes dependency to Pod-Functions, in addition to themiod2013-03-291-1/+1
* More mg_data.h where uudmap.h is listed, for paranoia and consistency.miod2013-03-291-3/+3
* Add an explicit dependency for mg_data.h, similar to uudmap.h; should helpmiod2013-03-291-1/+2
* merge/resolve conflicts/add filessthen2013-03-256-3/+958
* merge/resolve conflictssthen2013-03-251021-225536/+77302
* avoid null dereference affecting mod_perl, Perl RT bug 116441sthen2013-03-251-522/+935
* bump to perl.so.13.0sthen2013-03-251-1/+1
* merge 5.16.3 / avoid installing shasum/zipdetails/json_ppsthen2013-03-253-21/+38
* merge 5.16.3 / link main binary with pthreadsthen2013-03-251-193/+230
* merge 5.16.3 / sync installed filessthen2013-03-251-77/+147
* merge 5.16.3 / regen unicore (add files cvs missed)sthen2013-03-25103-0/+2589
* merge 5.16.3 / regen unicoresthen2013-03-251007-160528/+182989
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-252857-92235/+537303
* Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing codejasper2013-03-064-25/+40
* Fix for CVE-2012-6329; from perl git via Sebastian Trahmmillert2013-02-082-15/+10
* Enable shared libraries on m88k platforms.miod2013-01-311-1/+1
* Fix for CVE-2012-5195; ok miod@millert2012-10-262-0/+4
* No longer create lib*_pic.a files. Nothing uses them anymore.deraadt2012-08-311-9/+1
* In a scalar context, mkstemp should return just the file handleguenther2012-07-103-13/+42
* Change the Perl->C wrappers for mkdtemp and mkstemps to behave more likeguenther2012-06-104-67/+66
* hook in requisite bits for OpenBSD::MkTemp to build and man.espie2012-04-132-0/+5
* extra .xs glue to use mkstemp and mkdtemp directlyespie2012-04-134-0/+281
* More efficient method of building the symlink tree that makes bettermillert2012-01-091-21/+10
* Security fix for CVE-2011-2939, Perl decode_xs heap-based buffer overflow.jasper2011-11-012-1/+5
* Update Digest module to 1.17 (security fix).rpointel2011-10-118-66/+109
* Tell perl not to attempt to use LC_COLLATE or LC_NUMERIC which wemillert2011-09-241-3/+3
* After the MANIFEST-based symbolic link creation loop, there is a checkderaadt2011-08-021-0/+4
* switch to installing source manuals (base part)schwarze2011-06-232-15/+9
* Perl security fix for CVE-2011-1487:bluhm2011-04-183-1/+20
* Update Test::Simple to 0.98jasper2011-04-1813-12/+807
* - update List::Util to 1.23, as needed by newer p5-POEjasper2011-04-1810-25/+32
* - Update Test::Simple to 0.96jasper2011-01-0722-126/+309
* Update CGI to 3.51, which includes a better fix for SA42443,millert2011-01-0616-257/+583
* - update CGI to 3.50, which includes a fix for SA42443,jasper2010-12-067-21/+97
* Make THREADED_PERL=true work again (not enabled by default)millert2010-11-301-2/+3
* Generate XS::APItest.0, XS::APItest::KeywordRPN.0 and XS::Typemap.0millert2010-10-131-9/+4
* The XS bits are not generated if NOPICmillert2010-10-061-4/+9
* Revert rev 1.13, TIOCGSIZE is actually older that TIOCGWINSZ.millert2010-10-021-3/+3
* Suggest modern TIOCGSIZE, not the old sgtty TIOCGWINSZ.millert2010-10-021-3/+3