| Commit message (Expand) | Author | Age | Files | Lines |
* | add sv_set_undef() API function | David Mitchell | 2016-11-24 | 1 | -1/+1 |
* | Change white space to avoid C++ deprecation warning | Karl Williamson | 2016-11-18 | 1 | -116/+117 |
* | Fix error message for unclosed \N{ in regcomp | Dagfinn Ilmari Mannsåker | 2016-11-14 | 1 | -3/+5 |
* | S_setup_longest(): SvTAIL() used where always 0 | David Mitchell | 2016-11-12 | 1 | -1/+5 |
* | regcomp.c: document the trie common prefix logic | Yves Orton | 2016-10-27 | 1 | -0/+15 |
* | regcomp.c: avoid some unnecessary work when it wont be used | Yves Orton | 2016-10-27 | 1 | -2/+5 |
* | regcomp.c: in trie common prefix logic rename idx to first_ofs | Yves Orton | 2016-10-27 | 1 | -7/+8 |
* | regcomp.c: whitespace only change, break up dense code/long line | Yves Orton | 2016-10-27 | 1 | -1/+10 |
* | regcomp.c: add a comment about the trie logic | Yves Orton | 2016-10-27 | 1 | -0/+3 |
* | regcomp.c: refactor TRIE bitmap logic to a macro | Yves Orton | 2016-10-27 | 1 | -32/+19 |
* | regcomp.c: fix perl #129950 - fix firstchar bitmap under utf8 with prefix opt... | Yves Orton | 2016-10-27 | 1 | -0/+14 |
* | 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 |