This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
[perl5.git] / t / op / re_tests
2006-04-19 Dave Mitchellregmatch(): make IFMATCH use PUSH_STACK rather than...
2006-04-18 Dave Mitchellregmatch: fix a || vs | typo in CACHEsayYES and add...
2006-04-12 Animator[perl #38906] Regex engine does not release MINMOD
2005-11-16 Hugo van der SandenRe: [perl #37688] Unexpected regex failure.
2005-03-27 Hugo van der SandenRe: [perl #34195] Regex: Alternations within negative...
2005-03-22 Rafael Garcia-SuarezRevert change #24055, which was producing a segfault...
2005-03-21 Rafael Garcia-SuarezResubmit change #24053.
2005-03-18 Yves OrtonRe: Reworked Trie Patch
2003-08-26 Adrian M. EnacheRe: [PATCH] valgrind and /#/x
2003-08-07 Hugo van der SandenRe: [perl #23030] Error in negative lookahead with...
2003-07-31 Hugo van der SandenRe: [perl #23171] Regex too selfish
2002-10-21 Hugo van der SandenRe: [perl #18019] regex overoptimization
2002-08-26 (Randal L. Schwartz)fix for:
2002-07-15 Hugo van der SandenRe: Regexp causes coredump
2002-04-15 Mark-Jason Dominustest @+ and @- features
2002-04-03 Mark KvaleRe: the dirty half dozen (Re: perl@15662)
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-13 Hugo van der SandenRe: lookbehind broken with latest bleedperl
2002-01-09 Hugo van der SandenRe: [ID 20020109.002] /(?m:...\s*$)/ is not backtrackin...
2002-01-07 Jarkko HietaniemiForgot from #14115.
2001-12-23 Jarkko HietaniemiMove the \C and \X to pat.t.
2001-12-22 Jeffrey Friedland [BUG] \X and \C fixed, \X still dorked
2001-12-06 Hugo van der Sandencasefold backref
2001-11-23 Hugo van der SandenRe: regex oddness with \Z and $&
2001-11-18 Jarkko HietaniemiRetract #13048: that introduced a malloc() (through...
2001-11-16 Jeff PinyanRe: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_te...
2001-08-17 Hugo van der SandenRe: [ID 20010803.016] Possible regex bug in 5.6.1
2001-08-15 Hugo van der SandenRe: [ID 20010809.023] perlre misleads when stating...
2001-08-15 Hugo van der SandenRe: [ID 20010811.006] re_eval: logical leaks
2001-05-17 Ronald J. KimballRe: [PATCH] HERE mark in regex
2001-05-16 Ronald J. KimballRe: [PATCH] HERE mark in regex
2001-05-01 Hugo van der SandenRe: bleadperl: s/// failure with \b and /g
2001-04-30 Hugo van der SandenRe: [PATCH bleadperl] [ID 20010426.002] Word boundry...
2001-03-24 Nick Ing-SimmonsIntegrate mainline.
2001-03-22 Jarkko HietaniemiRegex tests from Chicheng Zhang. (Already fixed.)
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-13 Hugo van der SandenRe: [ID 20010212.006] Core dump with /((?:hard|soft...
2001-01-24 Charles BaileySYN SYN
2001-01-11 Hugo van der SandenRe: [ID 20001029.005] Regex error: "cd. (A. Tw)" !...
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-11-26 Jarkko HietaniemiTest line numbers are different with utf8.
2000-11-22 Ilya ZakharevichOvereager visited-positions optimizations
2000-11-18 Ilya Zakharevichrestore match data on backtracing
2000-10-20 Charles BaileySYN SYN
2000-08-17 Jarkko HietaniemiTweak the regex compilation errors once more.
2000-08-16 Lupe ChristophChange the regx compilation error markers to use =...
2000-08-10 Jarkko HietaniemiGet back into sync with Jeffrey on the enhanced regex...
2000-08-08 Hugo van der SandenRe: enhanced(?) regex error messages
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-03 Hugo van der Sanden[ID 20000803.001] further regexp counting problems
2000-08-02 Hugo van der Sanden[ID 20000731.010] regex error
2000-07-24 Hugo van der SandenAdd tests for
2000-07-14 Jarkko HietaniemiThe bug report
2000-07-14 Hugo van der SandenReplace change #6337 with a better one.
2000-07-13 Hugo van der SandenThe {multiplier} of a fixed substring was overlooked...
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6325..6373 into mainline
2000-07-11 Hugo van der Sanden[ID 20000701.002] Regular Expressions Not Unsetting...
2000-05-31 Gurusamy Sarathyfix buggy multiline matching of C<"a\nxb\n" =~ /(?...
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-04-27 Gurusamy Sarathyfix for failure to match $foo =~ /(?i)/ (from Ilya...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathyfix for /(^|a)b/ breakage from Ilya Zakharevich
1999-12-17 Gurusamy Sarathyfix for C<"\nx\taa\n" =~ /^\S\s+aa$/m> (from Ilya Zakha...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-08 Gurusamy Sarathyapply change#4618 again along with Ilya's patch to...
1999-12-02 Gurusamy Sarathyfixes for bugs in change#4586 and OS/2 pod tweak, from...
1999-11-14 Jarkko HietaniemiIlya's "hopscotch" patch, reworked by Ilya to fit.
1999-11-13 Jarkko HietaniemiChange #4576 accidentally leaked also parts of
1999-11-13 Jarkko HietaniemiIntegrate with Sarathy.
1999-10-14 Jarkko HietaniemiWarn about false ranges like \d-\w (see the change...
1999-10-12 Jarkko HietaniemiRevert the parts of #3926 that outlawed character ranges
1999-10-05 Ilya ZakharevichRe: Strange RE engine breakage in 5_61
1999-09-30 Jarkko HietaniemiRetract #4252, didn't help with the original problem.
1999-09-30 Ilya Zakharevich(Removed by #4262.)
1999-08-05 Jarkko HietaniemiFix regex charclass parsing so that bogus ranges
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Ilya ZakharevichMore optimizations to REx engine
1999-07-25 Gurusamy Sarathyfix little utf8 nits in testsuite; add patch from Ilya...
1999-07-06 Jarkko HietaniemiPOSIX [[:character class:]] support for standard, locale,
1999-05-25 Ilya ZakharevichREx engine improvements
1999-05-10 Hugo van der Sandenfix overeager [:foo:] parsing
1999-03-26 Gurusamy Sarathyspecify type of bracket in "Unmatched bracket" diagnostic;
1999-02-15 Hugo van der Sandenregexp flags bug
1998-09-23 Ilya Zakharevich(?>) broken in RE
1998-09-23 Ilya Zakharevichmake behavior of /(a{3})+/ like /(aaa)+/ w.r.t where...
1998-09-23 Ilya Zakharevichpatch to support computed regular subexpressions
1998-09-23 Ilya ZakharevichRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy...
1998-08-08 Ilya Zakharevich[5.005_50 PATCH] misprint in RE engine
1998-08-02 Jarkko Hietaniemisupport OE/MVS
1998-07-08 Ilya ZakharevichSwitch modifiers in RE off
1998-07-04 Hugo van der Sandencatch nonexistent backrefs in REs
1998-06-28 Ilya Zakharevichapplied patch, tweaked doc, and regen regnodes.h
1998-06-28 Dominic Dunlop: Move REG_INFTY-dependent tests from op/regexp.t
1998-06-23 Dominic DunlopAmend tests/regexp.t for variable REG_INFTY;
1998-02-12 Ilya Zakharevich5.004_5*: [PATCH] restore old behaviour of \1 in RE
1998-02-12 Jarkko Hietaniemi[PATCH] 5.004_58: the locale.t problem in IRIX
1998-01-08 Ilya ZakharevichRegexp fix: (?>a+)b doesn't match aaab:
1997-11-19 Ilya ZakharevichJumbo regexp patch applied (with minor fix-up tweaks):
1997-08-07 Tim Bunce[inseperable differences up to perl 5.004_02] perl-5.004_02
1997-08-06 M.J.T. GuyRe: Bug in Regular Expressions when using colon as...
next