summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid some branchesKarl Williamson2018-01-151-1/+15
* regexec.c: Complement the correct operandKarl Williamson2018-01-141-1/+1
* Hide Perl_isSCRIPT_RUN from the re extension.Craig A. Berry2018-01-041-2/+1
* Actually remove stray ';'Karl Williamson2018-01-041-1/+1
* regexec.c: Clarify comments; remove stray ';'Karl Williamson2018-01-041-5/+7
* Script Run: Scripts couldn't start with CommonKarl Williamson2018-01-041-4/+26
* Make script run code a separate functionKarl Williamson2018-01-041-352/+349
* regexec.c: Change declaration to U8Karl Williamson2018-01-011-2/+2
* regexec.c: Replace loop by memchr()Karl Williamson2017-12-301-3/+6
* Use new regnodes for /[[:ascii:]]/Karl Williamson2017-12-291-0/+169
* Speed up /[[:posix:]]/a UTF-8 matchingKarl Williamson2017-12-291-3/+10
* regexec.c: White-space, braces onlyKarl Williamson2017-12-291-11/+12
* regexec.c: Save a conditional per iterationKarl Williamson2017-12-291-2/+49
* Add script_run regex featureKarl Williamson2017-12-241-0/+361
* Revert "re_intuit_start(): rename some local vars"David Mitchell2017-12-141-54/+40
* re_intuit_start()/S_reghop3(): don't go beyond endDavid Mitchell2017-12-131-1/+4
* re_intuit_start(): rename some local varsDavid Mitchell2017-12-131-40/+54
* re_intuit_start(): skip too short variant utf8 patDavid Mitchell2017-12-031-4/+13
* Change upper limit handling of -Dr outputKarl Williamson2017-10-271-5/+5
* make callers of SvTRUE() more efficientDavid Mitchell2017-07-271-1/+1
* add, and use, some RXp_FOO() variants of RX_FOO()David Mitchell2017-07-271-9/+9
* rename RX_HAS_CUTGROUP() to RXp_HAS_CUTGROUP()David Mitchell2017-07-271-1/+1
* Prepare for Unicode 10.0Karl Williamson2017-06-201-3/+3
* don't call Perl_fbm_instr() with negative lengthDavid Mitchell2017-06-161-6/+11
* Patch suggested by Craig Berry for RT 131337.James E Keenan2017-06-031-0/+3
* Fix #131190 - UTF8 code improperly casting negative integer to U8 in comparisonYves Orton2017-06-011-0/+1
* 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