summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* [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
* fix runtime /(?{})/ with overload::constant qrDavid Mitchell2013-04-121-0/+75
* Handle overloading properly in compile-time regexDavid Mitchell2013-04-121-0/+50
* regex and overload: unifiy 1 and N arg branchesDavid Mitchell2013-04-121-0/+20
* rework split() special case interaction with regex engineYves Orton2013-03-271-1/+7
* t/re/regexp_unicode_prop.t: Drop dependency on given/whenBrian Fraser2013-03-261-13/+11
* Test that UTF-8 in the look-ahead of (?(?=...)...) restarts the sizing parse.Nicholas Clark2013-03-191-0/+4
* Test that S_grok_bslash_N() copes if S_reg() restarts the sizing parse.Nicholas Clark2013-03-191-0/+8
* fix a segfault in run-time qr//s with (?{})David Mitchell2013-03-181-1/+18
* Disable by default the new Copy-on-Write for 5.18David Mitchell2013-03-021-0/+1
* suppress "experimental" warnings for my $_Ricardo Signes2013-02-203-4/+4
* re/charset.t, re/fold_grind.t: Note C locale can match 128-255Karl Williamson2013-02-192-8/+12
* re/charset.t: Make sure locale is loaded at compile timeKarl Williamson2013-02-191-2/+5
* Silence encoding.pm deprecation warnings in the core test suiteRafael Garcia-Suarez2013-02-191-0/+1
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-093-22/+55
* Add tests and clarify pod for (?[ ])Karl Williamson2013-02-041-0/+19
* Add interpolations to regex setsKarl Williamson2013-02-032-0/+15
* regcomp.c: Expand diagnosticKarl Williamson2013-01-311-2/+2
* Add deprecation warning for literal PATWS under /xKarl Williamson2013-01-231-0/+1
* reg_mesg.t: Remove repetitious boiler plateKarl Williamson2013-01-231-152/+152
* Move t/lib/warnings/regcomp to t/re/reg_mesg.tKarl Williamson2013-01-231-2/+65
* reg_mesg.t: Add cpabilities; improve outputKarl Williamson2013-01-231-16/+53
* re/reg_mesg.t: White-space only; no code changesKarl Williamson2013-01-231-10/+10
* re/reg_mesg.t: Add tests for suppressing warningsKarl Williamson2013-01-231-4/+19
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-0/+1
* Revert "Deprecate literal unescaped "{" in regexes."Karl Williamson2013-01-191-1/+0
* Extend strictness for qr/(?[ \N{} ])/Karl Williamson2013-01-192-0/+5
* Add warnings for "\08", /\017/Karl Williamson2013-01-141-0/+4
* reg_mesg.t: Add, revise test namesKarl Williamson2013-01-131-3/+3
* Add back-compat (?[ ]) testsKarl Williamson2013-01-113-21/+237