summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* Replaced 'unlink' with 'unlink_all' in t/re/qr.tBrad Gilbert2010-12-081-1/+1
* [perl #66104] Bugs in extended regexp featuresFather Chrysostomos2010-12-071-1/+2
* To-do tests for abnormal exiting from (?{})Father Chrysostomos2010-12-041-1/+17
* Hideous to-do tests for (?{}) scoping issuesFather Chrysostomos2010-12-041-0/+112
* Un-TODO and un-SKIP the [perl #22354] testsFather Chrysostomos2010-12-041-14/+3
* make empty string regexp stringify to the same thing regardless of unicode flagsYves Orton2010-12-041-1/+12
* re/fold_grind.t: Add tests for NREFFU, REFFUKarl Williamson2010-12-011-2/+22
* re/fold_grind.t: Refactor to test utf8 patterns.Karl Williamson2010-12-011-11/+14
* regcomp.c: utf8 pattern defaults to Unicode semanticsKarl Williamson2010-12-011-0/+4
* re/reg_fold.t: use array size for test countsKarl Williamson2010-12-011-8/+1
* [perl #79152] super-linear cache can prevent a valid matchNick Cleaton2010-11-301-0/+5
* reg_fold.t: Add tests for simple Latin1 foldsKarl Williamson2010-11-281-0/+48
* reg_fold.t: Disable single char fold testingKarl Williamson2010-11-281-0/+1
* fold_grind.t: Enable EXACTish testsKarl Williamson2010-11-281-1/+1
* fold_grind.t: Make unicode semantics pattern differentlyKarl Williamson2010-11-281-6/+6
* Deprecate ?PATTERN? without explicit m operatorZefram2010-11-242-2/+2
* fold_grind.t: Only test [char classes]Karl Williamson2010-11-221-1/+1
* reg_fold.t: Don't duplicate fold_grind.tKarl Williamson2010-11-221-1/+1
* Add fold_grind.tKarl Williamson2010-11-221-0/+360
* re/pat.t: Skip tests on EBCDICKarl Williamson2010-11-221-2/+5
* PATCH: [perl #78994]: optimizer loses foldingKarl Williamson2010-11-111-0/+2
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+6
* fix 68564: /g failure with zero-width patternsYves Orton2010-11-031-1/+8
* fix the trie part of rt-78356Yves Orton2010-11-031-0/+1
* s///r leaks like a sieveFather Chrysostomos2010-11-021-1/+6
* Don’t capitalise words in the middle of an error messageFather Chrysostomos2010-11-021-1/+1
* Add test for rt-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningsFather Chrysostomos2010-11-021-1/+38
* [:posix:] now works under /uKarl Williamson2010-10-311-19/+10
* regcomp.c: /d not overriding /uKarl Williamson2010-10-211-1/+10
* Fix the test count in t/re/pat.tFather Chrysostomos2010-10-211-1/+1
* regexec.c: utf8 doesn't match /i nonutf8 selfKarl Williamson2010-10-211-0/+4
* regexec.c: utf8 doesn't match non-utf8 selfKarl Williamson2010-10-211-1/+13
* 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