This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix various bugs in regex engine with mixed utf8/latin pattern and strings. Related...
authorYves Orton <demerphq@gmail.com>
Mon, 17 Dec 2007 15:21:46 +0000 (16:21 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Mon, 17 Dec 2007 16:01:32 +0000 (16:01 +0000)
commita0a388a13daad79062b3c4b126f22d2f46fc82dd
treec1f1562353529ecc4edfee3469657379d1adf79d
parent5cf57fc61e657066a9798cca42453d9e2f71bd8c
Fix various bugs in regex engine with mixed utf8/latin pattern and strings. Related to [perl #36207] among others
Message-ID: <9b18b3110712170621h41de2c76k331971e3660abcb0@mail.gmail.com>

p4raw-id: //depot/perl@32628
MANIFEST
regcomp.c
regexec.c
t/op/pat.t
t/op/reg_fold.t [new file with mode: 0644]
utf8.c