2013-06-03 |
Tony Cook | [perl #118175] avoid overflowing a pointer for repeated... |
blob | commitdiff |
2013-06-02 |
David Mitchell | tidy up init code in regexec() and intuit_start() |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | eliminate PL_reg_state |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | Eliminate PL_reg_starttry |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | make PL_reg_curpm global |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | better document the regex super-linear pos cache |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | eliminate PL_reg_poscache, PL_reg_poscache_size |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | use new cleanup for PL_regmatch_state |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | unify regmatch_info data |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | move eval_state init from regtry() to regexec() |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | move savestack restore from regmatch to regexec |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | eliminate PL_reg_maxiter, PL_reg_leftiter |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | Rationalise RX_MATCH_UTF8_set() |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | S_setup_eval_state: save subcoffset, not suboffset |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | Eliminate PL_reg_match_utf8 |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | regex engine: simplify is_utf8_pat handling |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | stop callers of rex engine using RX_MATCH_UTF8_set |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | add regmatch_eval_state struct |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | S_setup_eval_state(): always set up destructor |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | S_regtry(): move eval setup code into separate fn |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | remove unused reginfo->bol field |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | eliminate PL_bostr |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | add strbeg argument to Perl_re_intuit_start() |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | find_byclass, regrepeat: remove is_utf8_pat arg |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | eliminiate PL_regeol |
blob | commitdiff | diff to current |
2013-06-02 |
David Mitchell | make more use of regmatch_info struct. |
blob | commitdiff | diff to current |
2013-05-20 |
Karl Williamson | Expand flags parameter from boolean in _to_fold_latin1 |
blob | commitdiff | diff to current |
2013-04-24 |
David Mitchell | PUSH_MULTICALL_WITHDEPTH becomes ..._FLAGS |
blob | commitdiff | diff to current |
2013-04-12 |
David Mitchell | add lex_re_reparsing boolean to yy_parser struct |
blob | commitdiff | diff to current |
2013-04-12 |
David Mitchell | Eliminate PL_reg_state.re_reparsing, part 2 |
blob | commitdiff | diff to current |
2013-04-12 |
David Mitchell | Eliminate PL_reg_state.re_reparsing, part 1 |
blob | commitdiff | diff to current |
2013-02-25 |
Yves Orton | unwrap #define argument list for REXEC_TRIE_READ_CHAR |
blob | commitdiff | diff to current |
2013-02-01 |
Karl Williamson | regexec.c: Remove redundant code |
blob | commitdiff | diff to current |
2013-01-07 |
Karl Williamson | regexec.c: Cast to silence compiler warnings |
blob | commitdiff | diff to current |
2013-01-07 |
Karl Williamson | regexec.c: Cast to silence compiler warning |
blob | commitdiff | diff to current |
2013-01-06 |
Tony Cook | add a LEAVE for the ENTER in LOAD_UTF8_CHARCLASS |
blob | commitdiff | diff to current |
2012-12-31 |
Karl Williamson | Change core calls of isALNUM() to isWORDCHAR() |
blob | commitdiff | diff to current |
2012-12-31 |
Karl Williamson | regex: Add pseudo-Posix class: 'cased' |
blob | commitdiff | diff to current |
2012-12-31 |
Karl Williamson | handy.h, regcomp.h, regexec.c: Sort initializers, switch() |
blob | commitdiff | diff to current |
2012-12-28 |
Karl Williamson | Add new regnode for synthetic start class |
blob | commitdiff | diff to current |
2012-12-28 |
Karl Williamson | Free up regex ANYOF bit. |
blob | commitdiff | diff to current |
2012-12-25 |
David Mitchell | Eliminate RF_tainted flag from PL_reg_flags |
blob | commitdiff | diff to current |
2012-12-25 |
David Mitchell | eliminate RF_warned flag from PL_reg_flags |
blob | commitdiff | diff to current |
2012-12-25 |
David Mitchell | eliminate RF_utf8 flag from PL_reg_flags |
blob | commitdiff | diff to current |
2012-12-25 |
David Mitchell | [perl #116148] Pattern utf8ness sticks around |
blob | commitdiff | diff to current |
2012-12-24 |
Karl Williamson | regexec.c: Comments, white-space; no code changes |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | regexec.c: Combine adjacent 'ifs' with same clause |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | regexec.c: Remove 2 unnecessary break statements |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | Remove temporary back-compat PL_ variable names |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | regexec.c: Revamp the macros to load swashes |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | regexec.c: Remove unused macro definitions |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | Consolidate some regex OPS |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | regexec.c: comments, white-space only |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | handy.h: Create isALPHANUMERIC() and kin |
blob | commitdiff | diff to current |
2012-12-22 |
Karl Williamson | regexec.c: Remove redundant calculation |
blob | commitdiff | diff to current |
2012-12-19 |
Karl Williamson | regexec.c: Remove some read beyond buffer ends |
blob | commitdiff | diff to current |
2012-12-17 |
David Mitchell | use PERL_UNUSED_VAR rather than PERL_UNUSED_DECL |
blob | commitdiff | diff to current |
2012-12-16 |
David Mitchell | eliminate PL_regsize |
blob | commitdiff | diff to current |
2012-12-16 |
Karl Williamson | mktables, regexec.c: Comments, white-space; no code... |
blob | commitdiff | diff to current |
2012-12-16 |
Karl Williamson | Rename property involved in \X matching, for clarity |
blob | commitdiff | diff to current |
2012-12-16 |
Karl Williamson | regexec.c: More efficient Korean \X processing |
blob | commitdiff | diff to current |
2012-12-16 |
Karl Williamson | regexec.c: Move #defines to earlier in the file |
blob | commitdiff | diff to current |
2012-12-11 |
David Mitchell | regexec.c: silence compiler warning |
blob | commitdiff | diff to current |
2012-12-09 |
Karl Williamson | regexec.c: Replace infamous if-else-if sequence by... |
blob | commitdiff | diff to current |
2012-12-09 |
Karl Williamson | regexec.c: White space only; no code changes |
blob | commitdiff | diff to current |
2012-12-09 |
Karl Williamson | regexec.c: Nits coding standards-type changing |
blob | commitdiff | diff to current |
2012-11-27 |
Father Chrysostomos | New COW mechanism |
blob | commitdiff | diff to current |
2012-11-26 |
Karl Williamson | regexec.c: White space only; no code changes |
blob | commitdiff | diff to current |
2012-11-25 |
Karl Williamson | Remove "register" declarations |
blob | commitdiff | diff to current |
2012-11-21 |
David Mitchell | regmatch(): silence OpenWatcom compiler warnings |
blob | commitdiff | diff to current |
2012-11-20 |
Karl Williamson | regexec.c: Use SPACE macros instead of swash |
blob | commitdiff | diff to current |
2012-11-20 |
Karl Williamson | regexec.c: Add PERL_UNIUSED_VAR() |
blob | commitdiff | diff to current |
2012-11-13 |
Father Chrysostomos | Stop /(??{})/ from leaking temporary regexps |
blob | commitdiff | diff to current |
2012-11-13 |
Father Chrysostomos | regexec.c: Safer stack handling for re-evals |
blob | commitdiff | diff to current |
2012-10-30 |
Father Chrysostomos | Allow regexp-to-pvlv assignment |
blob | commitdiff | diff to current |
2012-10-26 |
Craig A. Berry | Make private variable static in regexec.c. |
blob | commitdiff | diff to current |
2012-10-26 |
Yves Orton | fix a compile warning and refactor some diagnostics... |
blob | commitdiff | diff to current |
2012-10-24 |
Karl Williamson | regexec.c: Nano optimization: reverse 'if' order |
blob | commitdiff | diff to current |
2012-10-24 |
Karl Williamson | regexec.c: Remove dead code |
blob | commitdiff | diff to current |
2012-10-24 |
Karl Williamson | regexec.c: Add/modify NOTREACHED asserts. |
blob | commitdiff | diff to current |
2012-10-24 |
Karl Williamson | regexec.c: Silence compiler warning |
blob | commitdiff | diff to current |
2012-10-21 |
Karl Williamson | PATCH: [perl #115242]: /m and regex optimizer bug. |
blob | commitdiff | diff to current |
2012-10-19 |
Karl Williamson | regexec.c: regrepeat() change default: handling |
blob | commitdiff | diff to current |
2012-10-19 |
Karl Williamson | regex: Make \R simple again. |
blob | commitdiff | diff to current |
2012-10-19 |
Karl Williamson | regexec.c: Fix bugs in regrepeat() |
blob | commitdiff | diff to current |
2012-10-19 |
David Mitchell | regmatch(): fix out bounds array access |
blob | commitdiff | diff to current |
2012-10-19 |
David Mitchell | regmatch(): add asserts for legal values of nextchr |
blob | commitdiff | diff to current |
2012-10-17 |
Karl Williamson | regex: \R can match either 1 or 2 chars |
blob | commitdiff | diff to current |
2012-10-17 |
Karl Williamson | regcomp.c, regexec.c: Comments only; no code changes |
blob | commitdiff | diff to current |
2012-10-17 |
Karl Williamson | regexec.c: White-space only; no code changes |
blob | commitdiff | diff to current |
2012-10-17 |
Karl Williamson | regexec.c: Tighten loops in regrepeat() |
blob | commitdiff | diff to current |
2012-10-17 |
Karl Williamson | regexec: Do less work on quantified UTF-8 |
blob | commitdiff | diff to current |
2012-10-17 |
Karl Williamson | regexec.c: Change variable name |
blob | commitdiff | diff to current |
2012-10-14 |
Karl Williamson | regex: White-space, comment only; no code changes |
blob | commitdiff | diff to current |
2012-10-14 |
Karl Williamson | regex: Rename macro to reflect its narrowed use |
blob | commitdiff | diff to current |
2012-10-14 |
Karl Williamson | regex: Splice out no longer used array element |
blob | commitdiff | diff to current |
2012-10-14 |
Karl Williamson | regex: Remove old code that tried to handle multi-char... |
blob | commitdiff | diff to current |
2012-10-12 |
Karl Williamson | regexec.c: Fix EXACT node handling in regrepeat() |
blob | commitdiff | diff to current |
2012-10-09 |
Karl Williamson | regexec.c: White-space only; comment only; no code... |
blob | commitdiff | diff to current |
2012-10-09 |
Karl Williamson | regexec.c: Refactor slightly for clarity |
blob | commitdiff | diff to current |
next |