summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/t/op (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply local patches, remove excess files - perl-5.32.1afresh12021-03-011-1/+1
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-0145-173/+511
| | | | OK sthen@
* Import perl-5.32.1afresh12021-03-016-3/+306
| | | | OK sthen@
* Update perl to 5.30.2afresh12020-04-092-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | https://metacpan.org/pod/release/SHAY/perl-5.30.2/pod/perldelta.pod Incompatible Changes There are no changes intentionally incompatible with 5.30.0. Updated Modules and Pragmata * Compress::Raw::Bzip2 has been upgraded from version 2.084 to 2.089. * Module::CoreList has been upgraded from version 5.20191110 to 5.20200314. Selected Bug Fixes * printf() or sprintf() with the %n format no longer cause a panic on debugging builds, or report an incorrectly cached length value when producing SVfUTF8 flagged strings. * A memory leak in regular expression patterns has been fixed. * A read beyond buffer in grok_infnan has been fixed. * An assertion failure in the regular expression engine has been fixed. * (?{...}) eval groups in regular expressions no longer unintentionally trigger "EVAL without pos change exceeded limit in regex". Proceed when you feel comfortable. deraadt@
* Apply local patches, remove excess files - perl-5.30.1afresh12019-12-301-1/+1
| | | | Timing is good deraadt@, OK sthen@
* Fix merge issues, remove excess files - match perl-5.30.1 distafresh12019-12-3027-151/+348
| | | | Timing is good deraadt@, OK sthen@
* Import perl-5.30.1afresh12019-12-302-1/+21
| | | | Timing is good deraadt@, OK sthen@
* Update to perl 5.28.2afresh12019-05-243-3/+106
| | | | | | | Minor bugfixes and documentation improvments. See perldelta for details. https://metacpan.org/pod/release/SHAY/perl-5.28.2/pod/perldelta.pod OK bluhm@
* Apply local patches, remove excess files - perl-5.28.1afresh12019-02-131-1/+1
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-13147-1684/+5765
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-1336-285/+990
| | | | looking good sthen@, Great! bluhm@
* Correct heap overflow bugs in perlafresh12018-04-141-1/+23
| | | | | | | | | | | | | | | | | | | | * RT #131844: [CVE-2018-6913] heap-buffer-overflow in S_pack_rec Reported by GwanYeong Kim, fixed by Tony Cook. * RT #132063: [CVE-2018-6798] Heap-buffer-overflow in Perl__byte_dump_string (utf8.c) Reported by Nguyen Duc Manh, fixed by Karl Williamson, Yves Orton, and Tony Cook. * RT #132227: [CVE-2018-6797] heap-buffer-overflow (WRITE of size 1) in S_regatom (regcomp.c) Reported by Brian Carpenter, fixed by Yves Orton, Karl Williamson, and Tony Cook. Many thanks to deraadt@ tj@ bluhm@ tb@ robert@
* Apply local patches, remove excess files - perl-5.24.3afresh12017-10-291-1/+1
| | | | OK bluhm@
* Fix merge issues, remove excess files - match perl-5.24.3 distafresh12017-10-2911-15/+246
| | | | ok bluhm@
* Import perl-5.24.3afresh12017-10-292-2/+41
| | | | ok bluhm@
* Apply local patches - perl-5.24.2afresh12017-08-141-1/+1
| | | | OK bluhm@, Reads ok sthen@
* Fix merge issues, remove excess files - match perl-5.24.2 distafresh12017-08-142-2/+18
| | | | OK bluhm@, Reads ok sthen@
* Apply local patches - perl-5.24.1afresh12017-02-051-1/+1
|
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-05164-2503/+7093
|
* Update to perl 5.20.3afresh12016-07-035-8/+92
| | | | OK bluhm@
* Apply local patches, remove excess files - perl-5.20.2afresh12015-04-252-13/+73
|
* Fix merge issues, remove excess files - match perl-5.20.2 distafresh12015-04-256-76/+80
|
* Import perl-5.20.2afresh12015-04-254-6/+107
|
* Apply local patches to perl-5.20.1afresh12014-11-172-13/+73
| | | | ok deraadt@ sthen@ espie@ miod@
* Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh12014-11-1736-228/+1818
| | | | ok deraadt@ sthen@ espie@ miod@
* Import perl-5.20.1afresh12014-11-1757-131/+3710
|
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-2446-1789/+1941
| | | | OK espie@ sthen@ deraadt@
* Import perl-5.18.2afresh12014-03-2474-654/+4131
| | | | OK espie@ sthen@ deraadt@
* merge/resolve conflicts/add filessthen2013-03-252-0/+822
|
* merge/resolve conflictssthen2013-03-2553-1932/+5389
| | | | (some more to do after this one)
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-2594-1462/+6752
|
* Apply patch from RedHat to address CVE-2013-1667, perl: DoS in rehashing codejasper2013-03-061-3/+17
| | | | | | For more information please refer to: http://code.activestate.com/lists/perl5-porters/191311/ ok millert@
* Perl security fix for CVE-2011-1487:bluhm2011-04-181-1/+13
| | | | | | | | | | 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@
* merge in perl 5.12.2 plus local changesmillert2010-09-2443-406/+1826
|
* remove files no longer in perl 5.12.2 (or that have moved)millert2010-09-2431-8581/+0
|
* Perl 5.12.2 from CPANmillert2010-09-2446-136/+1829
|
* Merge in perl 5.10.1; part twomillert2009-10-1234-4552/+5256
|
* import perl 5.10.1millert2009-10-1239-272/+1714
|
* fix conflicts and merge in local changes to perl 5.10.0millert2008-09-2952-869/+4903
|
* import perl 5.10.0 from CPANmillert2008-09-2965-852/+4801
|
* merge in perl 5.8.8millert2006-03-2840-1777/+2895
|
* perl 5.8.8 importmillert2006-03-2820-68/+536
|
* The official fix for the Perl sprintf buffer overflow.brad2006-01-022-1/+48
| | | | ok millert@
* sync in-tree perl with 5.8.6millert2005-01-158-32/+512
|
* perl 5.8.6 from CPANmillert2005-01-151-1/+31
|
* merge 5.8.5 into HEADmillert2004-08-0919-177/+792
| | | | | | | remove now-unused files crank libperl shared library major number update Makefile.bsd-wrapper tweak openbsd hints file for arm and m68k
* Import of stock perl 5.8.5millert2004-08-0912-88/+362
|
* merge local changes into perl-5.8.3millert2004-04-077-12/+211
|
* perl 5.8.3 from CPANmillert2004-04-077-71/+263
|
* Resolve conflicts for perl 5.8.2, remove old files, and add OpenBSD-specific scaffoldingmillert2003-12-0338-307/+2025
|