| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | regcomp.c: Silence some compiler warnings | Karl Williamson | 2016-03-07 | 1 | -2/+2 |
* | regcomp.c: Remove redundant assignment | Karl Williamson | 2016-03-07 | 1 | -1/+0 |
* | S_study_chunk(): silence compiler warning | David Mitchell | 2016-03-07 | 1 | -2/+2 |
* | add comment explaining a subtlety | Yves Orton | 2016-03-07 | 1 | -0/+3 |
* | avoid reading/writing beyond the end of RExC_(open|close)_parens | Tony Cook | 2016-03-07 | 1 | -1/+1 |
* | regcomp.c: fix Perl #126405, segfault regex | Yves Orton | 2016-03-06 | 1 | -4/+4 |
* | regcomp.c: improve diagnostics for TRIE construction | Yves Orton | 2016-03-06 | 1 | -10/+16 |
* | fix Perl #126182, out of memory due to infinite pattern recursion | Yves Orton | 2016-03-06 | 1 | -5/+14 |
* | Unify GOSTART and GOSUB | Yves Orton | 2016-03-06 | 1 | -61/+88 |