summaryrefslogtreecommitdiff
path: root/lang/perl5.14/files/patch-utf-regcomp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 5.8.9Sergey Skvortsov2009-01-131-95/+0
| | | | | | | | | | | | | | | | Also: - add option SITECUSTOMIZE which enable -Dusesitecustomize [1] - add patch against sv_dup() bug causes memory corruption in threaded perl [2] Changes: http://search.cpan.org/~nwclark/perl-5.8.9/pod/perl589delta.pod PR: 111120 [1], 130033 [2] Submitted by: "Ian A. Tegebo" <yontege xx dev-mug.rescomp.berkeley.edu> [1], kevin brintnall <kbrint xx rufus.net> [2] Notes: svn path=/head/; revision=225991
* Fix a possible buffer overflow with ASCII regexes that really areAnton Berezin2007-11-061-0/+95
Unicode regexes. Obtained from: perl5-porters (Nicholas Clark), with modifications Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202550