This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove the port to MiNT. It's a dead platform that hasn't had any love since 5.005
[perl5.git] / t / op / pat.t
2009-07-26 George Greermuch better swap logic to support reentrancy and fix...
2009-07-26 Yves Ortonfix vim highlighting problem
2009-07-06 hv@crypt.orgRegex fails when string is too long
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-05-31 BramDocument test structure
2009-03-22 David Mitchellfix [RT #60034]. An equivalent fix was already in 5...
2009-03-12 BramFix #56194 Regex: (((??{1 + $^N}))) behaves differently...
2009-02-16 BramExtra regex tests
2009-01-16 KarlAdd warning about octal > 377 in some regexes
2009-01-04 Slaven RezicAnother regexp failure with utf8-flagged string and...
2008-12-27 Yves Ortonfix bug #57042 - preserve $^R across TRIE matches
2008-11-18 AbigailImprove and restructure t/op/pat.t and split out some...
2008-11-09 Yves OrtonAdd support for testing when under
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2008-10-25 Vincent PitIntegrate:
2008-05-01 Robin Barkert/op/pat.t
2008-04-30 Rafael Garcia-SuarezAvoid garbage in test output when running make minitest.
2008-04-30 Rafael Garcia-SuarezA skip() function is missing, to get this test pass...
2008-04-26 Robin Barkeranother go; was RE: [perl #49302] [[:print:]] v \p...
2008-04-15 Rafael Garcia-SuarezAdd a regression test for bug #52658 (fixed by change...
2008-02-17 Yves OrtonFix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g
2008-02-15 Rafael Garcia-SuarezTypo catch, by Abigail
2008-02-15 Rafael Garcia-SuarezAvoid utf8 warnings when printing diagnostics
2008-02-14 AbigailRe: [perl #50496] Bug Report: 'keys %+' does not return...
2008-01-10 Nicholas ClarkUn-TODO (and un-SKIP) tests in t/op/pat_thr.t that...
2008-01-09 Nicholas ClarkFix the bug introduced by the bug fix of change 30755.
2008-01-09 Nicholas ClarkVariants of several regression tests that run the actul...
2008-01-05 Moritz LenzFix regexec.c so $^N and $+ are correctly updated so...
2007-12-29 Yves OrtonFix Perl #49190, tests from Abigail, codefix from me.
2007-12-27 Nicholas ClarkBetter diagnostics for the tests for #20683.
2007-12-27 Nicholas Clarkscalars used in postponed subexpressions aren't first...
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
next