| Commit message (Expand) | Author | Age | Files | Lines |
* | $+ and $^N not always correct on backtracking | David Mitchell | 2012-06-13 | 1 | -0/+7 |
* | reduce size of struct regmatch_state | David Mitchell | 2012-06-13 | 1 | -2/+1 |
* | make regexp_paren_pair.start_tmp an offset | David Mitchell | 2012-06-13 | 1 | -1/+1 |
* | eliminate PL_reg_start_tmp, PL_reg_start_tmpl | David Mitchell | 2012-06-13 | 1 | -4/+9 |
* | eliminate PL_reglast(close)?paren, PL_regoffs | David Mitchell | 2012-06-13 | 1 | -6/+0 |
* | make is_bare_re bool. not int in re_op_compile | David Mitchell | 2012-06-13 | 1 | -1/+1 |
* | rename and simplify PL_reg_eval_set | David Mitchell | 2012-06-13 | 1 | -2/+1 |
* | eliminate RExC_seen_evals and RExC_rx->seen_evals | David Mitchell | 2012-06-13 | 1 | -3/+0 |
* | Fix up runtime regex codeblocks. | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | make _REGEXP_COMMON work under win32 | David Mitchell | 2012-06-13 | 1 | -1/+1 |
* | add op_comp field to regexp_engine API | David Mitchell | 2012-06-13 | 1 | -0/+4 |
* | preserve code blocks in interpolated qr//s | David Mitchell | 2012-06-13 | 1 | -0/+1 |
* | in re_op_compile(), keep code_blocks for qr// | David Mitchell | 2012-06-13 | 1 | -1/+10 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -1/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | regcomp.c: Add ability to take union of a complement | Karl Williamson | 2012-02-09 | 1 | -0/+1 |
* | regcomp.c: _invlist_subtract() becomes a macro | Karl Williamson | 2012-02-09 | 1 | -0/+4 |
* | regcomp.c: Add ability to take intersection of complement | Karl Williamson | 2012-02-09 | 1 | -0/+4 |
* | regexp.h: Update comment | Karl Williamson | 2012-01-21 | 1 | -3/+4 |
* | avoid overflowing a 32-bit signed int | Tony Cook | 2012-01-17 | 1 | -1/+1 |
* | regexp.h: remove completely redundant return statement | Ævar Arnfjörð Bjarmason | 2011-12-23 | 1 | -1/+0 |
* | regexp.h: work around -Werror compile failure of XS in linux perf tool | Jim Cromie | 2011-06-02 | 1 | -1/+2 |
* | Allow suffix form for /a /d /l /u | Karl Williamson | 2011-02-19 | 1 | -2/+4 |
* | regexp.h: The length of 'aa' is 2 | Karl Williamson | 2011-02-19 | 1 | -1/+2 |
* | document how tainting works with pattern matching | David Mitchell | 2011-02-16 | 1 | -1/+5 |
* | Initial setup to accommodate /aa regex modifier | Karl Williamson | 2011-02-14 | 1 | -2/+5 |
* | Add /a regex modifier | Karl Williamson | 2011-01-17 | 1 | -0/+3 |
* | Change name of /d to DEPENDS | Karl Williamson | 2011-01-16 | 1 | -3/+3 |
* | Use multi-bit field for regex character set | Karl Williamson | 2011-01-16 | 1 | -1/+27 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -2/+2 |
* | The docs for SvRX and SvRXOK still refered to magic and the code snippet | David Leadbeater | 2010-12-07 | 1 | -9/+6 |
* | regcomp.pl -> regen/regcomp.pl | Father Chrysostomos | 2010-10-13 | 1 | -6/+6 |
* | Add /d, /l, /u (infixed) regex modifiers | Karl Williamson | 2010-09-22 | 1 | -3/+9 |
* | Change to use mnemonic instead of char constant | Karl Williamson | 2010-09-22 | 1 | -0/+1 |
* | Add (?^...) regex construct | Karl Williamson | 2010-09-20 | 1 | -0/+4 |
* | regexp.h: Move bits around | Karl Williamson | 2010-08-11 | 1 | -14/+16 |
* | op.h, regexp.h: renumber shifts. | Karl Williamson | 2010-08-11 | 1 | -25/+25 |
* | op_reg_common.h: Continue refactoring | Karl Williamson | 2010-08-11 | 1 | -14/+4 |
* | regexp.h: Nit in comments | Karl Williamson | 2010-08-11 | 1 | -4/+4 |
* | op_reg_common.h: Refactor variable for safety | Karl Williamson | 2010-08-11 | 1 | -1/+1 |
* | regexp.h, op.h: decouple mostly from op_reg_common.h | Karl Williamson | 2010-08-11 | 1 | -24/+26 |
* | regexp.h: Fix error check to use correct offset | Karl Williamson | 2010-08-11 | 1 | -1/+1 |
* | Refactor common parts of op.h, regexp.h into new .h | Karl Williamson | 2010-07-29 | 1 | -31/+29 |
* | regexp.h: Add some comments | Karl Williamson | 2010-07-29 | 1 | -1/+11 |
* | reduce size of regmatch_state.u.curlyx by 2 words | David Mitchell | 2010-06-06 | 1 | -3/+2 |
* | Add s///r (non-destructive substitution). | David Caldwell | 2010-05-22 | 1 | -1/+3 |
* | Remove union _xivu from struct regexp - replace it with a non-union paren_names. | Nicholas Clark | 2010-05-21 | 1 | -5/+2 |
* | In the SV body, exchange the positions of the NV and stash/magic. | Nicholas Clark | 2010-05-21 | 1 | -1/+1 |
* | tries: don't allocate memory at runtime | David Mitchell | 2010-05-03 | 1 | -9/+6 |
* | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 1 | -1/+1 |