| Commit message (Expand) | Author | Age | Files | Lines |
* | Call PERL_ASYNC_CHECK when we backtrack in the regex engine | Yves Orton | 2016-05-09 | 1 | -0/+1 |
* | Follow-up to previous Solaris/S_regmatch commit | David Mitchell | 2016-04-04 | 1 | -1/+1 |
* | S_regmatch(): work around Solaris optimiser bug | David Mitchell | 2016-04-04 | 1 | -0/+10 |
* | restore incorrectly deleted note | Yves Orton | 2016-04-03 | 1 | -0/+1 |
* | re_exec_indentf,re_indentf: silence warnings | David Mitchell | 2016-03-28 | 1 | -2/+2 |
* | fix "bad match" issue reported in perl #127705 | Yves Orton | 2016-03-15 | 1 | -7/+31 |
* | fix perl #127705, incorrect restoration of state during EVAL/GOSUB | Yves Orton | 2016-03-15 | 1 | -0/+2 |
* | fixup broken diagnostic | Yves Orton | 2016-03-15 | 1 | -2/+2 |
* | HOPBACKc(pos, off): silence compiler warning | David Mitchell | 2016-03-14 | 1 | -1/+1 |
* | only call Perl_re_printf() under -DDEBUGGING | Tony Cook | 2016-03-14 | 1 | -4/+2 |
* | once more for the win | Yves Orton | 2016-03-13 | 1 | -117/+117 |
* | fixup definitions and usage of new re debugging subs | Yves Orton | 2016-03-13 | 1 | -130/+130 |
* | [perl #126182] rework pattern GOSUB infinite recursion detection | Yves Orton | 2016-03-13 | 1 | -28/+56 |
* | Rework diagnostics in the regex engine | Yves Orton | 2016-03-13 | 1 | -206/+211 |
* | Convert to use av_tindex_nomg() | Karl Williamson | 2016-03-07 | 1 | -1/+1 |
* | fix Perl #126182, out of memory due to infinite pattern recursion | Yves Orton | 2016-03-06 | 1 | -9/+44 |
* | Unify GOSTART and GOSUB | Yves Orton | 2016-03-06 | 1 | -9/+4 |
* | first step cleaning up regexp recursion "return" logic | Yves Orton | 2016-03-06 | 1 | -28/+21 |
* | S_regmatch(): remove dead code | David Mitchell | 2016-03-02 | 1 | -2/+0 |
* | remove some duplicate /* NOTREACHED */ | David Mitchell | 2016-03-02 | 1 | -36/+0 |
* | regexec.c: Fix failure to match problem | Karl Williamson | 2016-03-01 | 1 | -8/+9 |
* | regexec.c: Skip duplicate work | Karl Williamson | 2016-02-10 | 1 | -4/+9 |
* | regcomp.c, regexec.c: Comments, white-space only | Karl Williamson | 2016-02-10 | 1 | -1/+1 |
* | Check for invlist_search() returning negative array indices. | Jarkko Hietaniemi | 2016-02-07 | 1 | -1/+15 |
* | regexec.c: Refactor \b{sb} handling | Karl Williamson | 2016-02-03 | 1 | -88/+114 |
* | regexec.c: Fix comment, white-space | Karl Williamson | 2016-02-03 | 1 | -2/+5 |
* | Use table lookup for qr/\b{wb}/ | Karl Williamson | 2016-02-03 | 1 | -151/+103 |
* | make gimme consistently U8 | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | MULTICALL *shouldn't* clear savestack | David Mitchell | 2016-02-03 | 1 | -1/+0 |
* | dMULTICALL: remove unused vars | David Mitchell | 2016-02-03 | 1 | -7/+3 |
* | MULTICALL should clear scope after each call | David Mitchell | 2016-02-03 | 1 | -0/+1 |
* | save old PL_comppad in CXt_SUB/FORMAT block | David Mitchell | 2016-02-03 | 1 | -0/+7 |
* | regexec.c: Macro needs param to be dereferenced | Karl Williamson | 2016-01-29 | 1 | -1/+1 |
* | Use lookup table for /\b{gcb}/ instead of switch stmt | Karl Williamson | 2016-01-19 | 1 | -92/+5 |
* | Add qr/\b{lb}/ | Karl Williamson | 2016-01-19 | 1 | -0/+392 |
* | Tailor \b{wb} for Perl | Karl Williamson | 2016-01-08 | 1 | -8/+40 |
* | regexec.c: Add a parameter to a static function | Karl Williamson | 2016-01-08 | 1 | -8/+16 |
* | regexec.c: Avoid a function call | Karl Williamson | 2015-12-26 | 1 | -1/+1 |
* | regcomp.h: Free up bit in ANYOF FLAGS field | Karl Williamson | 2015-12-26 | 1 | -6/+6 |
* | regcomp.h: Shorten, clarify names of internal flags | Karl Williamson | 2015-12-26 | 1 | -6/+6 |
* | regex matching: Don't do unnecessary work | Karl Williamson | 2015-12-17 | 1 | -1/+1 |
* | regex: Free a ANYOF node bit | Karl Williamson | 2015-12-17 | 1 | -5/+21 |
* | standardize on "lookahead" and "lookaround" | Ed Avis | 2015-12-07 | 1 | -3/+3 |
* | utf8.h, et.al.: Clean up some casts | Karl Williamson | 2015-12-05 | 1 | -2/+2 |
* | /..\G/: use chars, not bytes | David Mitchell | 2015-12-02 | 1 | -14/+19 |
* | "" =~ /\b{gcb}/ should fail; same \b{wb}, \b{sb} | Karl Williamson | 2015-10-19 | 1 | -7/+17 |
* | Fix some bugs in \B[sb}, \B{wb}, \B[gcb} | Karl Williamson | 2015-10-19 | 1 | -15/+6 |
* | regexec.c: Combine some if's | Karl Williamson | 2015-10-19 | 1 | -47/+42 |
* | Fix some bugs with \b{gcb}, wb and sb | Karl Williamson | 2015-10-19 | 1 | -8/+8 |
* | Fix look-behind bug with \b{wb} | Karl Williamson | 2015-10-19 | 1 | -3/+17 |