This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Proper $TODO support in &ok() and &iseq() in pat.t
[perl5.git] / t / op / pat.t
2007-12-27 Nicholas ClarkProper $TODO support in &ok() and &iseq() in pat.t
2007-12-27 Nicholas ClarkLocalize $\ before changing it, so as not to affect...
2007-12-17 Yves OrtonFix various bugs in regex engine with mixed utf8/latin...
2007-09-25 TelsRe: [perl #45605] Regexp failure with utf8-flagged...
2007-09-14 Dave Mitchell[perl #45337] utf8 + "[a]a{2}" + /$.../ = panic: sv_len...
2007-08-18 Marcus Holland-MoritzTRIE must use 'yes' state transitions when more than...
2007-06-23 Yves OrtonResolve
2007-06-06 Ævar Arnfjörð Bjar... Re: [PATCH] Callbacks for named captures (%+ and %-)
2007-06-03 Yves OrtonRe: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
2007-04-27 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-26 Yves OrtonRe: Analysis of problems with mixed encoding case insen...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-04-10 Rafael Garcia-SuarezFix new tests
2007-04-10 Ævar Arnfjörð Bjar... Re: [PATCH] length() on magic capture variables
2007-04-01 Dave Mitchellfix $^R scoping bug.
2007-03-22 Yves OrtonResolve PL_curpm issues with (??{}) and fix corruption...
2007-03-20 Yves Ortonfeel the the baÃ\9f (encoding problems in the regex engine)
2007-02-28 Rafael Garcia-SuarezAdd new tests for keys in %+ and %-
2007-02-19 Rafael Garcia-SuarezRevert change #30081 at dmq's request, and mark its...
2007-02-10 Yves OrtonRe: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands...
2007-02-06 SADAHIRO Tomoyukicurrent status on Unicode Regular Expressions
2007-01-31 Yves Orton$1 in nested regex EVAL doesnt work correctly.
2007-01-11 Yves OrtonAdd Regexp::Keep \K functionality to regex engine as...
2007-01-04 Yves OrtonRe: [PATCH] Change implementation of %+ to use a proper...
2006-12-26 SADAHIRO TomoyukiRe: Named-capture regex syntax
2006-12-25 Yves OrtonRe: Named-capture regex syntax
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-12-03 Yves OrtonRe: [perl #41010] (?(COND)) in pattern matching not...
2006-11-29 Yves OrtonChange in handling of \RNNN inside nested patterns
2006-11-24 Rafael Garcia-SuarezUn-TODO one test in pat.t ($1 kept safe after a /g...
2006-11-22 Yves Orton\G with /g results in infinite loop in 5.6 and later
2006-11-21 Rafael Garcia-SuarezRemove the test counter checker at the end of t/op...
2006-11-20 Nicholas ClarkCorrect typo in test description.
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-17 yves orton[perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton[perl #18209] bug in regex s/\s$word\s/ /gi; and $&
2006-11-17 yves orton[perl #22395] regexp /(.*)[bc]/ 10000 times slower...
2006-11-17 yves orton[perl #36909] $^R undefined on matches involving backre...
2006-11-17 Yves OrtonStudy SUSPEND (and recursion) properly
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-14 Yves OrtonAllow negative indexing in recursive patterns
2006-11-13 Yves OrtonRe: [PATCH] New regex syntax omnibus
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-11-01 Yves OrtonAdd a commit verb to regex engine to allow fine tuning...
2006-11-01 Rafael Garcia-SuarezRegression test by Yves Orton for : [perl #36046] Speci...
2006-10-16 SADAHIRO Tomoyukiremove leaveit from toke.c:scan_const
2006-10-12 Yves OrtonAdd Regex conditionals. Various bugfixes. More tests.
2006-10-08 Yves OrtonRe: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-07 Yves OrtonRe: [PATCH] Initial attempt at named captures for perls...
2006-10-05 Dave Mitchellmigrate CURLYX/WHILEM branch in regmatch() to new FSM...
2006-10-05 Yves OrtonRe: [PATCH] Add recursive regexes similar to PCRE
2006-09-30 Dave Mitchelladd stress test for CURLYX/WHILEM regex ops
2006-09-24 Dave Mitchellfix regression introduced in #27778: must backtrack...
2006-09-19 Yves OrtonRe: \N{...} in regular expression [PATCH]
2006-09-05 Yves OrtonRe: [PATCH] Trie jumping
2006-07-26 SADAHIRO Tomoyukiinterpolation of @- (and @+) in patterns ([perl #27940...
2006-07-12 Jarkko Hietaniemiz/OS: t/ - mostly EBCDIC fixes
2006-07-11 Rafael Garcia-SuarezRevert bogus fix for bug #27940, which wasn't really...
2006-07-02 Yves OrtonRe: [PATCH]: fix: [perl #39583] Pattern Match fails...
2006-04-13 Dave Mitchelldisable 'split /(?{ split "" })/' test until recursive...
2006-04-02 SADAHIRO TomoyukiRe: [perl #38293] chr(65535) should be allowed in regexes
2006-03-31 Dominic DunlopRe: recursion now removed from the regex engine
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
next