This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Test case for C<undef %File::Glob::>
[perl5.git] / t / op / re_tests
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...
1997-06-11 Hans MulderMore simple regexp tests and test docs
1996-11-26 Perl 5 Porters[inseparable changes from patch from perl5.003_08 to...
1994-10-17 Larry Wallperl 5.000 perl-5.000
1991-06-09 Larry Wallperl 4.0 patch 10: (combined patch)
1991-03-21 Larry Wallperl 4.0.00: (no release announcement available) perl-4.0.00