| Commit message (Expand) | Author | Age | Files | Lines |
* | gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather | Nicholas Clark | 2005-12-20 | 1 | -1/+1 |
* | More consting, and putting stuff in embed.fnc | Andy Lester | 2005-12-06 | 1 | -2/+3 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+5 |
* | s/printf/my_printf/ because we're using the return value. | Nicholas Clark | 2005-11-04 | 1 | -1/+1 |
* | Use the return value from sprintf(). | Nicholas Clark | 2005-11-04 | 1 | -2/+2 |
* | Re: [PATCH] predecrement vs postdecrement | Jarkko Hietaniemi | 2005-10-29 | 1 | -1/+1 |
* | Stas' croak patch and then some | Andy Lester | 2005-10-13 | 1 | -3/+3 |
* | More embed.fnc goodness | Andy Lester | 2005-07-29 | 1 | -14/+15 |
* | The continuing plod through embed.fnc | Andy Lester | 2005-07-18 | 1 | -2/+3 |
* | more embed cleanup | Andy Lester | 2005-07-15 | 1 | -2/+2 |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -7/+7 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -16/+16 |
* | Don't check the pointer is non-NULL before calling Safefree() in | Nicholas Clark | 2005-07-02 | 1 | -10/+7 |
* | Replace newSVpv(...,0) with newSVpvn where we know the length. | Nicholas Clark | 2005-06-30 | 1 | -1/+1 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -1/+0 |
* | More SvPV consting. And other related drive-by refactoring. | Nicholas Clark | 2005-06-10 | 1 | -21/+21 |
* | regcomp.c and more | Andy Lester | 2005-06-09 | 1 | -188/+170 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -3/+3 |
* | s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g | Nicholas Clark | 2005-06-08 | 1 | -3/+3 |
* | SvPVX_const() - patch #4 | Steve Peters | 2005-06-03 | 1 | -9/+9 |
* | 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 | -48/+50 |
* | [PATCH] Minor warning squashings | Andy Lester | 2005-05-30 | 1 | -4/+7 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -8/+5 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -6/+6 |
* | 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 | -1/+1 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -1/+1 |
* | uninitialized warnings in regcomp | Steven Philip Schubiger | 2005-05-02 | 1 | -12/+12 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -2/+5 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -1/+1 |
* | -Wformat | Robin Barker | 2005-04-13 | 1 | -39/+40 |
* | The core part of : | Andy Lester | 2005-03-29 | 1 | -1/+1 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -1/+1 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -1/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -23/+20 |
* | Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF}, | Rafael Garcia-Suarez | 2005-03-22 | 1 | -12/+10 |
* | Re: regexp trie fails compile on VMS | Yves Orton | 2005-03-21 | 1 | -6/+11 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -12/+12 |
* | Re: Reworked Trie Patch | Yves Orton | 2005-03-18 | 1 | -33/+1186 |
* | Tidy up 2 comments | Nicholas Clark | 2005-01-23 | 1 | -2/+2 |
* | Slightly terser code in S_regpposixcc (names inside [:*here*:]) | Nicholas Clark | 2005-01-23 | 1 | -69/+104 |
* | Re: uc($long_utf8_string) exhausts memory | Jarkko Hietaniemi | 2005-01-22 | 1 | -3/+3 |
* | Refactor S_regclass to generate slightly smaller object code | Nicholas Clark | 2005-01-14 | 1 | -31/+68 |
* | sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't. | Nicholas Clark | 2005-01-14 | 1 | -30/+30 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+10 |
* | savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to | Nicholas Clark | 2005-01-09 | 1 | -1/+1 |
* | genuine possible buffer problems spotted by flawfinder | Nicholas Clark | 2004-11-20 | 1 | -1/+1 |
* | Fix Win32 breakage caused by changes to op.c in change 23433. | Steve Hay | 2004-11-16 | 1 | -6/+4 |
* | document regcomp.c/regexec.c's dual life under ext/re/ | Dave Mitchell | 2004-11-06 | 1 | -0/+5 |