[perl #73712] ‘Variable is not imported’ cannot be suppressed
[p5sagit/p5-mst-13.2.git] / t / re /
2010-02-20 David Mitchell unTODO some passing TODO tests in reg_fold.t
2010-02-20 Karl Williamson PATCH: deprecation warnings for unreasonable charnames
2010-02-20 Karl Williamson Improve handling of qq(\N{...}); and /x
2010-02-19 Karl Williamson PATCH: [perl #56444] delayed interpolation of \N{...}
2010-02-14 Eric Brine Removes 32-bit limit on substr arguments. The full...
2010-01-19 Father Chrysostomos fix qr// and get-magic problems
2010-01-18 Rafael Garcia-Suarez Revert "[perl #62646] Maximum string length with substr"
2010-01-15 Zefram [perl #62646] Maximum string length with substr
2010-01-05 Nicholas Clark Tie::Hash::NamedCapture::* shouldn't abort if passed...
2009-12-20 Karl Williamson Allow U+0FFFF in regex
2009-12-15 Karl Williamson more regex folding tests
2009-12-14 Father Chrysostomos [perl #70764] $' fails to initialized for pre-compiled...
2009-12-02 Nicholas Clark Ensure that pp_qr returns a new regexp SV each time...
2009-11-28 Moritz Lenz Document backreferences to groups that did not match
2009-11-25 Karl Williamson wrap uniprops.t; makefile changes for mktables
2009-11-24 Karl Williamson mktables not run unless needed
2009-11-22 Rafael Garcia-Suarez Fix plan syntax in TAP output
2009-11-22 Karl Williamson mktables revamp
2009-11-01 Bram via RT [PATCH] Todo test for [perl #38133] (was: [regex] backr...
2009-10-22 Ben Morrow Let SvRX(OK) recognise a bare REGEXP.
2009-10-19 Yves Orton revert to 5.8.x semantics for \s \w and \d
2009-10-05 Yves Orton add tests to make sure the \s and [\s] match the same...
2009-09-19 Yves Orton dropped a test by accident the last go, so ressurect...
2009-09-19 Yves Orton split t/re/pat.t into new pieces
2009-09-19 Yves Orton copy pat.t into five new files
2009-09-18 Nicholas Clark Avoid using lib.pm in miniperl's tests.
2009-09-13 Bo Borgerson split: Remove implicit split to @_
2009-09-10 Vincent Pit Update some remaining comments that still point to...
2009-09-10 Vincent Pit Fix paths in threaded regexp tests
2009-09-10 Yves Orton missed a comment reference to t/op that should now...
2009-09-10 Yves Orton move regex related tests out of t/op/ into t/re/