| Commit message (Expand) | Author | Age | Files | Lines |
* | undo #27700 and add a missing Safefree() | Dave Mitchell | 2006-04-03 | 1 | -1/+3 |
* | Removed unused code in regexec.c | Andy Lester | 2006-04-03 | 1 | -3/+2 |
* | anonymous unions aren't legal ANSI c | Dave Mitchell | 2006-04-03 | 1 | -247/+247 |
* | whoops, change 27691 blew away the regexec.c changes from 27688 | Dave Mitchell | 2006-04-02 | 1 | -8/+8 |
* | subsume CURCUR (current curly) struct within the main regmatch_state | Dave Mitchell | 2006-04-02 | 1 | -69/+68 |
* | Re: [perl #38293] chr(65535) should be allowed in regexes | SADAHIRO Tomoyuki | 2006-04-02 | 1 | -8/+8 |
* | make parts of struct regmatch_state unions | Dave Mitchell | 2006-04-02 | 1 | -213/+215 |
* | use slabs to allocate save state space in regmatch() | Dave Mitchell | 2006-04-02 | 1 | -548/+468 |
* | Clean up regexec.c, and remove two functions | Andy Lester | 2006-03-30 | 1 | -33/+11 |
* | Silence 3 (spurious) gcc warnings about "maybe used uninitialized". | Nicholas Clark | 2006-03-25 | 1 | -3/+3 |
* | Free the regexp state when exiting "recursion". | Nicholas Clark | 2006-03-25 | 1 | -0/+1 |
* | make S_regmatch() iterative rather than recursive. | Dave Mitchell | 2006-03-24 | 1 | -152/+502 |
* | remove idential code branch from regmatch() | Dave Mitchell | 2006-03-22 | 1 | -23/+1 |
* | merge the TRIEF/TRIEFL and TRIE branches in regmatch(), | Dave Mitchell | 2006-03-20 | 1 | -128/+80 |
* | Restore a bit of change 27533 that change 27534 inadvertently unwound. | Nicholas Clark | 2006-03-17 | 1 | -3/+6 |
* | inline, then delete, S_regrepeat_hard() | Dave Mitchell | 2006-03-17 | 1 | -74/+43 |
* | sv_find() returning false, followed by sv_magic() to add the magic, | Nicholas Clark | 2006-03-17 | 1 | -3/+6 |
* | reduce S_regrepeat_hard() callers from 3 to 1 | Dave Mitchell | 2006-03-17 | 1 | -3/+7 |
* | The Coverity audit is upset that the scream_olds variable is not | Steve Peters | 2006-03-09 | 1 | -1/+1 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -8/+9 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -8/+8 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -8/+8 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -2/+1 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -45/+37 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+15 |
* | Update copyrights for files modified in 2006 | Rafael Garcia-Suarez | 2006-01-02 | 1 | -1/+1 |
* | Making 0 pointers to NULLs | Andy Lester | 2006-01-01 | 1 | -3/+3 |
* | Re: [perl #37836] Simple Regex causes SEGV when run on specific data | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -3/+7 |
* | Clarification and cleanup of the XS SWASHGET code | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -1/+1 |
* | The regexp engine should check SV flags rather than SV type for | Nicholas Clark | 2005-11-30 | 1 | -1/+1 |
* | Re: [perl #37688] Unexpected regex failure. | Hugo van der Sanden | 2005-11-16 | 1 | -0/+1 |
* | Revert patch #25993. | Rafael Garcia-Suarez | 2005-11-04 | 1 | -2/+1 |
* | [perl #19049] Incorrect $` after replacement | Andreas König | 2005-11-04 | 1 | -1/+2 |
* | gcc complains when it sees variables declared | Steve Peters | 2005-10-14 | 1 | -1/+1 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -1/+1 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -30/+17 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -10/+10 |
* | Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning | Yves Orton | 2005-07-10 | 1 | -2/+2 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -3/+3 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -4/+6 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -3/+0 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -7/+7 |
* | More SvPV consting | Nicholas Clark | 2005-06-08 | 1 | -1/+1 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -3/+3 |
* | regexec.c utf8 loading | Andy Lester | 2005-06-08 | 1 | -23/+28 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -2/+2 |
* | SvPVX_const() - patch #4 | Steve Peters | 2005-06-03 | 1 | -17/+17 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -11/+11 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 1 | -25/+25 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -34/+37 |