| Commit message (Expand) | Author | Age | Files | Lines |
* | PUSH_MULTICALL_WITHDEPTH becomes ..._FLAGS | David Mitchell | 2013-04-24 | 1 | -3/+4 |
* | add lex_re_reparsing boolean to yy_parser struct | David Mitchell | 2013-04-12 | 1 | -2/+0 |
* | Eliminate PL_reg_state.re_reparsing, part 2 | David Mitchell | 2013-04-12 | 1 | -1/+0 |
* | Eliminate PL_reg_state.re_reparsing, part 1 | David Mitchell | 2013-04-12 | 1 | -0/+1 |
* | unwrap #define argument list for REXEC_TRIE_READ_CHAR | Yves Orton | 2013-02-25 | 1 | -2/+2 |
* | regexec.c: Remove redundant code | Karl Williamson | 2013-01-31 | 1 | -2/+0 |
* | regexec.c: Cast to silence compiler warnings | Karl Williamson | 2013-01-07 | 1 | -2/+2 |
* | regexec.c: Cast to silence compiler warning | Karl Williamson | 2013-01-07 | 1 | -1/+3 |
* | add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASS | Tony Cook | 2013-01-06 | 1 | -0/+1 |
* | Change core calls of isALNUM() to isWORDCHAR() | Karl Williamson | 2012-12-31 | 1 | -17/+17 |
* | regex: Add pseudo-Posix class: 'cased' | Karl Williamson | 2012-12-31 | 1 | -1/+13 |
* | handy.h, regcomp.h, regexec.c: Sort initializers, switch() | Karl Williamson | 2012-12-31 | 1 | -5/+5 |
* | Add new regnode for synthetic start class | Karl Williamson | 2012-12-28 | 1 | -1/+2 |
* | Free up regex ANYOF bit. | Karl Williamson | 2012-12-28 | 1 | -1/+4 |
* | Eliminate RF_tainted flag from PL_reg_flags | David Mitchell | 2012-12-25 | 1 | -17/+14 |
* | eliminate RF_warned flag from PL_reg_flags | David Mitchell | 2012-12-25 | 1 | -5/+5 |
* | eliminate RF_utf8 flag from PL_reg_flags | David Mitchell | 2012-12-25 | 1 | -57/+55 |
* | [perl #116148] Pattern utf8ness sticks around | David Mitchell | 2012-12-25 | 1 | -2/+4 |
* | regexec.c: Comments, white-space; no code changes | Karl Williamson | 2012-12-23 | 1 | -4/+4 |
* | regexec.c: Combine adjacent 'ifs' with same clause | Karl Williamson | 2012-12-22 | 1 | -13/+12 |
* | regexec.c: Remove 2 unnecessary break statements | Karl Williamson | 2012-12-22 | 1 | -2/+0 |
* | Remove temporary back-compat PL_ variable names | Karl Williamson | 2012-12-22 | 1 | -5/+5 |
* | regexec.c: Revamp the macros to load swashes | Karl Williamson | 2012-12-22 | 1 | -28/+38 |
* | regexec.c: Remove unused macro definitions | Karl Williamson | 2012-12-22 | 1 | -18/+0 |
* | Consolidate some regex OPS | Karl Williamson | 2012-12-22 | 1 | -680/+520 |
* | regexec.c: comments, white-space only | Karl Williamson | 2012-12-22 | 1 | -13/+15 |
* | handy.h: Create isALPHANUMERIC() and kin | Karl Williamson | 2012-12-22 | 1 | -1/+1 |
* | regexec.c: Remove redundant calculation | Karl Williamson | 2012-12-22 | 1 | -1/+1 |
* | regexec.c: Remove some read beyond buffer ends | Karl Williamson | 2012-12-19 | 1 | -9/+8 |
* | use PERL_UNUSED_VAR rather than PERL_UNUSED_DECL | David Mitchell | 2012-12-17 | 1 | -1/+2 |
* | eliminate PL_regsize | David Mitchell | 2012-12-16 | 1 | -44/+50 |
* | mktables, regexec.c: Comments, white-space; no code changes | Karl Williamson | 2012-12-16 | 1 | -4/+4 |
* | Rename property involved in \X matching, for clarity | Karl Williamson | 2012-12-16 | 1 | -2/+2 |
* | regexec.c: More efficient Korean \X processing | Karl Williamson | 2012-12-16 | 1 | -61/+8 |
* | regexec.c: Move #defines to earlier in the file | Karl Williamson | 2012-12-16 | 1 | -10/+9 |
* | regexec.c: silence compiler warning | David Mitchell | 2012-12-11 | 1 | -3/+3 |
* | regexec.c: Replace infamous if-else-if sequence by loop | Karl Williamson | 2012-12-09 | 1 | -34/+73 |
* | regexec.c: White space only; no code changes | Karl Williamson | 2012-12-09 | 1 | -596/+589 |
* | regexec.c: Nits coding standards-type changing | Karl Williamson | 2012-12-09 | 1 | -2/+5 |
* | New COW mechanism | Father Chrysostomos | 2012-11-27 | 1 | -5/+4 |
* | regexec.c: White space only; no code changes | Karl Williamson | 2012-11-26 | 1 | -4/+3 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -9/+9 |
* | regmatch(): silence OpenWatcom compiler warnings | David Mitchell | 2012-11-21 | 1 | -0/+6 |
* | regexec.c: Use SPACE macros instead of swash | Karl Williamson | 2012-11-19 | 1 | -26/+79 |
* | regexec.c: Add PERL_UNIUSED_VAR() | Karl Williamson | 2012-11-19 | 1 | -0/+1 |
* | Stop /(??{})/ from leaking temporary regexps | Father Chrysostomos | 2012-11-13 | 1 | -0/+1 |
* | regexec.c: Safer stack handling for re-evals | Father Chrysostomos | 2012-11-13 | 1 | -3/+3 |
* | Allow regexp-to-pvlv assignment | Father Chrysostomos | 2012-10-30 | 1 | -9/+9 |
* | Make private variable static in regexec.c. | Craig A. Berry | 2012-10-26 | 1 | -1/+1 |
* | fix a compile warning and refactor some diagnostics in regexec.c | Yves Orton | 2012-10-26 | 1 | -15/+10 |