This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate PL_reg_maxiter, PL_reg_leftiter
[perl5.git] / t / re /
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
2013-01-09 Karl Williamsonregexp.t: Skip tests that are supposed to
2013-01-04 Karl Williamsoncharnames: Deprecate character names with spacing issues
2013-01-04 David Mitchellmake m?$pat? match only once under ithreads
2012-12-31 Karl Williamsonlocale.t, pat_advanced.t: Remove TODOs
2012-12-31 Karl Williamsonre/pat_advanced.t: Add TODO test for recent regression
2012-12-28 Karl Williamsonregcomp.c: Clean up ANYOF_CLASS handling.
2012-12-27 Karl Williamsonpat_advanced.t: Add tests
2012-12-25 David Mitchell[perl #116148] Pattern utf8ness sticks around
2012-12-22 Karl WilliamsonRemove TODO for test for #114272
2012-12-10 Father ChrysostomosFix problems with -Dr during global destruction
2012-12-09 Karl WilliamsonAdd Todo test for Perl #114272
2012-12-04 Father ChrysostomosDeprecate lexical $_
2012-11-27 Father Chrysostomossubst.t: Test something I nearly broke
2012-11-27 Father ChrysostomosTest perl #4289
2012-11-25 Matthew Horsfall... RT-23180 - If we skip matching in pp_match for any...
2012-11-11 Karl Williamsontoke.c: Don't force \N{} into utf8 unnecessarily
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-11-11 Karl WilliamsonMake \N{alias} deprecations fatal.
2012-11-02 Father ChrysostomosFix /a++(?{})+$code_block/
2012-10-21 Dagfinn Ilmari Man... PATCH: [perl #115242] Test
2012-10-20 Karl Williamsonfold_grind.t: Set $| if debugging
2012-10-19 Karl Williamsonregexec.c: Fix bugs in regrepeat()
2012-10-17 Karl Williamsonregex: \R can match either 1 or 2 chars
2012-10-14 Karl Williamsonregexp.t: Add 'no warnings "utf8";
2012-10-14 Karl WilliamsonPATCH: [perl #89774] multi-char fold + its fold in...
2012-10-12 Father ChrysostomosDisable const repl optimisation for empty pattern
2012-10-12 Father Chrysostomos[perl #49190] Don’t prematurely optimise s/foo/bar...
2012-10-12 Father Chrysostomos[perl #49190] Stringify repl repeatedly in s///g
2012-10-12 Father ChrysostomosSimplify the fix for bug #41530
2012-10-12 Karl Williamsonregexec.c: Fix EXACT node handling in regrepeat()
2012-10-10 Father Chrysostomos[perl #26986] Skip subst const repl optimisation for...
2012-10-09 Karl WilliamsonPATCH: [perl #114982]: case-insensitive regex bug with...
2012-10-07 Father ChrysostomosFix infinite loop with $tied =~ s/non-utf8/utf8/
2012-10-06 Aaron CraneFix spurious "uninitialized value" warning in regex...
2012-09-30 Yves OrtonFix [perl #115050] Double empty sub-regexp makes "panic!"
2012-09-15 Karl WilliamsonPATCH: [perl #82954] Make "Can't do {n,m} with n >...
2012-09-12 David Mitchelladd test for 6502e08, s/(.)/die/e
2012-09-08 David Mitchellfix a bug in handling $+[0] and unicode
2012-09-08 David Mitchellstop $foo =~ /(bar)/g skipping copy
2012-09-08 David Mitchellrationalise t/re/pat_psycho.t
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-09-08 David MitchellSeparate handling of ${^PREMATCH} from $` etc
2012-08-29 Colin KuskieRefactor t/re/no_utf8_pt.t to use test.pl instead of...
2012-08-26 Karl WilliamsonRevert "Experimentally Use Unicode 6.2 beta"
2012-08-26 Karl Williamsonregcomp.c: Special case /[UV_MAX]/
2012-08-12 Karl Williamsonregcomp.c: Optimization not valid for Latin Sharp S
next