summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* Replace multiple 'use vars' by 'our' in tTodd Rinaldo2017-11-114-8/+5
* tests - Use set_up_inc helper to set @INCNicolas R2017-09-151-2/+4
* fix #132017 - OPFAIL insert needs to set flags to 0Yves Orton2017-09-101-1/+4
* (perl #124368) make /foo/o; /$null/ act consistentlyTony Cook2017-08-141-1/+16
* Forbid above IV_MAX code pointsKarl Williamson2017-07-121-2/+1
* t/re/pat_advanced.t: Revise some testsKarl Williamson2017-07-121-21/+20
* Revert: Restrict code points to <= IV_MAXKarl Williamson2017-07-121-2/+21
* t/re/pat_advanced.t: Fix test to work on EBCDICKarl Williamson2017-07-101-1/+3
* add test for [perl #131522] and fix test for (related) [perl #127581]Yves Orton2017-06-181-2/+2
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-06-161-1/+12
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-121-2/+1
* Make setting ${^ENCODING} to a defined value fatalDagfinn Ilmari Mannsåker2017-06-071-14/+1
* Forbid out of range Unicode code points.Abigail2017-06-061-19/+1
* Fatalize \N{}Karl Williamson2017-06-011-7/+0
* t/re/pat_advanced.t: Prepare for fatal \N{}Karl Williamson2017-06-011-9/+6
* Move tests to pat_advanced.tKarl Williamson2017-06-013-7/+10
* re/pat_advanced.t: Convert ok to likeKarl Williamson2017-06-011-137/+137
* Relax fatal circumstances of unescaped '{'Karl Williamson2017-06-011-3/+6
* t/re/reg_mesg.t: Add override of warning default on/offKarl Williamson2017-06-011-5/+14
* Slightly change -Dr output of regex ANYOF nodesKarl Williamson2017-06-011-2/+2
* Workaround for GNU Autoconf unescaped left braceKarl Williamson2017-04-171-0/+1
* re/fold_grind.t: Allow watchdog timeout to varyKarl Williamson2017-02-201-1/+4
* clear savestack on (?{...}) failure and backtrackDavid Mitchell2017-02-141-1/+21
* fix pad/scope issue in re_evalsDavid Mitchell2017-02-141-1/+19
* Don't try to compile a pattern known to be in errorKarl Williamson2017-02-131-5/+2
* Revert "Deprecating the use of C<< \cI<X> >> to specify a printable character."Sawyer X2017-02-121-8/+8
* Revert "Avoid triggering a deprecation warnings."Sawyer X2017-02-121-7/+1
* [perl #129061] CURLYX nodes can be studied more than onceHugo van der Sanden2017-02-061-1/+0
* (perl #129281) test for buffer overflow issueTony Cook2017-02-061-1/+6
* vi hints for pat.tHugo van der Sanden2017-02-061-0/+4
* avoid double-freeing regex code blocksDavid Mitchell2017-02-011-1/+10
* (perl #130684) allocate enough space for the extra 'x'Tony Cook2017-02-011-1/+7
* silence warnings from tests about impossible quantifiersYves Orton2017-01-281-1/+2
* fix RT #130561 - recursion and optimising away impossible quantifiers are not...Yves Orton2017-01-271-1/+10
* better handle freeing of code blocks in /(?{...})/David Mitchell2017-01-241-1/+14
* Fix bug with a digit range under re 'strict'Karl Williamson2017-01-191-0/+3
* [perl #129377] don't read past start of string for unmatched backrefHugo van der Sanden2017-01-191-1/+15
* Avoid triggering a deprecation warnings.Abigail2017-01-171-1/+7
* Deprecating the use of C<< \cI<X> >> to specify a printable character.Abigail2017-01-161-8/+8
* Unescaped left braces in regular expressions will be fatal in 5.30.Abigail2017-01-161-3/+3
* Warn on unescaped /[]}]/ under re strictKarl Williamson2017-01-131-0/+5
* t/re/reg_mesg.t: Add new abilityKarl Williamson2017-01-131-13/+25
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-133-5/+5
* Add /xx regex pattern modifierKarl Williamson2017-01-133-4/+45
* [perl #130522] test cases for len(STCLASS) > len(target)Hugo van der Sanden2017-01-111-1/+20
* [perl #130495] add fresh_perl() option for prog with embedded utf8Hugo van der Sanden2017-01-081-1/+1
* [perl #130495] /x comment skipping stops a byte shortHugo van der Sanden2017-01-041-1/+9
* [perl #130307] Correctly unwind on cache hitHugo van der Sanden2016-12-121-0/+1
* PATCH: [perl #37836] Simple Regex causes SEGVKarl Williamson2016-12-111-5/+7
* misaligned buffer with heredoc and /(?{...})/David Mitchell2016-12-101-0/+6