summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/hints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Apply local patches, remove excess files - perl-5.32.1afresh12021-03-011-6/+46
| | | | OK sthen@
* Fix merge issues, remove excess files - match perl-5.32.1 distafresh12021-03-0112-89/+138
| | | | OK sthen@
* Import perl-5.32.1afresh12021-03-011-0/+10
| | | | OK sthen@
* Remove some customizations from the perl buildafresh12020-06-271-2/+30
| | | | | | | | | | | | This was originally done so that other things in-tree such as vi could link to libperl and to support non-shared vax. This brings us more in-line with upstream and makes things more understandable. It now links libperl.so to libm, which some software needs, and stops building and installing libperl.a. OK bluhm@
* Sync to perl 5.30.3afresh12020-06-041-2/+2
| | | | | All functional changes were committed already, this updates the version number, Module::Corelist, and documentation.
* Update perl to 5.30.2afresh12020-04-094-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | 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-4/+16
| | | | Timing is good deraadt@, OK sthen@
* Fix merge issues, remove excess files - match perl-5.30.1 distafresh12019-12-305-36/+44
| | | | Timing is good deraadt@, OK sthen@
* Import perl-5.30.1afresh12019-12-301-0/+147
| | | | Timing is good deraadt@, OK sthen@
* Update to perl 5.28.2afresh12019-05-242-2/+12
| | | | | | | 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-4/+16
| | | | looking good sthen@, Great! bluhm@
* Fix merge issues, remove excess files - match perl-5.28.1 distafresh12019-02-1316-380/+124
| | | | looking good sthen@, Great! bluhm@
* Import perl-5.28.1afresh12019-02-132-10/+67
| | | | looking good sthen@, Great! bluhm@
* Apply local patches, remove excess files - perl-5.24.3afresh12017-10-291-4/+16
| | | | OK bluhm@
* Fix merge issues, remove excess files - match perl-5.24.3 distafresh12017-10-292-18/+6
| | | | ok bluhm@
* Import perl-5.24.3afresh12017-10-291-1/+1
| | | | ok bluhm@
* Apply local patches - perl-5.24.2afresh12017-08-141-4/+16
| | | | OK bluhm@, Reads ok sthen@
* Fix merge issues, remove excess files - match perl-5.24.2 distafresh12017-08-142-18/+6
| | | | OK bluhm@, Reads ok sthen@
* Apply local patches - perl-5.24.1afresh12017-02-051-4/+16
|
* Fix merge issues, remove excess files - match perl-5.24.1 distafresh12017-02-0516-418/+509
|
* Really stop linking perl to pthreadafresh12016-09-011-0/+3
| | | | ok guenther@
* Update to perl 5.20.3afresh12016-07-033-6/+8
| | | | OK bluhm@
* Stop linking perl to libutil, never necessaryafresh12016-06-281-0/+2
| | | | from guenther@ ok sthen@
* Apply local patches, remove excess files - perl-5.20.2afresh12015-04-251-10/+13
|
* Fix merge issues, remove excess files - match perl-5.20.2 distafresh12015-04-254-19/+79
|
* Import perl-5.20.2afresh12015-04-252-3/+10
|
* Avoid /usr/local while building perl, but allow it for portsafresh12014-12-241-2/+2
| | | | commit it deraadt@
* We have dbm.h, so unbreak the treeafresh12014-11-181-1/+0
|
* Don't build support in perl for *dbm not in the base systemafresh12014-11-181-0/+4
| | | | OK millert@
* Apply local patches to perl-5.20.1afresh12014-11-171-8/+11
| | | | ok deraadt@ sthen@ espie@ miod@
* Fix merge conflicts, remove extra files, match upstream perl-5.20.1afresh12014-11-179-510/+202
| | | | ok deraadt@ sthen@ espie@ miod@
* Import perl-5.20.1afresh12014-11-179-66/+452
|
* Correct version for disabling getserbyname_r to reduce diff with upstreamafresh12014-06-011-1/+1
| | | | OK sthen@ miod@
* Remove now unnecessary local patch to disable usemallocwrap on m68kafresh12014-05-311-8/+5
| | | | Sure miod@
* Revert 1.49 (bad merge with free dejavu)miod2014-05-011-1/+1
|
* Merge perl-5.18.2 plus local patches, remove old filesafresh12014-03-2412-769/+43
| | | | OK espie@ sthen@ deraadt@
* Import perl-5.18.2afresh12014-03-245-42/+44
| | | | OK espie@ sthen@ deraadt@
* Revert 1.47 (bad merge)miod2013-04-191-1/+1
|
* merge/resolve conflictssthen2013-03-2519-115/+179
| | | | (some more to do after this one)
* import perl 5.16.3 from CPAN - worked on by Andrew Fresh and myselfsthen2013-03-2510-123/+84
|
* Enable shared libraries on m88k platforms.miod2013-01-311-1/+1
| | | | And there was much rejoicing.
* merge in perl 5.12.2 plus local changesmillert2010-09-249-27/+51
|
* remove files no longer in perl 5.12.2 (or that have moved)millert2010-09-243-461/+0
|
* Perl 5.12.2 from CPANmillert2010-09-247-62/+39
|
* Merge in some local changes that got lost.millert2009-10-131-15/+18
|
* Merge in perl 5.10.1millert2009-10-1211-74/+139
|
* import perl 5.10.1millert2009-10-128-28/+251
|
* fix conflicts and merge in local changes to perl 5.10.0millert2008-09-2919-231/+449
|
* import perl 5.10.0 from CPANmillert2008-09-2912-14/+618
|
* Enable shared libraries on landisk.drahn2008-03-281-1/+1
| | | | | The sh architecture required some different linkage than most platforms, This fixes those other requirements.