| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Eliminate struct regexp_allocated and xpvio_allocated. | Nicholas Clark | 2009-07-17 | 1 | -6/+0 |
* | Revert SvPVX() to allow lvalue usage, but also add a | Marcus Holland-Moritz | 2008-11-07 | 1 | -0/+2 |
* | SvPV() does not take a const SV*, which means that the pattern argument | Nicholas Clark | 2008-10-30 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Re: [PATCH] readable assertion names, now the rest | Reini Urban | 2008-06-08 | 1 | -27/+27 |
* | Fix bit-fields for VC [was RE: [perl #50386] GIMME_V broken with 5.10.0/GCC a... | Jan Dubois | 2008-02-12 | 1 | -2/+2 |
* | Standardise the conditional compilation protection of ({}) from | Nicholas Clark | 2008-01-26 | 1 | -2/+2 |
* | consting | Robin Barker | 2008-01-14 | 1 | -6/+7 |
* | Well, I know *something* passed make test from a clean build before | Nicholas Clark | 2008-01-11 | 1 | -2/+2 |
* | assert that these are the regexps you were looking for. | Nicholas Clark | 2008-01-11 | 1 | -6/+39 |
* | Fix prototype in regexp code following #32851, and regen | Steve Hay | 2008-01-09 | 1 | -1/+1 |
* | ReREFCNT_inc() should return a pointer to REGEXP. | Nicholas Clark | 2008-01-07 | 1 | -2/+2 |
* | Don't allocate the NV slot for SVt_REGEXP. | Nicholas Clark | 2008-01-05 | 1 | -33/+42 |
* | In struct regexp move the member paren_names to the IV union. | Nicholas Clark | 2008-01-05 | 1 | -2/+4 |
* | Convert all accesses of the member paren_names of struct regexp to | Nicholas Clark | 2008-01-05 | 1 | -0/+2 |
* | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8(). | Nicholas Clark | 2008-01-05 | 1 | -2/+1 |
* | Abolish wraplen from struct regexp. We're already storing it in SvCUR. | Nicholas Clark | 2008-01-05 | 1 | -2/+1 |
* | Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() | Nicholas Clark | 2008-01-05 | 1 | -7/+5 |
* | Abolish wrapped in struct regexp - store the wrapped pattern pointer | Nicholas Clark | 2008-01-05 | 1 | -4/+2 |
* | Add RX_UTF8(), which is effectively SvUTF8() but for regexps. | Nicholas Clark | 2008-01-05 | 1 | -4/+5 |
* | Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart from the tenacious | Nicholas Clark | 2008-01-05 | 1 | -2/+3 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -27/+43 |