| Commit message (Expand) | Author | Age | Files | Lines |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+4 |
* | Sun Studio lint patches | Andy Lester | 2006-02-14 | 1 | -4/+6 |
* | Trying my "remove the pTHXes" patch again | Andy Lester | 2006-02-09 | 1 | -10/+9 |
* | Avoid calling all the scanning code in gv_fetchpvn_flags when saving | Nicholas Clark | 2006-02-09 | 1 | -3/+7 |
* | lastparen in the regexp structure is never initialised, and so will | Nicholas Clark | 2006-02-08 | 1 | -0/+1 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -49/+24 |
* | blead: format warnings | Jarkko Hietaniemi | 2006-01-08 | 1 | -7/+15 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+23 |
* | Introduce the macros newSVpvs(str) and sv_catpvs(sv, str). | Gisle Aas | 2006-01-04 | 1 | -14/+14 |
* | 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 | -10/+13 |
* | Ho! Ho! Ho! Santa brings consting! | Andy Lester | 2005-12-22 | 1 | -111/+106 |
* | 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 |