| Commit message (Expand) | Author | Age | Files | Lines |
* | much better swap logic to support reentrancy and fix assert failure | George Greer | 2009-07-26 | 1 | -2/+0 |
* | Eliminate struct regexp_allocated and xpvio_allocated. | Nicholas Clark | 2009-07-17 | 1 | -1/+2 |
* | Some bugs in Perl regexp (core Perl issues) | hv@crypt.org | 2009-07-02 | 1 | -5/+16 |
* | Update RExC_npar and after_freeze correctly after the first branch of a (?| .... | Vincent Pit | 2009-06-26 | 1 | -0/+7 |
* | Implement new regex escape \N | Rafael Garcia-Suarez | 2009-06-16 | 1 | -9/+23 |
* | Add warning about octal > 377 in some regexes | Karl | 2009-01-16 | 1 | -0/+13 |
* | create new unicode props as defined in POSIX spec (optionally use them in the... | Yves Orton | 2008-11-07 | 1 | -12/+34 |
* | Make sure inversion sign is shown in all anyof classes that we show in regprop | Yves Orton | 2008-11-07 | 1 | -10/+19 |
* | Various changes to regex diagnostics and testing | Yves Orton | 2008-11-06 | 1 | -5/+18 |
* | Reolve perlbug #59328: In re's, \N{U+...} doesn't match for ... > 256 | karl williamson | 2008-11-06 | 1 | -6/+16 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+3 |
* | [perl #56526] m/a{1,0}/ compiles but doesn't match a literal string | Michael Cartmell | 2008-11-02 | 1 | -1/+1 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -3/+3 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -14/+14 |
* | SvPV() does not take a const SV*, which means that the pattern argument | Nicholas Clark | 2008-10-30 | 1 | -3/+3 |
* | Use pvs macros instead of pvn where possible. | Marcus Holland-Moritz | 2008-10-29 | 1 | -2/+2 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -6/+6 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | ss_dup wrapper const casting analagous to change 34626. | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -1/+2 |
* | Fix memory leak in // caused by single-char character class | Marcus Holland-Moritz | 2008-10-18 | 1 | -0/+3 |
* | Avoid allocating 1 extra regnode when duplicating a regexp. | Nicholas Clark | 2008-10-05 | 1 | -1/+1 |
* | Two missing 'static's, spotted by Merijn's smoker. | Nicholas Clark | 2008-09-20 | 1 | -1/+1 |
* | Welcome to refcount hell. Fix the leaks reported by #57024 | Marcus Holland-Moritz | 2008-07-18 | 1 | -5/+4 |
* | Strength reduction optimisation seems to spot that a = a + 1; is just | Nicholas Clark | 2008-06-09 | 1 | -5/+1 |
* | Re: [PATCH] More COW lvalues | Reini Urban | 2008-06-09 | 1 | -2/+6 |
* | fix misleading comment about Perl_re_dup_guts | Dave Mitchell | 2008-05-18 | 1 | -2/+2 |
* | Re: [perl #52672] regexp failure: (?=) turns into OPFAIL | Ævar Arnfjörð Bjarmason | 2008-04-11 | 1 | -0/+2 |
* | Silence Borland compiler warnings (except for warnings from zlib) here: | Steve Hay | 2008-02-25 | 1 | -4/+4 |
* | Fix bug 50496 -- regcomp.c=~s/lastcloseparen/lastparen/g | Yves Orton | 2008-02-17 | 1 | -2/+3 |
* | Fix perlbug 50114 and document what the code does a bit better | Yves Orton | 2008-02-17 | 1 | -7/+18 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -8/+139 |
* | Move the reg_stringify logic to Perl_sv_2pv_flags | Ævar Arnfjörð Bjarmason | 2008-01-10 | 1 | -40/+0 |
* | seen_eval regex field wasn't getting cloned | Dave Mitchell | 2008-01-09 | 1 | -1/+0 |
* | Fix the bug introduced by the bug fix of change 30755. | Nicholas Clark | 2008-01-09 | 1 | -1/+9 |
* | Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (... | Yves Orton | 2008-01-06 | 1 | -1/+4 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 1 | -3/+3 |
* | Don't allocate the NV slot for SVt_REGEXP. | Nicholas Clark | 2008-01-05 | 1 | -2/+1 |
* | Convert all accesses of the member paren_names of struct regexp to | Nicholas Clark | 2008-01-05 | 1 | -18/+18 |
* | Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8(). | Nicholas Clark | 2008-01-05 | 1 | -4/+3 |
* | Make Perl_pregcomp() use SvUTF8() of the pattern, rather than the flag | Nicholas Clark | 2008-01-05 | 1 | -2/+5 |
* | Replace all reads of RXf_UTF8 with RX_UTF8(). | Nicholas Clark | 2008-01-05 | 1 | -2/+2 |
* | Abolish wraplen from struct regexp. We're already storing it in SvCUR. | Nicholas Clark | 2008-01-05 | 1 | -3/+3 |
* | Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() | Nicholas Clark | 2008-01-05 | 1 | -9/+9 |
* | Abolish wrapped in struct regexp - store the wrapped pattern pointer | Nicholas Clark | 2008-01-05 | 1 | -4/+9 |
* | Add RX_UTF8(), which is effectively SvUTF8() but for regexps. | Nicholas Clark | 2008-01-05 | 1 | -8/+8 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -3/+4 |
* | Possible future bugs found by the creation of newSVpvn_flags(). | Nicholas Clark | 2008-01-03 | 1 | -6/+2 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -12/+7 |
* | Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs, | Nicholas Clark | 2008-01-02 | 1 | -54/+65 |