summaryrefslogtreecommitdiff
path: root/t/re
Commit message (Expand)AuthorAgeFilesLines
* fix #131649 - extended charclass can trigger assertYves Orton2018-11-052-16/+19
* PATCH: [perl #133423] for 5.26 maintKarl Williamson2018-11-051-0/+4
* 5.26.1: fix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for non-utf8 targetYves Orton2018-03-231-0/+1
* fix #132017 - OPFAIL insert needs to set flags to 0Yves Orton2018-03-191-1/+4
* prevent integer overflow when compiling a regexpTony Cook2018-03-121-1/+5
* add test for [perl #131522] and fix test for (related) [perl #127581]Yves Orton2017-09-071-2/+2
* Fix previous cherry-pick, which Git was unable to work out correctly itselfSteve Hay2017-08-231-1/+1
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-08-231-0/+11
* 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
* crash on explicit return from s///eDavid Mitchell2016-11-281-1/+16
* Fix error message for unclosed \N{ in regcompDagfinn Ilmari Mannsåker2016-11-141-1/+4
* RT 130010: add regression test.James E Keenan2016-11-121-0/+9
* Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-111-3/+3
* clarify behavior single quote regexpsYves Orton2016-11-021-3/+2
* rework perl #129903 - inf recursion from use of empty pattern in regex codeblockYves Orton2016-11-011-1/+32
* new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL})Yves Orton2016-11-011-11/+34
* (perl #129085) avoid memcmp() past the end of a stringTony Cook2016-10-311-1/+8
* Fix test to be EBCDIC friendlyKarl Williamson2016-10-271-3/+3
* regcomp.c: fix perl #129950 - fix firstchar bitmap under utf8 with prefix opt...Yves Orton2016-10-271-2/+9
* The 1994b214 made the test dependent on Tie::Hash::NamedCapture.Jarkko Hietaniemi2016-10-211-1/+5
* t/re/subst.t: tests for RT #23624Dan Collins2016-10-211-1/+29