Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-06 | Remove support for COMPILER_VERSION == gcc2. | Miod Vallat | |
Change the logic depending upon COMPILER_VERSION everywhere, to assume gcc4 is the norm and to explicitely test for gcc3 when a different behaviour is required. No functional change intended. Be sure to `make install' in share/mk before attempting to do anything. | |||
2013-07-13 | In Perl_upg_version(), do not compare double against 10e50 on vax, for this | Miod Vallat | |
value can not be represented by a double (unless compiling with -mg); instead, use a lower limit value. This does not impact the behaviour since both sides of the test are supposed to produce the same result, albeit in different ways. ok millert@ espie@ | |||
2013-06-04 | Do not feed UTF-8 input into mandoc or nroff | Ingo Schwarze | |
because that resulted in corrupt output. This is a verbatim backport of the following bugfix from upstream git master: https://rt.cpan.org/Public/Bug/Display.html?id=77465 https://github.com/mrallen1/Pod-Perldoc/commit/6e1541d0bcb74a7b2b9ee3235d57953fb800bb67 Do not take the comment in the source code too literally. It doesn't really explain the problem well. OK sthen@ espie@ millert@ | |||
2013-06-03 | Only produce UTF-8 output if the user's locale asks for it. | Ingo Schwarze | |
Will send this upstream as well. OK millert@ bluhm@ stsp@ | |||
2013-04-19 | Revert 1.47 (bad merge) | Miod Vallat | |
2013-03-31 | fix feature(3p) manual, which was missing a generated table. spotted by espie@ | Stuart Henderson | |
2013-03-31 | install the proper 5.16.3 perldelta file, spotted by espie@ | Stuart Henderson | |
2013-03-30 | Use --stderr to output pod2man problems at build time, rather than embed | Stuart Henderson | |
them into a "POD ERRORS" section in the produced manpages.(!) ok miod@ | |||
2013-03-30 | Disable perlcn/perlko/perljp manpages which use EUC encodings, we produce | Stuart Henderson | |
all manpages in a batch with a single pod2man invocation which is unable to switch encodings. Avoids "Code point xxx is not Unicode, all \p{} matches fail" during build. Disable perltw manpage which relies on getting UTF8 passed through from the source file to pod2man to mandoc; even on a utf8 term with -Tutf8 these don't get displayed correctly. | |||
2013-03-29 | Add an explicit Pod-Escapes dependency to Pod-Functions, in addition to the | Miod Vallat | |
existing Pod-Simple dependency. Fixes build with -j2 for real. | |||
2013-03-29 | More mg_data.h where uudmap.h is listed, for paranoia and consistency. | Miod Vallat | |
2013-03-29 | Add an explicit dependency for mg_data.h, similar to uudmap.h; should help | Miod Vallat | |
building with -j. | |||
2013-03-25 | merge/resolve conflicts/add files | Stuart Henderson | |
2013-03-25 | merge/resolve conflicts | Stuart Henderson | |
(some more to do after this one) | |||
2013-03-25 | avoid null dereference affecting mod_perl, Perl RT bug 116441 | Stuart Henderson | |
2013-03-25 | bump to perl.so.13.0 | Stuart Henderson | |
2013-03-25 | merge 5.16.3 / avoid installing shasum/zipdetails/json_pp | Stuart Henderson | |
2013-03-25 | merge 5.16.3 / link main binary with pthread | Stuart Henderson | |
2013-03-25 | merge 5.16.3 / sync installed files | Stuart Henderson | |
2013-03-25 | merge 5.16.3 / regen unicore (add files cvs missed) | Stuart Henderson | |
2013-03-25 | merge 5.16.3 / regen unicore | Stuart Henderson | |
2013-03-25 | import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myself | Stuart Henderson | |
2009-10-12 | import perl 5.10.1 | Todd C. Miller | |
2008-09-29 | import perl 5.10.0 from CPAN | 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 | |
2003-12-03 | perl 5.8.2 from CPAN | Todd C. Miller | |
2002-10-27 | stock perl 5.8.0 from CPAN | Todd C. Miller | |
2000-04-06 | virgin perl 5.6.0 | Todd C. Miller | |
1999-04-29 | perl5.005_03 | Todd C. Miller | |
1999-04-29 | perl5.005_03 | Todd C. Miller | |
1996-08-19 | Import of Perl 5.003 into the tree. Makefile.bsd-wrapper and | Jason Downs | |
config.sh.OpenBSD are the only local changes. | |||
2013-03-06 | Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing code | Jasper Lievisse Adriaanse | |
For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/ ok millert@ | |||
2009-10-12 | import perl 5.10.1 | Todd C. Miller | |
2003-12-03 | perl 5.8.2 from CPAN | Todd C. Miller | |
2013-02-08 | Fix for CVE-2012-6329; from perl git via Sebastian Trahm | Todd C. Miller | |
2013-01-31 | Enable shared libraries on m88k platforms. | Miod Vallat | |
And there was much rejoicing. | |||
2012-10-26 | Fix for CVE-2012-5195; ok miod@ | Todd C. Miller | |
2012-08-31 | No longer create lib*_pic.a files. Nothing uses them anymore. | Theo de Raadt | |
grep help from sthen; discussion with brad ok guenther pascal | |||
2012-07-10 | In a scalar context, mkstemp should return just the file handle | Philip Guenthe | |
"sure" espie@ | |||
2012-06-10 | Change the Perl->C wrappers for mkdtemp and mkstemps to behave more like | Philip Guenthe | |
the File::Temp routines and call croak() (the C version of 'die') instead of returning an empty list. This lets pkg_add give good error messages when your $PKG_TMPDIR is mounted read-only. ok espie@ | |||
2012-04-13 | hook in requisite bits for OpenBSD::MkTemp to build and man. | Marc Espie | |
2012-04-13 | extra .xs glue to use mkstemp and mkdtemp directly | Marc Espie | |
written by guenther@ about a year ago. discussed with him and millert@ | |||
2012-01-09 | More efficient method of building the symlink tree that makes better | Todd C. Miller | |
use of awk. Slightly faster and works around an apparent namei or buffer cache related bug on arm. Requested and OK deraadt@ | |||
2011-11-01 | Security fix for CVE-2011-2939, Perl decode_xs heap-based buffer overflow. | Jasper Lievisse Adriaanse | |
ok espie@ millert@ | |||
2011-10-11 | Update Digest module to 1.17 (security fix). | Remi Pointel | |
Thanks Emeric Boit for reporting me this. ok millert@ espie@ | |||
2011-09-24 | Tell perl not to attempt to use LC_COLLATE or LC_NUMERIC which we | Todd C. Miller | |
don't yet support. OK stsp@ | |||
2011-08-02 | After the MANIFEST-based symbolic link creation loop, there is a check | Theo de Raadt | |
for a specific link to see if things worked out. Add a check for the very last file in the MANIFEST, as well, since we are trying to spot a very odd bug where symbolic links are not being created. Hopefully this will help us diagnose it. ok guenther millert | |||
2011-06-23 | switch to installing source manuals (base part) | Ingo Schwarze | |
discussed with lots of people, tested by naddy@, "move fast" deraadt@ | |||
2011-04-18 | Perl security fix for CVE-2011-1487: | Alexander Bluhm | |
ucfirst(), uc() and lc() forget to set the tainted flag if input was marked as tainted. http://rt.perl.org/rt3/Public/Bug/Display.html?id=87336 http://perl5.git.perl.org/perl.git/commitdiff/539689e74a3bcb04d29e4cd9396de91a81045b99 ok millert@ |