| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate spaces/comments in some regex tokens | Karl Williamson | 2013-05-02 | 1 | -3/+20 |
* | PATCH: [perl #117327]: Sequence (?#...) not recognized in regex | Karl Williamson | 2013-05-02 | 1 | -0/+12 |
* | Handle /@a/ array expansion within regex engine | David Mitchell | 2013-04-20 | 1 | -17/+73 |
* | S_pat_upgrade_to_utf8(): add num_code_blocks arg | David Mitchell | 2013-04-20 | 1 | -5/+7 |
* | Perl_re_op_compile() re-indent code | David Mitchell | 2013-04-20 | 1 | -37/+37 |
* | re_op_compile: eliminate a local var and scope | David Mitchell | 2013-04-20 | 1 | -17/+11 |
* | combine regex concat overload loops | David Mitchell | 2013-04-20 | 1 | -17/+14 |
* | Perl_re_op_compile(): extract conatting code | David Mitchell | 2013-04-20 | 1 | -117/+148 |
* | Perl_re_op_compile(): handle utf8 concating better | David Mitchell | 2013-04-20 | 1 | -14/+14 |
* | Perl_re_op_compile: eliminate clunky if (0) {} | David Mitchell | 2013-04-20 | 1 | -13/+13 |
* | Perl_re_op_compile(): eliminate xend var | David Mitchell | 2013-04-20 | 1 | -5/+2 |
* | Perl_re_op_compile(): add S_pat_upgrade_to_utf8() | David Mitchell | 2013-04-20 | 1 | -46/+58 |
* | fix comment typo in regcomp.c | David Mitchell | 2013-04-15 | 1 | -1/+1 |
* | fix runtime /(?{})/ with overload::constant qr | David Mitchell | 2013-04-12 | 1 | -24/+13 |
* | add lex_re_reparsing boolean to yy_parser struct | David Mitchell | 2013-04-12 | 1 | -2/+1 |
* | Eliminate PL_reg_state.re_reparsing, part 2 | David Mitchell | 2013-04-12 | 1 | -2/+0 |
* | Eliminate PL_reg_state.re_reparsing, part 1 | David Mitchell | 2013-04-12 | 1 | -5/+6 |
* | re_op_compile(): reapply debugging statements | David Mitchell | 2013-04-12 | 1 | -0/+8 |
* | Handle overloading properly in compile-time regex | David Mitchell | 2013-04-12 | 1 | -87/+61 |
* | re-indent after last change | David Mitchell | 2013-04-12 | 1 | -50/+50 |
* | re_op_compile(): unify 1-op and N-op branches | David Mitchell | 2013-04-12 | 1 | -17/+31 |
* | re_op_compile(): simplify a code snippet | David Mitchell | 2013-04-12 | 1 | -4/+1 |
* | re-indent code after previous commit | David Mitchell | 2013-04-12 | 1 | -99/+99 |
* | regex and overload: unifiy 1 and N arg branches | David Mitchell | 2013-04-12 | 1 | -26/+20 |
* | re_op_compile(): temp remove some debugging code | David Mitchell | 2013-04-12 | 1 | -10/+0 |
* | rework split() special case interaction with regex engine | Yves Orton | 2013-03-27 | 1 | -5/+25 |
* | simplify regcomp.c by using vars to avoid repeated macros | Yves Orton | 2013-03-27 | 1 | -14/+7 |
* | regcomp.c: silence compiler warning | David Mitchell | 2013-03-23 | 1 | -1/+2 |
* | Revert "PATCH: regex longjmp flaws" | Nicholas Clark | 2013-03-19 | 1 | -4/+2 |
* | In Perl_re_op_compile(), tidy up after removing setjmp(). | Nicholas Clark | 2013-03-19 | 1 | -23/+15 |
* | Replace the longjmp()s in Perl_re_op_compile() with goto. | Nicholas Clark | 2013-03-19 | 1 | -30/+8 |
* | Move the longjmp() that implements REQUIRE_UTF8 up to Perl_re_op_compile(). | Nicholas Clark | 2013-03-19 | 1 | -1/+2 |
* | Add a flag RESTART_UTF8 to the reg*() routines in regcomp.c | Nicholas Clark | 2013-03-19 | 1 | -11/+75 |
* | In S_regclass(), create listsv as a mortal, claiming a reference if needed. | Nicholas Clark | 2013-03-19 | 1 | -19/+5 |
* | Document when and why S_reg{,branch,piece,atom,class}() return NULL. | Nicholas Clark | 2013-03-19 | 1 | -35/+79 |
* | Return orig_emit from S_regclass() when ret_invlist is true. | Nicholas Clark | 2013-03-19 | 1 | -1/+1 |
* | Remove unreachable duplicate (?#...) parsing code from S_reg() | Nicholas Clark | 2013-03-19 | 1 | -8/+0 |
* | fix a segfault in run-time qr//s with (?{}) | David Mitchell | 2013-03-18 | 1 | -2/+9 |
* | Fix some ASAN-identified problems | George Greer | 2013-03-12 | 1 | -14/+33 |
* | Get regcomp.c to compile under EBCDIC | John Goodyear | 2013-02-25 | 1 | -3/+3 |
* | Add, fix comments | Karl Williamson | 2013-02-25 | 1 | -2/+5 |
* | PATCH: [perl #116899]: jump on uninitialised value | Karl Williamson | 2013-02-22 | 1 | -1/+3 |
* | regcomp.c: Rmv comment ref to obsolete regnode | Karl Williamson | 2013-02-22 | 1 | -1/+1 |
* | Eliminate 'swap' from struct regexp_internal. | Nicholas Clark | 2013-02-20 | 1 | -4/+0 |
* | regcomp.c: Fully parenthesize macro expansions formal parameter | Karl Williamson | 2013-02-11 | 1 | -2/+2 |
* | inline_invlist.c, regcomp.c: Comments-onlys, white-space | Karl Williamson | 2013-02-11 | 1 | -2/+2 |
* | Add av_tindex() synonym for av_top_index() | Karl Williamson | 2013-02-08 | 1 | -4/+4 |
* | Change name 'av_top' to 'av_top_index' | Karl Williamson | 2013-02-08 | 1 | -4/+4 |
* | Add interpolations to regex sets | Karl Williamson | 2013-02-03 | 1 | -6/+77 |
* | Incorporate code review feedback for (?[]) | Karl Williamson | 2013-02-03 | 1 | -20/+26 |