This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Unescaped left braces in regular expressions will be fatal in 5.30.
[perl5.git] / t / re /
2017-01-16 AbigailUnescaped left braces in regular expressions will be...
2017-01-13 Karl WilliamsonWarn on unescaped /[]}]/ under re strict
2017-01-13 Karl Williamsont/re/reg_mesg.t: Add new ability
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2017-01-13 Karl WilliamsonAdd /xx regex pattern modifier
2017-01-11 Hugo van der Sanden[perl #130522] test cases for len(STCLASS) > len(target)
2017-01-08 Hugo van der Sanden[perl #130495] add fresh_perl() option for prog with...
2017-01-04 Hugo van der Sanden[perl #130495] /x comment skipping stops a byte short
2016-12-12 Hugo van der Sanden[perl #130307] Correctly unwind on cache hit
2016-12-11 Karl WilliamsonPATCH: [perl #37836] Simple Regex causes SEGV
2016-12-10 David Mitchellmisaligned buffer with heredoc and /(?{...})/
2016-11-28 David Mitchellcrash on explicit return from s///e
2016-11-14 Dagfinn Ilmari Man... Fix error message for unclosed \N{ in regcomp
2016-11-12 James E KeenanRT 130010: add regression test.
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-11-02 Yves Ortonclarify behavior single quote regexps
2016-11-01 Yves Ortonrework perl #129903 - inf recursion from use of empty...
2016-11-01 Yves Ortonnew feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE...
2016-10-31 Tony Cook(perl #129085) avoid memcmp() past the end of a string
2016-10-28 Karl WilliamsonFix test to be EBCDIC friendly
2016-10-27 Yves Ortonregcomp.c: fix perl #129950 - fix firstchar bitmap...
2016-10-21 Jarkko HietaniemiThe 1994b214 made the test dependent on Tie::Hash:...
2016-10-21 Dan Collinst/re/subst.t: tests for RT #23624
2016-10-21 Dan Collinst/re/pat.t: tests for RT #21491
2016-10-20 Yves Ortonthe test for #129897 was missing the min-mod (?) on...
2016-10-19 Karl WilliamsonPATCH: [perl #129322] S_invlist_clear(SV *): Assertion...
2016-10-19 Yves Ortonregexec.c: add comment and add a test
2016-10-19 Yves Ortonregexec.c: fix perl #129897: trie short circuit breaks...
2016-10-19 Yves Ortonuniprops.t: split into 10 seperate test files t/re...
2016-10-15 Jarkko HietaniemiIf a unit test doesn't finish in 5 minutes, it's not...
2016-10-04 Hugo van der Sanden[perl #129350] anchored/floating substrings must be...
2016-09-19 Father ChrysostomosMake regexp_nonull.t test patterns without null
2016-09-19 Father Chrysostomosregexp.t: Update comments about column 1
2016-09-17 Father ChrysostomosAdd regexp_nonull.t
2016-08-31 Karl WilliamsonPATCH: [perl #129122] regex sets syntax error
2016-08-29 Karl WilliamsonPATCH: [perl #129038] Crash with s///l
2016-08-24 David Mitchellre_untuit_start() avoid overshoot with utf8
2016-08-18 Father Chrysostomospat_advanced.t miniperl fix-up
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-08-14 Yves Ortonmove Internals::hv_clear_placeholders() to Hash::Util...
2016-08-08 Karl WilliamsonAdd test for [perl #126606]
2016-07-29 Father ChrysostomosTired of looking up old bug numbers
2016-07-21 Karl WilliamsonPATCH: [perl 128686] regex compiler crashes
2016-07-17 Karl WilliamsonPATCH: [perl #128170] Assert fail in regcomp.c
2016-07-16 Karl Williamsont/re/anyof.t: add tests for ranges
2016-07-16 Karl Williamsonregcomp.c: Refactor code dealing with m/[...]/d
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsont/re/pat.t: Add some tests
2016-07-16 Karl Williamsonregcomp.c: Improve -Dr output
2016-07-16 Karl Williamsonanyof.t: Add tests for previous commit
2016-07-16 Karl WilliamsonAdd t/re/anyof.t
2016-07-11 Dan Collinst/re/regexp.t: Remove extra semicolons from output.
2016-07-11 Dan Collinst/re/regexp.t: Better formatting for test failures
2016-07-02 Jarkko HietaniemiIf only miniperl, no use re for you.
2016-06-18 Dan CollinsAdd tests for regex recursion
2016-06-17 Karl WilliamsonAdd missing deprecation message for unescaped '{' in...
2016-05-09 Karl WilliamsonRequire literal '{' in patterns to be escaped
2016-05-09 Karl WilliamsonMake deprecated qr//xx fatal
2016-05-09 Karl WilliamsonStop accepting deprecated NBSP in \N{}
2016-05-09 Yves OrtonCall PERL_ASYNC_CHECK when we backtrack in the regex...
2016-04-09 David Mitchellmove perf test from re/pat.t to re/speed.t
2016-04-09 David Mitchellnew perf test in pat.t: avoid timing failure
2016-04-08 Yves Ortontest for #127855 - Slowdown in m//g on COW strings...
2016-03-25 Craig A. BerrySuppress another empty \N{} warning in pat_advanced.t.
2016-03-25 Karl WilliamsonPATCH: [perl #123417] Deprecate empty \N{}
2016-03-25 Karl Williamsont/re/re_tests: Add missing \ escape to a test
2016-03-14 Yves Ortonfix "bad match" issue reported in perl #127705
2016-03-13 Yves Orton[perl #126182] rework pattern GOSUB infinite recursion...
2016-03-10 Karl Williamsont/re/reg_mesg.t: Add some more tests
2016-03-07 Karl WilliamsonAdd test for [perl #126405]
2016-03-06 Yves Ortonfix Perl #126182, out of memory due to infinite pattern...
2016-03-03 Karl WilliamsonReinstate "PATCH: {perl #127582] Over eager warning...
2016-03-02 Karl WilliamsonPATCH: [perl #127599] Fix regcomp.c assertion
2016-03-02 Karl WilliamsonRevert "PATCH: {perl #127582] Over eager warning for...
2016-03-01 Karl WilliamsonPATCH: {perl #127582] Over eager warning for /[.foo.]/
2016-03-01 Karl WilliamsonPATCH: [perl #127581] Spurious warning about posix...
2016-03-01 Karl Williamsonre/regexp_unicode_prop.t: Fix loop statement
2016-03-01 Karl Williamsonregexp_unicode_prop.t: Clarify comment
2016-03-01 Karl WilliamsonFix /\p{pkg::User-defined}/i
2016-03-01 Tony Cook[perl #127635] s///r with -DPERL_NO_COW attempts to...
2016-02-21 Karl Williamsont/re/pat_advanced.t: Test for [#perl 126886]
2016-02-19 Karl WilliamsonPATCH: [perl 127537] /\W/ regression with UTF-8
2016-02-19 Karl WilliamsonDon't allow /\N{}/ under 're strict'
2016-02-16 Karl Williamsont/re/reg_mesg.t: Add a couple of tests
2016-02-11 Karl Williamsonregcomp.c: Clarify error message
2016-02-11 Karl Williamsont/re/regex_sets.t: Add some tests
2016-02-10 Karl WilliamsonPATCH: [perl #8904] Revamp [:posix:] parsing
2016-02-03 David Mitchellsort(!) out CXt_NULL and CXp_MULTICALL
2016-01-19 Karl WilliamsonAdd qr/\b{lb}/
2016-01-06 Lukas Maiverses -> versus
2015-12-07 Steve HayRemove duplicate line from test
2015-12-02 David Mitchell/..\G/: use chars, not bytes
2015-11-29 Karl WilliamsonDeprecate Unicode code points above IV_MAX
2015-11-25 Karl WilliamsonExtend UTF-EBCDIC to handle up to 2**64-1
2015-11-23 Craig A. BerryTODO newish re/speed.t tests on VMS.
2015-11-20 Karl WilliamsonVarious tests: use centralized locale detection
2015-11-16 Tony Cook[perl #126602] make sure targ isn't freed from under us
2015-11-14 Karl WilliamsonPATCH: [perl #126615] Segfault/assert fail with regex_sets
2015-11-09 Karl Williamsonre/pat_advanced.t: Fix a test so also runs on EBCDIC
2015-10-30 Karl WilliamsonPATCH: [perl #126481] panic for !! with syntax error...
next