summaryrefslogtreecommitdiff
path: root/lang/perl5.14/files/patch-utf-regcomp (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-13Update to 5.8.9Sergey Skvortsov1-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
2007-11-06Fix a possible buffer overflow with ASCII regexes that really areAnton Berezin1-0/+95
Unicode regexes. Obtained from: perl5-porters (Nicholas Clark), with modifications Approved by: portmgr (marcus) Notes: svn path=/head/; revision=202550