summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* unTODO some passing TODO tests in reg_fold.tDavid Mitchell2010-02-201-1/+6
* PATCH: deprecation warnings for unreasonable charnamesKarl Williamson2010-02-201-1/+15
* Improve handling of qq(\N{...}); and /xKarl Williamson2010-02-201-1/+30
* PATCH: [perl #56444] delayed interpolation of \N{...}Karl Williamson2010-02-194-8/+76
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-1/+41
* fix qr// and get-magic problemsFather Chrysostomos2010-01-192-2/+28
* Revert "[perl #62646] Maximum string length with substr"Rafael Garcia-Suarez2010-01-181-16/+1
* [perl #62646] Maximum string length with substrZefram2010-01-151-1/+16
* Tie::Hash::NamedCapture::* shouldn't abort if passed bad input [RT #71828]Nicholas Clark2010-01-051-1/+16
* Allow U+0FFFF in regexKarl Williamson2009-12-201-1/+12
* more regex folding testsKarl Williamson2009-12-151-15/+45
* [perl #70764] $' fails to initialized for pre-compiled regular expression mat...Father Chrysostomos2009-12-141-1/+61
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-021-4/+0
* Document backreferences to groups that did not matchMoritz Lenz2009-11-281-1/+4
* wrap uniprops.t; makefile changes for mktablesKarl Williamson2009-11-251-71657/+4
* mktables not run unless neededKarl Williamson2009-11-241-1/+1
* Fix plan syntax in TAP outputRafael Garcia-Suarez2009-11-221-1/+1
* mktables revampKarl Williamson2009-11-213-5/+71667
* [PATCH] Todo test for [perl #38133] (was: [regex] backref problem with quanti...Bram via RT2009-10-311-1/+13
* Let SvRX(OK) recognise a bare REGEXP.Ben Morrow2009-10-221-5/+15
* revert to 5.8.x semantics for \s \w and \dYves Orton2009-10-193-3/+3
* add tests to make sure the \s and [\s] match the same thingYves Orton2009-10-052-0/+63
* dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway...Yves Orton2009-09-195-199/+409
* split t/re/pat.t into new piecesYves Orton2009-09-1910-22131/+236
* copy pat.t into five new filesYves Orton2009-09-195-0/+21955
* Avoid using lib.pm in miniperl's tests.Nicholas Clark2009-09-181-1/+3
* split: Remove implicit split to @_Bo Borgerson2009-09-131-2/+2
* Update some remaining comments that still point to the old regexp tests locationVincent Pit2009-09-103-4/+4
* Fix paths in threaded regexp testsVincent Pit2009-09-104-4/+4
* missed a comment reference to t/op that should now be t/reYves Orton2009-09-101-1/+1
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-1033-0/+8680