summaryrefslogtreecommitdiff
path: root/t/re/re_tests
Commit message (Expand)AuthorAgeFilesLines
* v5.24.3: fix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for non-utf8 targetYves Orton2018-03-231-0/+1
* Revert "Bulk revert regex recursion fixes - REVERT THIS PATCH AFTER 5.24.2"Steve Hay2017-07-191-0/+2
* Bulk revert regex recursion fixes - REVERT THIS PATCH AFTER 5.24.2Yves Orton2017-05-031-2/+0
* Add tests for regex recursionDan Collins2017-05-021-0/+2
* t/re/re_tests: Add missing \ escape to a testKarl Williamson2016-03-241-1/+1
* Add test for [perl #126405]Karl Williamson2016-03-061-0/+1
* PATCH: [perl 127537] /\W/ regression with UTF-8Karl Williamson2016-02-181-0/+2
* sort(!) out CXt_NULL and CXp_MULTICALLDavid Mitchell2016-02-031-0/+6
* Add qr/\b{lb}/Karl Williamson2016-01-191-0/+2
* PATCH: [perl #126253] Nested quantifiers not caughtKarl Williamson2015-10-211-0/+2
* PATCH: [perl # 126178] Unterminated /(?i/Karl Williamson2015-10-211-0/+3
* Remove TODOs from tests now passingKarl Williamson2015-10-191-8/+8
* Add TODO tests for [perl #126319]Karl Williamson2015-10-191-1/+8
* Fix \p followed by a non-alphaKarl Williamson2015-10-131-0/+4
* Allow (#...) anywhere white space is under qr//xKarl Williamson2015-10-111-0/+4
* fix perl #126186 make all verbs allow an optional argYves Orton2015-10-051-2/+3
* fix perl #126186 - (*ACCEPT) does not allow argumentsYves Orton2015-10-051-1/+1
* add some tests for perl #126186Yves Orton2015-10-051-0/+2
* fix perl-126222 - (?!) OPFAIL optimization does work in (?(?!)yes|no)Yves Orton2015-10-041-1/+1
* Add a todo test for perl-126222Yves Orton2015-10-041-0/+7
* PATCH: [perl 125825] {n}+ possessive quantifier brokenKarl Williamson2015-08-241-0/+2
* re/re_tests: Rmv commentKarl Williamson2015-08-011-1/+0
* Fix regression in 5.21: /[A-Z]/aiKarl Williamson2015-04-091-0/+2
* Fix qr'\N{U+41}' on EBCDIC platformsKarl Williamson2015-03-181-0/+1
* avoid infinite loop in re_intuit_start()David Mitchell2015-03-171-0/+4
* t/re/re_tests: Some tests are platform-specificKarl Williamson2015-03-051-17/+33
* [perl #123755] including unknown char in error requires careHugo van der Sanden2015-02-091-1/+1
* regcomp.c: Fix bug in /[A-Z]/iKarl Williamson2015-01-161-0/+4
* Empty \N{} in regex pattern should force /d to /uKarl Williamson2014-12-301-0/+1
* regcomp.c: Fix [_A-Z] for EBCDICKarl Williamson2014-12-301-0/+1
* [perl #123417] Allow lexer to parse \N{U+dotted.hex}Father Chrysostomos2014-12-171-5/+7
* [perl #123135] Tests for utf8 %^N within matchFather Chrysostomos2014-11-051-0/+1
* re_tests: More tests for #122890Father Chrysostomos2014-10-201-0/+2
* t/re/re_tests: Add test for perl #122890Yves Orton2014-10-201-0/+1
* t/re/re_tests: put comment in correct columnYves Orton2014-10-201-1/+1
* Fix assertion failure/hang with / (?{(^{})/Father Chrysostomos2014-10-041-0/+1
* PATCH: [perl #122090] Non-word-boundary doesn't match EOSKarl Williamson2014-06-261-0/+1
* Add a small test case for c445c5bMatthew Horsfall2014-06-251-0/+1
* regexec.c: Fix some EBCDIC problemsKarl Williamson2014-05-301-0/+1
* PATCH: [perl #121778]:BBC KAMIPO/autobox-String-InflectorKarl Williamson2014-05-071-0/+1
* [perl #121484] /m causing false negativeDavid Mitchell2014-03-241-0/+1
* re_intuit_start(): fix byte/char calculation errDavid Mitchell2014-03-161-0/+2
* add test for a code path in intuit_start()David Mitchell2014-03-161-0/+3
* Fix RT #121321 - Fencepost error causes infinite loop in regex compilationYves Orton2014-02-251-0/+12
* fix RT #121299 - Inconsistent behavior with backreferences nested inside subp...Yves Orton2014-02-241-1/+8
* Change 'semantics' to 'rules'Karl Williamson2014-02-201-1/+1
* re_intuit_start(): fix SEGV in /^../m codeDavid Mitchell2014-02-141-0/+4
* test for single-line ^ within /mDavid Mitchell2014-02-071-0/+3
* RT#120692 slow intuit with long utf8 stringsDavid Mitchell2014-02-071-0/+1
* regcomp utf8 len cache panicDavid Mitchell2014-02-071-0/+4