This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document that there are bugs with EBCDIC and regexes
[perl5.git] / t / re /
2010-02-20 David MitchellunTODO some passing TODO tests in reg_fold.t
2010-02-20 Karl WilliamsonPATCH: deprecation warnings for unreasonable charnames
2010-02-20 Karl WilliamsonImprove handling of qq(\N{...}); and /x
2010-02-19 Karl WilliamsonPATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-14 Eric BrineRemoves 32-bit limit on substr arguments. The full...
2010-01-19 Father Chrysostomosfix qr// and get-magic problems
2010-01-18 Rafael Garcia-SuarezRevert "[perl #62646] Maximum string length with substr"
2010-01-15 Zefram[perl #62646] Maximum string length with substr
2010-01-05 Nicholas ClarkTie::Hash::NamedCapture::* shouldn't abort if passed...
2009-12-20 Karl WilliamsonAllow U+0FFFF in regex
2009-12-15 Karl Williamsonmore regex folding tests
2009-12-14 Father Chrysostomos[perl #70764] $' fails to initialized for pre-compiled...
2009-12-02 Nicholas ClarkEnsure that pp_qr returns a new regexp SV each time...
2009-11-28 Moritz LenzDocument backreferences to groups that did not match
2009-11-25 Karl Williamsonwrap uniprops.t; makefile changes for mktables
2009-11-24 Karl Williamsonmktables not run unless needed
2009-11-22 Rafael Garcia-SuarezFix plan syntax in TAP output
2009-11-22 Karl Williamsonmktables revamp
2009-11-01 Bram via RT[PATCH] Todo test for [perl #38133] (was: [regex] backr...
2009-10-22 Ben MorrowLet SvRX(OK) recognise a bare REGEXP.
2009-10-19 Yves Ortonrevert to 5.8.x semantics for \s \w and \d
2009-10-05 Yves Ortonadd tests to make sure the \s and [\s] match the same...
2009-09-19 Yves Ortondropped a test by accident the last go, so ressurect...
2009-09-19 Yves Ortonsplit t/re/pat.t into new pieces
2009-09-19 Yves Ortoncopy pat.t into five new files
2009-09-18 Nicholas ClarkAvoid using lib.pm in miniperl's tests.
2009-09-13 Bo Borgersonsplit: Remove implicit split to @_
2009-09-10 Vincent PitUpdate some remaining comments that still point to...
2009-09-10 Vincent PitFix paths in threaded regexp tests
2009-09-10 Yves Ortonmissed a comment reference to t/op that should now...
2009-09-10 Yves Ortonmove regex related tests out of t/op/ into t/re/