summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* 5.26.1: fix TRIE_READ_CHAR and DECL_TRIE_TYPE to account for non-utf8 targetYves Orton2018-03-231-4/+10
* [perl #132063]: Heap buffer overflowKarl Williamson2018-03-231-15/+18
* Patch suggested by Craig Berry for RT 131337.James E Keenan2017-08-231-0/+3
* Fix #131190 - UTF8 code improperly casting negative integer to U8 in comparisonYves Orton2017-08-231-0/+1
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-08-231-6/+11
* Revert RT #131190 patches.Yves Orton2017-04-281-1/+0
* make fix for #131190 EBCDIC safeYves Orton2017-04-231-2/+2
* Fix #131190 - UTF8 code improperly casting negative integer to U8 in comparisonYves Orton2017-04-231-1/+2
* regexec.c: Fix comment typosKarl Williamson2017-02-151-2/+2
* S_regmatch: eliminate WHILEM_A_min paren savingDavid Mitchell2017-02-141-5/+2
* S_regmatch: eliminate WHILEM_B paren savingDavid Mitchell2017-02-141-5/+0
* Add a comment on why TRIE.jump does a UNWIND_PARENDavid Mitchell2017-02-141-0/+5
* clear savestack on (?{...}) failure and backtrackDavid Mitchell2017-02-141-10/+15
* -Mre=Debug,ALL: indicate regex state stack pushesDavid Mitchell2017-02-141-4/+5
* fix pad/scope issue in re_evalsDavid Mitchell2017-02-141-14/+55
* Change av_foo_nomg() nameKarl Williamson2017-02-111-1/+1
* regexec.c: Clarify commentKarl Williamson2017-01-251-1/+2
* [perl #129377] don't read past start of string for unmatched backrefHugo van der Sanden2017-01-191-4/+6
* [perl #130522] don't try to find_by_class outside the stringHugo van der Sanden2017-01-111-8/+2
* [perl #130522] do not allow endpos to exceed strendHugo van der Sanden2017-01-111-2/+3
* Removed unused CHR_DIST macrosAndy Lester2017-01-061-1/+0
* Don't define Perl_isFOO_lc in the regex extension.Craig A. Berry2016-12-291-0/+4
* Deprecate non-grapheme string delimiterKarl Williamson2016-12-231-0/+58
* Convert core to use toFOO_utf8_safe()Karl Williamson2016-12-231-1/+3
* Convert some calls to test for malformationsKarl Williamson2016-12-231-4/+6
* For character case changing, create macros and useKarl Williamson2016-12-231-5/+5
* regexec.c: Make isFOO_lc() non-staticKarl Williamson2016-12-231-2/+2
* Convert core (except toke.c) to use isFOO_utf8_safe()Karl Williamson2016-12-231-27/+40
* Use fnc to force out malformed warningsKarl Williamson2016-12-231-4/+8
* regexes: make scanning for ANYOF fasterDavid Mitchell2016-12-161-3/+12
* [perl #130307] Correctly unwind on cache hitHugo van der Sanden2016-12-121-0/+1
* regexec.c: Remove obsolete expressionKarl Williamson2016-12-111-4/+2
* regexec.c: Remove use of obsolete flagKarl Williamson2016-12-111-3/+2
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-54/+55
* Cleanup PERL_VERSION checks in .c filesNicolas R2016-11-151-7/+0
* rework perl #129903 - inf recursion from use of empty pattern in regex codeblockYves Orton2016-11-011-1/+3
* (perl #129085) avoid memcmp() past the end of a stringTony Cook2016-10-311-2/+3
* make regen and args assert fixYves Orton2016-10-191-0/+2
* Add a way to have functions with a trailing depth argument under debuggingYves Orton2016-10-191-38/+27
* mark depth unused except under DEBUGGINGYves Orton2016-10-191-0/+6
* PerlIO_printf() does not take aTHX_ as an argumentYves Orton2016-10-191-1/+1
* regexec.c: add comment and add a testYves Orton2016-10-191-0/+8
* regexec.c: fixup annoying unbalanced whitespaceYves Orton2016-10-191-2/+2
* regexec.c: in debug fixup indents and TRIE/BUFFER debug outputYves Orton2016-10-191-47/+60
* regexec.c: fix perl #129897: trie short circuit breaks capture buffersYves Orton2016-10-191-1/+1
* [perl #129350] anchored/floating substrings must be utf8 if target isHugo van der Sanden2016-10-041-1/+2
* PATCH: [perl #129038] Crash with s///lKarl Williamson2016-08-291-12/+15
* re_untuit_start() avoid overshoot with utf8David Mitchell2016-08-241-0/+2
* regexec.c: White-space onlyKarl Williamson2016-08-171-1/+1
* regexec.c: Silence compiler warningKarl Williamson2016-07-121-1/+1