summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* Regression tests for 4 cases reported by Philip Hazel++.James E Keenan2013-08-012-1/+16
* Set a large thread stack when running the regex tests in a thread.Nicholas Clark2013-08-011-0/+2
* Handle /[#]/ and /[(?#]/ with code blocksDavid Mitchell2013-07-311-0/+12
* RT #118213: handle $r=qr/.../; /$r/p properlyDavid Mitchell2013-07-301-4/+9
* fix COW match capture optimisationDavid Mitchell2013-07-281-1/+15
* regexec(): use regtry(&s) not regtry(&startpos)David Mitchell2013-07-281-0/+2
* s/.(?=.\G)/X/g: refuse to go backwardsDavid Mitchell2013-07-281-2/+86
* regexec(): fix ganch and till settingsDavid Mitchell2013-07-281-1/+9
* fix intuit_start() with \GDavid Mitchell2013-07-281-1/+21
* fix 114884 positive GPOS lookbehind regex substitution failureYves Orton2013-07-281-3/+7
* add some basic floating /\G/ testsDavid Mitchell2013-07-281-1/+31
* fix /.\G/ under threadingDavid Mitchell2013-07-281-15/+10
* [perl #78194] Make re-evals copy PADTMPsFather Chrysostomos2013-07-251-1/+0
* To-do tests for perl #78194Father Chrysostomos2013-07-251-1/+6
* [perl #117917] /(?{ m|...| }) (?{ $1 })/Father Chrysostomos2013-07-061-0/+2
* Fix regex seqfault 5.18 regressionKarl Williamson2013-07-011-0/+8
* t/re/reg_mesg.t: Add diagnostic output on some failuresKarl Williamson2013-06-261-1/+6
* Add tests for a backreference following a literal, which is a different codepathYves Orton2013-06-261-11/+13
* Fix rules for parsing numeric escapes in regexesYves Orton2013-06-253-8/+24
* Fix and add tests for *PRUNE/*THEN plus leading non-greedy +Yves Orton2013-06-222-0/+11
* add some tests for Perl #71922Yves Orton2013-06-201-0/+7
* subst.t: Rename testFather Chrysostomos2013-06-181-1/+1
* Possessive and non greedy quantifier modifiers are mutually exclusiveYves Orton2013-06-131-3/+0
* do not warn when optimizing away /x{0,0}?+/ and /x{0,0}+/Yves Orton2013-06-121-0/+6
* Quantifier follows nothing in regexKarl Williamson2013-06-101-0/+4
* Stop /(a|b)(?=a){3}/ from warning twiceFather Chrysostomos2013-06-091-0/+1
* Allow qr/(?[ [a] ])/ interpolation in (?[...])Father Chrysostomos2013-06-071-0/+3
* make some tests TODO under -DPERL_NO_COWDavid Mitchell2013-06-051-0/+2
* [perl #118297] Fix interpolating downgraded variables into upgraded regexpDagfinn Ilmari Mannsåker2013-06-041-1/+14
* [perl #118175] prevent a similar overflow for CANYTony Cook2013-06-031-1/+5
* [perl #118175] prevent a similar overflow for POSIXATony Cook2013-06-031-1/+12
* regex engine: simplify is_utf8_pat handlingDavid Mitchell2013-06-021-0/+4
* pat_advanced.t: fix two testsFather Chrysostomos2013-05-271-0/+2
* Make \N{ } deprecation warnings fatalizableFather Chrysostomos2013-05-271-0/+14
* Turn \N{ } deprecation warnings on by defaultFather Chrysostomos2013-05-271-0/+20
* Make ‘Escape literal pattern white space’ a default warningFather Chrysostomos2013-05-271-0/+10
* re-enable Copy-on-Write by default.David Mitchell2013-05-261-1/+0
* regcomp.c: Actually emit proper warningKarl Williamson2013-05-221-0/+1
* fold_grind.t: Add testsKarl Williamson2013-05-201-5/+63
* t/re/fold_grind.t: White space onlyKarl Williamson2013-05-201-139/+154
* Add missing test for regex parse errorKarl Williamson2013-05-201-0/+2
* Fix regex /il and /iaa failures for single element [] classKarl Williamson2013-05-091-2/+6
* make /(?p:...)/ keep RXf_PMf_KEEPCOPY flagDavid Mitchell2013-05-061-1/+13
* Deprecate spaces/comments in some regex tokensKarl Williamson2013-05-021-0/+2
* PATCH: [perl #117327]: Sequence (?#...) not recognized in regexKarl Williamson2013-05-021-1/+8
* reg_mesg.t: Turn off regexp warns along with deprecatedKarl Williamson2013-05-021-1/+1
* make qr/(?{ __SUB__ })/ safeDavid Mitchell2013-04-241-1/+24
* fix caller with re_evals.David Mitchell2013-04-241-3/+66
* Handle /@a/ array expansion within regex engineDavid Mitchell2013-04-202-1/+138
* Perl_re_op_compile(): handle utf8 concating betterDavid Mitchell2013-04-201-0/+24