This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Added release manager test for copyright year
[perl5.git] / t / re /
2013-09-10 Brian FraserMake the "Switch condition not recognized" error messag...
2013-09-10 Brian Frasert/re/reg_mesg.t: Tests for latin1 error messages/warnings
2013-09-10 Brian Fraserregcomp.c: Make all warnings and error messages UTF...
2013-09-10 Brian Fraserregcomp.c, S_compile_runtime_code: croak using the...
2013-09-07 Father ChrysostomosMake /@array/ handle nonexistent array elements
2013-08-29 Karl Williamsonfold_grind.t: Modify trie test
2013-08-29 Karl Williamsonregcomp.c: In EBCDIC [i-j] exclude also ASCII
2013-08-25 Father ChrysostomosStop values from ‘sticking’ to @- and @+ elems
2013-08-15 Karl WilliamsonPATCH (partial) [perl #107816] Performance regression...
2013-08-13 Father Chrysostomos[perl #45667] Apply tests from #119125 in reverse
2013-08-12 SmylersTypo fix in comment
2013-08-11 Father ChrysostomosRead-only COWs should not be exempt from s/// croaking
2013-08-11 Karl Williamsont/re/re_tests: Move vim hints to eof
2013-08-10 Father ChrysostomosAvoid assert fail with s// $target = \3 /e
2013-08-06 David Mitchellreparse compile-time /(?{})/ in right scope
2013-08-02 James E KeenanRegression tests for 4 cases reported by Philip Hazel++.
2013-08-01 Nicholas ClarkSet a large thread stack when running the regex tests...
2013-07-31 David MitchellHandle /[#]/ and /[(?#]/ with code blocks
2013-07-30 David MitchellRT #118213: handle $r=qr/.../; /$r/p properly
2013-07-28 David Mitchellfix COW match capture optimisation
2013-07-28 David Mitchellregexec(): use regtry(&s) not regtry(&startpos)
2013-07-28 David Mitchells/.(?=.\G)/X/g: refuse to go backwards
2013-07-28 David Mitchellregexec(): fix ganch and till settings
2013-07-28 David Mitchellfix intuit_start() with \G
2013-07-28 Yves Ortonfix 114884 positive GPOS lookbehind regex substitution...
2013-07-28 David Mitchelladd some basic floating /\G/ tests
2013-07-28 David Mitchellfix /.\G/ under threading
2013-07-26 Father Chrysostomos[perl #78194] Make re-evals copy PADTMPs
2013-07-26 Father ChrysostomosTo-do tests for perl #78194
2013-07-06 Father Chrysostomos[perl #117917] /(?{ m|...| }) (?{ $1 })/
2013-07-01 Karl WilliamsonFix regex seqfault 5.18 regression
2013-06-27 Karl Williamsont/re/reg_mesg.t: Add diagnostic output on some failures
2013-06-25 Yves OrtonAdd tests for a backreference following a literal,...
2013-06-25 Yves OrtonFix rules for parsing numeric escapes in regexes origin/yves/for_karl_backrefs
2013-06-22 Yves OrtonFix and add tests for *PRUNE/*THEN plus leading non...
2013-06-20 Yves Ortonadd some tests for Perl #71922
2013-06-18 Father Chrysostomossubst.t: Rename test
2013-06-13 Yves OrtonPossessive and non greedy quantifier modifiers are...
2013-06-12 Yves Ortondo not warn when optimizing away /x{0,0}?+/ and /x...
2013-06-11 Karl WilliamsonQuantifier follows nothing in regex
2013-06-10 Father ChrysostomosStop /(a|b)(?=a){3}/ from warning twice
2013-06-08 Father ChrysostomosAllow qr/(?[ [a] ])/ interpolation in (?[...])
2013-06-05 David Mitchellmake some tests TODO under -DPERL_NO_COW
2013-06-05 Dagfinn Ilmari Man... [perl #118297] Fix interpolating downgraded variables...
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for CANY
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for POSIXA
2013-06-02 David Mitchellregex engine: simplify is_utf8_pat handling
2013-05-27 Father Chrysostomospat_advanced.t: fix two tests
2013-05-27 Father ChrysostomosMake \N{ } deprecation warnings fatalizable
2013-05-27 Father ChrysostomosTurn \N{ } deprecation warnings on by default
2013-05-27 Father ChrysostomosMake ‘Escape literal pattern white space’ a default...
2013-05-26 David Mitchellre-enable Copy-on-Write by default.
2013-05-22 Karl Williamsonregcomp.c: Actually emit proper warning
2013-05-20 Karl Williamsonfold_grind.t: Add tests
2013-05-20 Karl Williamsont/re/fold_grind.t: White space only
2013-05-20 Karl WilliamsonAdd missing test for regex parse error
2013-05-09 Karl WilliamsonFix regex /il and /iaa failures for single element...
2013-05-06 David Mitchellmake /(?p:...)/ keep RXf_PMf_KEEPCOPY flag
2013-05-02 Karl WilliamsonDeprecate spaces/comments in some regex tokens
2013-05-02 Karl WilliamsonPATCH: [perl #117327]: Sequence (?#...) not recognized...
2013-05-02 Karl Williamsonreg_mesg.t: Turn off regexp warns along with deprecated
2013-04-24 David Mitchellmake qr/(?{ __SUB__ })/ safe
2013-04-24 David Mitchellfix caller with re_evals.
2013-04-20 David MitchellHandle /@a/ array expansion within regex engine
2013-04-20 David MitchellPerl_re_op_compile(): handle utf8 concating better
2013-04-12 David Mitchellfix runtime /(?{})/ with overload::constant qr
2013-04-12 David MitchellHandle overloading properly in compile-time regex
2013-04-12 David Mitchellregex and overload: unifiy 1 and N arg branches
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-27 Brian Frasert/re/regexp_unicode_prop.t: Drop dependency on given...
2013-03-19 Nicholas ClarkTest that UTF-8 in the look-ahead of (?(?=...)...)...
2013-03-19 Nicholas ClarkTest that S_grok_bslash_N() copes if S_reg() restarts...
2013-03-18 David Mitchellfix a segfault in run-time qr//s with (?{})
2013-03-02 David MitchellDisable by default the new Copy-on-Write for 5.18
2013-02-20 Ricardo Signessuppress "experimental" warnings for my $_
2013-02-19 Karl Williamsonre/charset.t, re/fold_grind.t: Note C locale can match...
2013-02-19 Karl Williamsonre/charset.t: Make sure locale is loaded at compile...
2013-02-19 Rafael Garcia-SuarezSilence encoding.pm deprecation warnings in the core...
2013-02-10 Jess RobinsonEnable perl core tests to pass when locale support...
2013-02-04 Karl WilliamsonAdd tests and clarify pod for (?[ ])
2013-02-04 Karl WilliamsonAdd interpolations to regex sets
2013-01-31 Karl Williamsonregcomp.c: Expand diagnostic
2013-01-24 Karl WilliamsonAdd deprecation warning for literal PATWS under /x
2013-01-24 Karl Williamsonreg_mesg.t: Remove repetitious boiler plate
2013-01-24 Karl WilliamsonMove t/lib/warnings/regcomp to t/re/reg_mesg.t
2013-01-24 Karl Williamsonreg_mesg.t: Add cpabilities; improve output
2013-01-24 Karl Williamsonre/reg_mesg.t: White-space only; no code changes
2013-01-24 Karl Williamsonre/reg_mesg.t: Add tests for suppressing warnings
2013-01-20 Karl WilliamsonDeprecate certain rare uses of backslashes within regexes
2013-01-20 Karl WilliamsonRevert "Deprecate literal unescaped "{" in regexes."
2013-01-19 Karl WilliamsonExtend strictness for qr/(?[ \N{} ])/
2013-01-14 Karl WilliamsonAdd warnings for "\08", /\017/
2013-01-13 Karl Williamsonreg_mesg.t: Add, revise test names
2013-01-11 Karl WilliamsonAdd back-compat (?[ ]) tests
2013-01-11 Karl Williamsonreg_mesg.t: Test messages from (?[ ])
2013-01-11 Karl WilliamsonNew regex experimental feature: (?[ ])
2013-01-11 Karl WilliamsonBetter error pos for grok_bslash_[xo]
2013-01-11 Karl Williamsonregexp.t: Add a period in test name skip reason
2013-01-09 Karl Williamsont/re/re_tests: Remove duplicate test
2013-01-09 Karl Williamsont/re/re_tests: Remove unused variable initializations
next