| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | regexec.c: Remove extraneous 'break' | Karl Williamson | 2015-10-19 | 1 | -2/+0 |
* | regexec.c: Add comment | Karl Williamson | 2015-10-19 | 1 | -0/+2 |
* | regexec.c: Change function return from I32 to bool | Karl Williamson | 2015-10-19 | 1 | -1/+1 |
* | fix perl #126186 make all verbs allow an optional arg | Yves Orton | 2015-10-05 | 1 | -5/+12 |
* | fix perl-126222 - (?!) OPFAIL optimization does work in (?(?!)yes|no) | Yves Orton | 2015-10-04 | 1 | -1/+9 |
* | fix some 32/64-bit compiler warnings | David Mitchell | 2015-10-02 | 1 | -18/+30 |
* | regexec.c: Use Perl_croak_nocontext() | Karl Williamson | 2015-09-16 | 1 | -6/+3 |
* | PATCH [perl #123562] Regexp-matching "hangs" | Karl Williamson | 2015-09-16 | 1 | -0/+12 |
* | Revert "#126039 regexec.c: Fix compiler warning" | David Mitchell | 2015-09-14 | 1 | -12/+11 |
* | PATCH [perl #126039] regexec.c: Fix compiler warning | Dan Collins | 2015-09-13 | 1 | -11/+12 |
* | Add macro for converting Latin1 to UTF-8, and use it | Karl Williamson | 2015-09-04 | 1 | -8/+8 |
* | Change to use UVCHR_SKIP over UNI_SKIP | Karl Williamson | 2015-09-04 | 1 | -2/+2 |
* | regexec.c: Move a #define next to related code | Karl Williamson | 2015-08-24 | 1 | -3/+3 |
* | Make qr/(?[ ])/ work in UTF-8 locales | Karl Williamson | 2015-08-24 | 1 | -1/+18 |
* | regcomp.h: Fold 2 ANYOF flags into a single one | Karl Williamson | 2015-08-24 | 1 | -2/+6 |
* | Add ANYOFD regex node | Karl Williamson | 2015-08-24 | 1 | -0/+3 |
* | mktables: Add handling of WB and SB for early Unicodes | Karl Williamson | 2015-07-28 | 1 | -2/+2 |
* | mktables: Fix GCB to work on early Unicodes | Karl Williamson | 2015-07-28 | 1 | -1/+1 |
* | Allow Perl to compile and work on Unicode releases without U+1E9E | Karl Williamson | 2015-07-28 | 1 | -1/+1 |
* | inline_invlist.c -> invlist_inline.h | Jarkko Hietaniemi | 2015-07-22 | 1 | -1/+1 |