summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* s/.../$_++/ge assertion failureDavid Mitchell2015-04-221-1/+10
* Fix regression in 5.21: /[A-Z]/aiKarl Williamson2015-04-091-0/+2
* save_re_context(): do "local $n" with no PL_curpmDavid Mitchell2015-03-301-0/+13
* Change /(?[...]) to have normal operator precedenceKarl Williamson2015-03-191-3/+9
* t/re/pat_re_eval.t: Skip encoding tests on EBCDICKarl Williamson2015-03-191-1/+4
* Fix qr'\N{U+41}' on EBCDIC platformsKarl Williamson2015-03-181-0/+1
* re/pat_advanced.t: Tighten testKarl Williamson2015-03-181-1/+1
* avoid infinite loop in re_intuit_start()David Mitchell2015-03-171-0/+4
* Skip various locale tests when locales are not availableKarl Williamson2015-03-092-6/+6
* regexp_unicode_prop.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-24/+22
* t/re/re_tests: Some tests are platform-specificKarl Williamson2015-03-051-17/+33
* re/reg_email.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-7/+8
* t/re/pat.t: Generalize for EBCDICKarl Williamson2015-03-051-24/+22
* t/re/pat_re_eval.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-6/+11
* re/pat_advanced.t: EBCDIC fixesKarl Williamson2015-03-051-53/+75
* t/re/regex_sets.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-4/+5
* t/re/fold_grind.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-19/+18
* re/charset.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-12/+17
* Add qr/\b{gcb}/Karl Williamson2015-02-191-3/+14
* [perl #123852] avoid capture side-effects under noncapture flagHugo van der Sanden2015-02-181-1/+11
* [perl #123843] fix SEGV reading data->flagsHugo van der Sanden2015-02-151-1/+9
* fix infinite loop in parsing backrefs in regex patternsYves Orton2015-02-151-2/+0
* Add a TODO test for not infinite looping during regex backref parsingYves Orton2015-02-151-2/+21
* add some more tests for RT #123743David Mitchell2015-02-131-9/+17
* [perl #123782] regcomp: check for overflow on /(?123)/Hugo van der Sanden2015-02-101-1/+14
* simpify and speed up /.*.../ handlingDavid Mitchell2015-02-101-1/+13
* [perl #123755] including unknown char in error requires careHugo van der Sanden2015-02-092-2/+13
* test skip under miniperlJarkko Hietaniemi2015-02-081-1/+2
* regcomp.c: Warn on [:^posix:] not being in []Karl Williamson2015-02-051-0/+1
* Corrections to spelling and grammatical errors.Lajos Veres2015-01-281-2/+2
* regcomp.c: Add warnings under re 'strict'Karl Williamson2015-01-201-0/+11
* regcomp.c: Add warnings under re 'strict'Karl Williamson2015-01-201-2/+27
* t/re/reg_mesg.t: Turn on $|Karl Williamson2015-01-201-0/+2
* Add portablity warning for re 'strict'Karl Williamson2015-01-201-0/+12
* t/re/reg_mesg.t: Add support for only re 'strict' warningsKarl Williamson2015-01-201-15/+38
* intuit_more: no need to copy before keyword checkHugo van der Sanden2015-01-201-1/+10
* regcomp.c: Fix bug in /[A-Z]/iKarl Williamson2015-01-161-0/+4
* t/re/reg_mesg.t: Don't need to skip on EBCDICKarl Williamson2015-01-161-2/+0
* t/charset_tools.pl: Improve function namesKarl Williamson2015-01-141-3/+3
* Use more universal function in tests where makes senseKarl Williamson2015-01-142-5/+5
* t/re/reg_mesg.t: White-space onlyKarl Williamson2015-01-131-71/+80
* Add 'strict' subpragma to 'use re'Karl Williamson2015-01-131-56/+175
* PATCH: [perl #123539] regcomp.c node overrun/segfaultKarl Williamson2015-01-061-1/+7
* reg_nocapture.t: Skip %+ tests under miniperlFather Chrysostomos2015-01-031-2/+6
* 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
* Raise warning on multi-byte char in single-byte localeKarl Williamson2014-12-292-0/+3
* Add tests for stringification of regexps containing /nMatthew Horsfall2014-12-281-1/+13
* Support for nocapture regexp flag /nMatthew Horsfall (alh)2014-12-281-0/+49
* Also allow /\N{}/Father Chrysostomos2014-12-181-0/+6