| Commit message (Expand) | Author | Age | Files | Lines |
* | PATCH: [perl #129322] S_invlist_clear(SV *): Assertion `invlist' failed | Karl Williamson | 2016-10-19 | 1 | -128/+63 |
* | regcomp.c: Fix erroneous comment; clarify others | Karl Williamson | 2016-10-19 | 1 | -22/+24 |
* | Add a regex_sets debugging function | Karl Williamson | 2016-10-19 | 1 | -0/+61 |
* | regcomp.c: remove extra aTHX_ added in c2867e745ca | Lukas Mai | 2016-10-19 | 1 | -1/+1 |
* | regexec.c: in debug show whether TRIE nodes have a jump table | Yves Orton | 2016-10-19 | 1 | -3/+4 |
* | regcomp.c: use new SvPVCLEAR and constant string friendly macros | Yves Orton | 2016-10-19 | 1 | -2/+2 |
* | Centralize definitions of MIN, MAX | Karl Williamson | 2016-09-25 | 1 | -8/+0 |
* | Change sv_setpvn(…, "…", …) to sv_setpvs(…, "…") | Dagfinn Ilmari Mannsåker | 2016-09-21 | 1 | -1/+1 |
* | regcomp.c: S_concat_pat: guard against missing trailing nulls | Yves Orton | 2016-09-19 | 1 | -2/+14 |
* | PATCH: [perl #129122] regex sets syntax error | Karl Williamson | 2016-08-31 | 1 | -1/+6 |
* | regcomp.c: Typo, spacing in comment | Karl Williamson | 2016-08-31 | 1 | -1/+1 |
* | PATCH: [perl 128686] regex compiler crashes | Karl Williamson | 2016-07-21 | 1 | -12/+8 |
* | regcomp.c: Silence compiler warning | Karl Williamson | 2016-07-20 | 1 | -2/+6 |
* | regcomp.c: Silence compiler warning | Karl Williamson | 2016-07-17 | 1 | -3/+0 |
* | PATCH: [perl #128170] Assert fail in regcomp.c | Karl Williamson | 2016-07-16 | 1 | -1/+4 |
* | regcomp.c: Change some append_range_to_invlist() calls | Karl Williamson | 2016-07-16 | 1 | -5/+4 |
* | regcomp.c: Reimplement add_range_to_invlist() | Karl Williamson | 2016-07-16 | 1 | -30/+241 |
* | regcomp.c: Refactor code dealing with m/[...]/d | Karl Williamson | 2016-07-16 | 1 | -119/+133 |
* | regcomp.c: Improve -Dr output | Karl Williamson | 2016-07-16 | 1 | -3/+6 |
* | regcomp.[ch]: Comments, White-space, only | Karl Williamson | 2016-07-16 | 1 | -56/+74 |
* | regcomp.c: Improve -Dr output | Karl Williamson | 2016-07-16 | 1 | -4/+9 |
* | Fix -Dr output regression | Karl Williamson | 2016-07-16 | 1 | -25/+58 |
* | SSize_t instead of IV | Karl Williamson | 2016-07-16 | 1 | -1/+1 |
* | Remove IN_ENCODING macro, and all code dependent on it | Father Chrysostomos | 2016-07-13 | 1 | -73/+0 |
* | regexes, Slight refactor, but mostly fix comments, | Karl Williamson | 2016-06-19 | 1 | -115/+139 |
* | Revert "regcomp.c: Add shortcuts to some inversion list ops" | Karl Williamson | 2016-06-17 | 1 | -105/+37 |
* | Add missing deprecation message for unescaped '{' in regexes | Karl Williamson | 2016-06-17 | 1 | -3/+8 |
* | fixup, guard av_top_index() for null RExC_warn_text | Yves Orton | 2016-06-10 | 1 | -2/+1 |
* | move warning text to RExC_state (via RExC_warn_text) | Yves Orton | 2016-06-10 | 1 | -6/+10 |
* | [perl #128313] Fix leak in perl 5.24 with strict and regex posix char classes | Yves Orton | 2016-06-08 | 1 | -8/+4 |
* | regcomp.c: Add shortcuts to some inversion list ops | Karl Williamson | 2016-05-25 | 1 | -44/+106 |
* | fix #128109 - do not move RExC_open_parens[0] in reginsert | Yves Orton | 2016-05-10 | 1 | -2/+11 |
* | fix #128085 - SIGSEGV in S_regmatch with S_study_chunk: Assertion "!frame" fa... | Yves Orton | 2016-05-10 | 1 | -9/+3 |
* | Require literal '{' in patterns to be escaped | Karl Williamson | 2016-05-09 | 1 | -5/+4 |
* | Make deprecated qr//xx fatal | Karl Williamson | 2016-05-09 | 1 | -2/+3 |
* | fix debug sprintf issue | Yves Orton | 2016-04-03 | 1 | -1/+2 |
* | re_exec_indentf,re_indentf: silence warnings | David Mitchell | 2016-03-28 | 1 | -1/+1 |
* | regcomp.c: Fix -Dr output. | Karl Williamson | 2016-03-19 | 1 | -8/+2 |
* | regcomp.c, perl.c: Use 'VOL' not 'volatile' | Karl Williamson | 2016-03-19 | 1 | -2/+2 |
* | regex sets: fix Solaris optimiser bug (2nd attempt) | David Mitchell | 2016-03-18 | 1 | -16/+4 |
* | regcomp.c: Avoid a memory leak | Karl Williamson | 2016-03-17 | 1 | -3/+4 |
* | regcomp.c: Comment enhancements | Karl Williamson | 2016-03-17 | 1 | -3/+17 |
* | dont call re_printf() with %*s if you arent going to pass it in | Yves Orton | 2016-03-13 | 1 | -12/+8 |
* | once more for the win | Yves Orton | 2016-03-13 | 1 | -175/+175 |
* | fixup definitions and usage of new re debugging subs | Yves Orton | 2016-03-13 | 1 | -188/+188 |
* | Rework diagnostics in the regex engine | Yves Orton | 2016-03-13 | 1 | -214/+233 |
* | regex sets: fix Solaris optimiser bug | David Mitchell | 2016-03-12 | 1 | -1/+16 |
* | use inequality when checking "tail" in trie compilation | Yves Orton | 2016-03-09 | 1 | -3/+3 |
* | Fix Perl #126206: handle NOTHING regops and EXACTFU_SS regops in make_trie() ... | Yves Orton | 2016-03-09 | 1 | -27/+25 |
* | Convert to use av_tindex_nomg() | Karl Williamson | 2016-03-07 | 1 | -18/+21 |