| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "regcomp.c: Move some #defines to only file that uses them" | Karl Williamson | 2013-07-04 | 1 | -19/+12 |
* | Revert "Use new Svt_INVLIST for inversion lists." | Karl Williamson | 2013-07-04 | 1 | -11/+12 |
* | Use new Svt_INVLIST for inversion lists. | Karl Williamson | 2013-07-03 | 1 | -12/+11 |
* | regcomp.c: Move some #defines to only file that uses them | Karl Williamson | 2013-07-03 | 1 | -12/+19 |
* | regcomp.c: Make C-array inversion lists const | Karl Williamson | 2013-07-03 | 1 | -1/+1 |
* | regcomp.c: Move inversion list hdr field to SV hdr | Karl Williamson | 2013-07-03 | 1 | -32/+53 |
* | regcomp.c: Change, variable, fcn name | Karl Williamson | 2013-07-03 | 1 | -19/+19 |
* | regcomp.c: Move 2 hdr inversion fields to SV hdr | Karl Williamson | 2013-07-03 | 1 | -16/+11 |
* | regcomp.c: Remove unused data structure field | Karl Williamson | 2013-07-03 | 1 | -12/+1 |
* | regcomp.c: Make inversion lists SVt_PVLV | Karl Williamson | 2013-07-03 | 1 | -8/+15 |
* | regcomp.c: Add a constant 0 element before inversion lists | Karl Williamson | 2013-07-03 | 1 | -81/+43 |
* | Fix regex seqfault 5.18 regression | Karl Williamson | 2013-07-01 | 1 | -18/+0 |
* | Fix rules for parsing numeric escapes in regexes | Yves Orton | 2013-06-25 | 1 | -9/+22 |
* | regcomp.c:regdump_intflags: rem unused var | Father Chrysostomos | 2013-06-22 | 1 | -1/+0 |
* | Fix and add tests for *PRUNE/*THEN plus leading non-greedy + | Yves Orton | 2013-06-22 | 1 | -4/+9 |
* | Show intflags as well as extflags | Yves Orton | 2013-06-22 | 1 | -1/+27 |
* | regcomp.c: Reorder tests to avoid throwing away work. | Karl Williamson | 2013-06-17 | 1 | -6/+6 |
* | Possessive and non greedy quantifier modifiers are mutually exclusive | Yves Orton | 2013-06-13 | 1 | -10/+2 |
* | do not warn when optimizing away /x{0,0}?+/ and /x{0,0}+/ | Yves Orton | 2013-06-12 | 1 | -3/+10 |
* | Quantifier follows nothing in regex | Karl Williamson | 2013-06-10 | 1 | -0/+6 |
* | Stop /(a|b)(?=a){3}/ from warning twice | Father Chrysostomos | 2013-06-09 | 1 | -4/+11 |
* | Allow qr/(?[ [a] ])/ interpolation in (?[...]) | Father Chrysostomos | 2013-06-07 | 1 | -0/+5 |
* | Don’t leak when compiling /(?[\d\d])/ | Father Chrysostomos | 2013-06-06 | 1 | -0/+2 |
* | Free operand when encountering unmatched ')' in (?[]) | Father Chrysostomos | 2013-06-06 | 1 | -0/+1 |
* | Stop /(?[\p{...}])/ compilation from leaking | Father Chrysostomos | 2013-06-06 | 1 | -0/+1 |
* | Stop (?[]) operators from leaking | Father Chrysostomos | 2013-06-06 | 1 | -6/+14 |
* | In regcomp.c, Set_Node_Cur_Length() uses parse_start, so explicitly pass it. | Nicholas Clark | 2013-06-06 | 1 | -11/+10 |
* | In S_regatom, declare parse_start when RE_TRACK_PATTERN_OFFSETS is defined. | Nicholas Clark | 2013-06-06 | 1 | -0/+2 |
* | Don’t leak the /(?[])/ parsing stack on error | Father Chrysostomos | 2013-06-05 | 1 | -2/+1 |
* | [perl #118297] Fix interpolating downgraded variables into upgraded regexp | Dagfinn Ilmari Mannsåker | 2013-06-04 | 1 | -3/+2 |
* | eliminate PL_regdummy | David Mitchell | 2013-06-02 | 1 | -2/+5 |
* | eliminate PL_reg_state | David Mitchell | 2013-06-02 | 1 | -11/+0 |
* | eliminate PL_reg_poscache, PL_reg_poscache_size | David Mitchell | 2013-06-02 | 1 | -3/+0 |
* | eliminate PL_reg_maxiter, PL_reg_leftiter | David Mitchell | 2013-06-02 | 1 | -2/+0 |
* | add regmatch_eval_state struct | David Mitchell | 2013-06-02 | 1 | -7/+0 |
* | Make ‘Escape literal pattern white space’ a default warning | Father Chrysostomos | 2013-05-27 | 1 | -1/+1 |
* | perldiag: miscellaneous clean-up | Father Chrysostomos | 2013-05-26 | 1 | -0/+2 |
* | regcomp.c: Actually emit proper warning | Karl Williamson | 2013-05-22 | 1 | -4/+8 |
* | regcomp.c: Add comment | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | Fix multi-char fold edge case | Karl Williamson | 2013-05-20 | 1 | -29/+54 |
* | Expand flags parameter from boolean in _to_fold_latin1 | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | regcomp.c: Remove always-true test | Karl Williamson | 2013-05-20 | 1 | -2/+1 |
* | regcomp.c: White-space only | Karl Williamson | 2013-05-20 | 1 | -68/+66 |
* | regcomp.c: Reorder two 'if's so shorter branches are first | Karl Williamson | 2013-05-20 | 1 | -28/+32 |
* | regcomp.c: Clarify comment | Karl Williamson | 2013-05-20 | 1 | -11/+11 |
* | regcomp.c: White-space only | Karl Williamson | 2013-05-20 | 1 | -2/+2 |
* | regcomp.c: White-space only, wrap comment to fit | Karl Williamson | 2013-05-20 | 1 | -1/+2 |
* | regcomp.c: Use mnemonic instead of number | Karl Williamson | 2013-05-20 | 1 | -1/+1 |
* | Fix compiler warnings in regcomp.c | Karl Williamson | 2013-05-18 | 1 | -23/+23 |
* | Fix regex /il and /iaa failures for single element [] class | Karl Williamson | 2013-05-09 | 1 | -4/+12 |