| Commit message (Expand) | Author | Age | Files | Lines |
* | make the expensive ckWARN() be called as late as possible | Dave Mitchell | 2005-07-13 | 1 | -26/+26 |
* | Making my way thru embed.fnc | Andy Lester | 2005-07-10 | 1 | -2/+2 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -10/+10 |
* | Post-YAPC consting, now with an attachment! | Andy Lester | 2005-07-04 | 1 | -4/+5 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -25/+25 |
* | Silence another bcc32 compiler warning | Steve Hay | 2005-06-23 | 1 | -1/+1 |
* | ternary operator cond ? foo : bar being parsed as ?...? | Salvador FandiƱo | 2005-06-21 | 1 | -2/+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 | -15/+17 |
* | instead of unions use double cast for data pointer <-> function pointer | Jarkko Hietaniemi | 2005-06-09 | 1 | -23/+6 |
* | Nuke some more n_a, and convert S_gv_ename from char * to const char * | Nicholas Clark | 2005-06-08 | 1 | -2/+1 |
* | More SvPV consting | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | More SvPV consting. | Nicholas Clark | 2005-06-07 | 1 | -1/+1 |
* | Random cleanups #47 | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | [perl #36193] crash in Perl_yyerror due to missing check for NULL | Todd C. Miller | 2005-06-07 | 1 | -4/+5 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -2/+2 |
* | Clean up UNI* macros in toke.c | Andy Lester | 2005-06-03 | 1 | -16/+20 |
* | Use newSVhek where we're generating SVs from package names | Nicholas Clark | 2005-06-03 | 1 | -9/+3 |
* | Random consting | Andy Lester | 2005-06-03 | 1 | -2/+2 |
* | 24672 is innocent. valgrind + perl's malloc considered harmful. | Nicholas Clark | 2005-06-02 | 1 | -5/+11 |
* | Changes 24660 and 24665 both introduced errors into the USEMYMALLOC | Nicholas Clark | 2005-06-02 | 1 | -7/+5 |
* | Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive | Nicholas Clark | 2005-06-02 | 1 | -5/+7 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -1/+1 |
* | Store the package name as a shared HEK. | Nicholas Clark | 2005-05-26 | 1 | -3/+6 |
* | embed.fnc cleanup + SvPVX_const usage | Andy Lester | 2005-05-24 | 1 | -1/+1 |
* | The tokenizer should expect an operator after qw(). | Rafael Garcia-Suarez | 2005-05-24 | 1 | -0/+1 |
* | Move hv_name, hv_eiter and hv_riter into a new aux structure. | Nicholas Clark | 2005-05-21 | 1 | -4/+4 |
* | SvPVX_const() - Patch #1 | Steve Peters | 2005-05-20 | 1 | -32/+32 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -1/+1 |
* | Silence DEBUGGING compilation warnings | Rafael Garcia-Suarez | 2005-05-12 | 1 | -3/+6 |
* | SvUPGRADE doesn't return false. | Rafael Garcia-Suarez | 2005-05-12 | 1 | -2/+1 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | potential [PATCH] Tru64 crank up strictness | Jarkko Hietaniemi | 2005-05-10 | 1 | -3/+20 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -1/+1 |
* | s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/ | Nicholas Clark | 2005-05-10 | 1 | -4/+4 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -63/+55 |
* | Sv_*set() doc's and extra const's for the SvPVX_const() tasks | Steve Peters | 2005-05-09 | 1 | -1/+1 |
* | combopatch | Jarkko Hietaniemi | 2005-04-25 | 1 | -1/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -17/+26 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -2/+2 |
* | SvPV_renew also calls SvLEN_set | Nicholas Clark | 2005-04-18 | 1 | -4/+11 |
* | Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE | Nicholas Clark | 2005-04-18 | 1 | -3/+3 |
* | -Wformat | Robin Barker | 2005-04-13 | 1 | -2/+2 |
* | Refactoring to Sv*_set() macros - patch #2 | Steve Peters | 2005-04-08 | 1 | -9/+9 |
* | Refactoring to Sv*_set() macros - patch #1 | Steve Peters | 2005-04-08 | 1 | -1/+1 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+1 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -5/+5 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -8/+12 |
* | Forbid the -C option on the command-line | Rafael Garcia-Suarez | 2005-03-22 | 1 | -1/+1 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -44/+44 |