| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -0/+10 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -0/+4 |
* | -Wformat | Robin Barker | 2005-04-13 | 1 | -38/+38 |
* | Silence compiler warnings about possibly uninitialised variables. | Nicholas Clark | 2005-04-02 | 1 | -6/+6 |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -7/+7 |
* | Re: [perl #34195] Regex: Alternations within negative lookahead assertions | Hugo van der Sanden | 2005-03-27 | 1 | -21/+55 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -1/+1 |
* | Revert change #24055, which was producing a segfault in installman | Rafael Garcia-Suarez | 2005-03-22 | 1 | -56/+16 |
* | Re: regexp trie fails compile on VMS | Yves Orton | 2005-03-21 | 1 | -3/+4 |
* | Resubmit change #24053. | Rafael Garcia-Suarez | 2005-03-21 | 1 | -16/+56 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -1/+1 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -77/+386 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -24/+24 |
* | replace NEWSV(), SvSetSV() with newSVsv() | Nicholas Clark | 2005-01-13 | 1 | -9/+5 |
* | document regcomp.c/regexec.c's dual life under ext/re/ | Dave Mitchell | 2004-11-06 | 1 | -0/+6 |
* | [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails | Rick Delaney | 2004-11-04 | 1 | -15/+12 |
* | Add comment to top of reentr.c and fix typos in other files | Dave Mitchell | 2004-08-01 | 1 | -2/+2 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+5 |
* | Re: Segfault using HTML::Entities | Jarkko Hietaniemi | 2004-07-09 | 1 | -30/+31 |
* | Re: [perl #28532] optional match of an anchor gets ignored | Hugo van der Sanden | 2004-04-19 | 1 | -20/+3 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Implement "my $_". | Rafael Garcia-Suarez | 2004-02-03 | 1 | -2/+1 |