summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* Added a test for bug #77084.Abigail2010-08-191-0/+39
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-131-4/+1
* TODO tests for untimely destruction introduced by lvalue ops [RT#67838]Eric Brine2010-08-131-1/+16
* Add \o{} escapeKarl Williamson2010-07-171-0/+6
* Add tests for \400 for "" strings, s//replacement/Karl Williamson2010-07-171-1/+12
* \400 -\777 now means the same thing in all d-quoteKarl Williamson2010-07-172-10/+8
* Remove extra blanks from t/re/re_tests, vimKarl Williamson2010-07-171-7/+7
* when disabling regex implicit check string we must reset anchored flagYves Orton2010-06-241-1/+11
* PATCH: [perl #75138] "\c`" -> " "Karl Williamson2010-05-301-0/+3
* Display characters as Unicode for clarityKarl Williamson2010-05-291-0/+1
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+80
* [perl #41530] s/non-utf8/is-utf8/ fails.Karl Williamson2010-05-171-1/+21
* PATCH [perl #74978] dot after } breaks \N{}Karl Williamson2010-05-081-1/+7
* Note in comment that many \N{...} tests won't work hereKarl Williamson2010-05-081-0/+2
* Comment where to find file's formatKarl Williamson2010-05-081-1/+1
* PATCH: [perl #72998] regex loopingKarl Williamson2010-04-151-1/+9
* 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