This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Localising hash slices with UTF-8 encoded keys was also buggy.
[perl5.git] / t / op / pat.t
2006-01-23 Rafael Garcia-SuarezNow that change #26410 is reverted, mark as TODO the...
2006-01-23 Nicholas ClarkChange the regression test added by 26410 to use test...
2006-01-18 Nicholas ClarkChange 26410 caused a regression, with the RVALUE retur...
2005-12-19 Yves OrtonUn-TODO a fixed test
2005-12-05 SADAHIRO TomoyukiClarification and cleanup of the XS SWASHGET code
2005-11-23 SADAHIRO TomoyukiXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-22 John E. Malmbergpatch@26180 - t/op/pat.t : Can't reset %ENV on VMS
2005-11-04 Rafael Garcia-SuarezRevert patch #25993.
2005-11-04 Andreas König[perl #19049] Incorrect $` after replacement
2005-09-06 Nicholas ClarkAdd a TODO test for bug #37038 - assigning to the match...
2005-07-10 Yves OrtonRe: [perl #36207] UTF8/Latin 1/i regexp "Malformed...
2005-07-08 Dave Mitchell[perl #36207] UTF8/Latin 1/i regexp "Malformed characte...
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2004-04-27 Jeff Pinyancandidate for TR18 compliance
2004-04-19 Hugo van der SandenRe: [perl #28532] optional match of an anchor gets...
2004-04-02 Rafael Garcia-SuarezFix bug #27940 : \cX escapes weren't working correctly...
2004-03-31 Nicholas ClarkUpgrade to Unicode 4.0.1
2004-01-29 Hugo van der SandenRe: [perl #25269] panic: pp_match start/end pointers...
2004-01-01 Dorner ThomasPerl 5.8.3 patches from the BS2000 port - part 2
2003-09-13 Hugo van der SandenRe: unicode regex problem
2003-09-11 Jarkko HietaniemiReplace #21158 with a better patch from Hugo
2003-09-10 Jarkko Hietaniemi[perl #23769] Unicode regex broken on simple example
2003-08-25 Jarkko HietaniemiThe new tests of #20888 didn't really test what they...
2003-08-25 Jarkko HietaniemiThe #20887 didn't go over that well;
2003-08-25 Jarkko Hietaniemipat.t -> charnames -> UCD -> Storable,
2003-08-09 Jarkko HietaniemiTwo more tests for #20566/#20568.
2003-08-08 Nick Ing-SimmonsRe: UNICODE regexp bug
2003-08-08 Nick Ing-SimmonsUNICODE regexp bug
2003-08-01 Dave MitchellRe: utf8+regex bug in 5.8.1-RC2
2003-07-13 Alexander GoughAdd a TODO test for perlbug #19049
2003-06-18 Adrian M. EnacheRe: [perl #22727] split() with re_eval segfaults/panics
2003-06-13 Rafael Garcia-SuarezRemove the deprecated $* variable.
2003-04-18 Jarkko HietaniemiUTF8 regexp patch from Inaba Hiroto.
2003-04-14 Inaba HirotoRe: Parse::RecDescent triggers infinete loop in perl5...
2003-03-09 Rafael Garcia-SuarezAdjust test count.
2003-03-09 Jarkko HietaniemiFrom Inaba Hiroto: re_intuit_start set a value to
2003-03-09 Jarkko HietaniemiFrom Inaba Hiroto: the UTF-8 length cache wasn't
2003-03-02 Adrian M. EnacheRe: [perl #21411] [fix] Postponed RE with split()
2003-02-26 Jarkko HietaniemiAn already fixed bug from perl-unicode.
2003-02-26 Adrian M. EnacheRe: [perl #20683] [fix] Better Patch
2003-02-05 Jarkko Hietaniemi[perl #19767] has become fixed too (by changes #18653
2003-02-04 Jarkko HietaniemiComment tweak.
2003-02-02 Rafael Garcia-Suarez[perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
2003-02-02 Jarkko HietaniemiAlso [perl #3547] has been fixed; add its test case.
2003-02-02 Jarkko HietaniemiThe [perl #7471] seems to have been fixed; add its...
2003-02-02 Jarkko Hietaniemi[perl #15397] seems to have been fixed; add its test.
2003-01-31 Adrian M. Enache[FIX] Re: UTF-8 failures (surprise!)
2003-01-28 Rafael Garcia-SuarezIntegrate from maint-5.8:
2002-12-12 Rafael Garcia-SuarezIntegrate from maint-5.8 : changes 18290-1, 18293-5...
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-11-25 Inaba HirotoUTF8 regexp {n} bug
2002-10-10 Rafael Garcia-SuarezFix bug #17776 : memory corruption in qr/##/x
2002-10-01 Yitzchak Scott-Tho... Re: sv_2pv_flags and ROK and UTF8 flags
2002-09-26 Jarkko Hietaniemiperl #17453
2002-09-08 Yitzchak Scott-Tho... sv_2pv_flags and ROK and UTF8 flags
2002-08-30 Yitzchak Scott-Tho... Re: glob names and Regexp type introspection
2002-07-01 Hugo van der SandenRe: [ID 20020630.002] utf8 regex only matches 32k
2002-05-12 Jarkko HietaniemiEBCDIC: retract #16557, it ran into a weird tokenizer...
2002-05-12 Jarkko Hietaniemi(retracted by #16560)
2002-05-11 Jarkko HietaniemiBecause of #16550 these tests would now spew
2002-04-21 Jarkko HietaniemiMake writing user-defined character properties nicer.
2002-04-20 Jarkko HietaniemiUser-defined character properties were unintentionally
2002-04-15 Hugo van der SandenRe: [ID 20020412.005] Dancing ??s
2002-04-01 Nicholas Clark(not solving: Re: Storable can't do utf8 hash keys)
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jarkko HietaniemiA little bit better error message for \pq, still
2002-03-28 Jeffrey FriedlRe: [ID 20020324.003] fairly major problem with qr...
2002-03-22 Jarkko HietaniemiIf Unicode keys are entered to a hash, a bit is turned on.
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko HietaniemiFix for "UTF-8 bug with s///" from Hugo.
2002-03-17 Andreas KönigUTF-8 bug (maybe alreayd known?)
2002-03-17 Andreas KönigSEGV in s/// and UTF-8
2002-03-08 Jarkko HietaniemiBetter test for #14795 (bug id 20020124.005) from Andreas.
2002-02-28 Jarkko HietaniemiTests for #14908.
2002-02-25 Jarkko HietaniemiCut-and-paste errors.
2002-02-25 Jarkko HietaniemiEBCDIC: the control characters are not that easy to...
2002-02-21 Jarkko HietaniemiTest for #14795.
2002-02-21 Jarkko HietaniemiTesting for ASCII in EBCDIC makes one's brain hurt.
2002-01-15 Jarkko HietaniemiMake the test harder.
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-14 Jarkko HietaniemiBig mktables rewrite from Jeffrey;
2002-01-13 Jarkko Hietaniemi*groan*
2002-01-13 Jarkko HietaniemiOne more sharp s case found by Jeffrey.
2002-01-12 Jarkko HietaniemiCouple more Unicode lookbehind tests.
2002-01-12 Jarkko HietaniemiSharp S as a special treat for our German UTF-8 testers :-)
2002-01-12 Jarkko HietaniemiThis is getting embarrassing.
2002-01-12 Jarkko HietaniemiUpdating the test count is good; also rephrasing
2002-01-12 Jarkko HietaniemiUnicode lookbehind looked bad.
2002-01-09 Andreas KönigRe: Weird Malformed warning in bleadperl
2002-01-09 Jarkko HietaniemiSANY (. with /s) wasn't happy on Unicode.
2002-01-05 Jarkko HietaniemiFinish up (ha!) the Unicode case folding;
2002-01-04 Jarkko HietaniemiAdd U+0085, U+2028, and U+2029 to \s under Unicode.
2002-01-03 Jarkko Hietaniemi#14048 exposed few false positives, to be fixed soonish.
2002-01-03 Jarkko HietaniemiA bit of testing for #14046.
2002-01-02 Jarkko HietaniemiOne more iteration of the ibcmp_utf8() interface,
2002-01-01 Jarkko HietaniemiUnnecessary/Lingering UTF8 flag might mess up caseless...
2001-12-24 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-23 Jarkko HietaniemiThe funky final sigma casefolding.
2001-12-23 Jarkko HietaniemiMove the \C and \X to pat.t.
2001-12-23 Jarkko HietaniemiEven more \X fixing.
next