summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* Add tests for the usage messages for Tie::Hash::NamedCapture::*Nicholas Clark2010-10-131-1/+18
* In reg_nc_tie.t, use like() to get better diagnostics on failure.Nicholas Clark2010-10-131-3/+3
* re.t: Suppress warningKarl Williamson2010-09-291-0/+1
* Add test against re-eval corrupting regexp stateAndrew Rodland2010-09-291-0/+85
* regcomp.c [perl #78058] qr/\18/ loopsKarl Williamson2010-09-281-2/+7
* Add /d, /l, /u (infixed) regex modifiersKarl Williamson2010-09-223-6/+42
* [perl #19078] wrong match order inside replacementFather Chrysostomos2010-09-201-1/+23
* Add missing bug numbersFather Chrysostomos2010-09-202-2/+2
* Add (?^...) regex constructKarl Williamson2010-09-203-10/+9
* Fix /[\8]/ to not match NULL; give correct warningKarl Williamson2010-09-161-0/+15
* Extra tests for a regex followed by an operator or a statement modifier.Bram2010-09-131-1/+36
* Add tests for 72922.Bram2010-09-131-1/+62
* Fix test (see <20100901161607.GB2892@iabyn.com>)Abigail2010-09-021-2/+1
* Copy RE capture buf on overload as well as TEMPDavid Mitchell2010-09-011-1/+6
* VERB nodes in the regex engine should NOT be marked as JUMPABLE.Bram2010-08-261-1/+292
* Tests for bug 77414Abigail2010-08-251-1/+21
* fix rt75680 - when working with utf8 strings one must always use s+=UTF8SKIP(...Yves Orton2010-08-231-2/+22
* 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