| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #118175] avoid making a pointer outside a string | Tony Cook | 2013-06-03 | 1 | -1/+1 |
* | [perl #118175] prevent a similar overflow for CANY | Tony Cook | 2013-06-03 | 1 | -1/+1 |
* | [perl #118175] prevent a similar overflow for POSIXA | Tony Cook | 2013-06-03 | 1 | -1/+1 |
* | [perl #118175] avoid overflowing a pointer for repeated EXACT nodes | Tony Cook | 2013-06-03 | 1 | -1/+1 |
* | tidy up init code in regexec() and intuit_start() | David Mitchell | 2013-06-02 | 1 | -15/+9 |
* | eliminate PL_reg_state | David Mitchell | 2013-06-02 | 1 | -20/+1 |
* | Eliminate PL_reg_starttry | David Mitchell | 2013-06-02 | 1 | -6/+3 |
* | make PL_reg_curpm global | David Mitchell | 2013-06-02 | 1 | -0/+4 |
* | better document the regex super-linear pos cache | David Mitchell | 2013-06-02 | 1 | -4/+41 |
* | eliminate PL_reg_poscache, PL_reg_poscache_size | David Mitchell | 2013-06-02 | 1 | -9/+13 |
* | use new cleanup for PL_regmatch_state | David Mitchell | 2013-06-02 | 1 | -68/+76 |
* | unify regmatch_info data | David Mitchell | 2013-06-02 | 1 | -58/+65 |
* | move eval_state init from regtry() to regexec() | David Mitchell | 2013-06-02 | 1 | -3/+4 |
* | move savestack restore from regmatch to regexec | David Mitchell | 2013-06-02 | 1 | -19/+29 |
* | eliminate PL_reg_maxiter, PL_reg_leftiter | David Mitchell | 2013-06-02 | 1 | -14/+16 |
* | Rationalise RX_MATCH_UTF8_set() | David Mitchell | 2013-06-02 | 1 | -3/+2 |
* | S_setup_eval_state: save subcoffset, not suboffset | David Mitchell | 2013-06-02 | 1 | -1/+1 |
* | Eliminate PL_reg_match_utf8 | David Mitchell | 2013-06-02 | 1 | -11/+11 |
* | regex engine: simplify is_utf8_pat handling | David Mitchell | 2013-06-02 | 1 | -14/+10 |
* | stop callers of rex engine using RX_MATCH_UTF8_set | David Mitchell | 2013-06-02 | 1 | -0/+3 |
* | add regmatch_eval_state struct | David Mitchell | 2013-06-02 | 1 | -35/+66 |
* | S_setup_eval_state(): always set up destructor | David Mitchell | 2013-06-02 | 1 | -1/+1 |
* | S_regtry(): move eval setup code into separate fn | David Mitchell | 2013-06-02 | 1 | -67/+95 |
* | remove unused reginfo->bol field | David Mitchell | 2013-06-02 | 1 | -5/+0 |
* | eliminate PL_bostr | David Mitchell | 2013-06-02 | 1 | -36/+41 |
* | add strbeg argument to Perl_re_intuit_start() | David Mitchell | 2013-06-02 | 1 | -30/+29 |
* | find_byclass, regrepeat: remove is_utf8_pat arg | David Mitchell | 2013-06-02 | 1 | -17/+18 |
* | eliminiate PL_regeol | David Mitchell | 2013-06-02 | 1 | -57/+63 |
* | make more use of regmatch_info struct. | David Mitchell | 2013-06-02 | 1 | -49/+56 |
* | Expand flags parameter from boolean in _to_fold_latin1 | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | 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 |