| Commit message (Expand) | Author | Age | Files | Lines |
* | With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in | Nicholas Clark | 2006-02-24 | 1 | -1/+3 |
* | Given that SvPV on a typeglob is now irrelevant, really we only need | Nicholas Clark | 2006-02-24 | 1 | -12/+1 |
* | Perl_save_aelem can't be const | Andy Lester | 2006-02-24 | 1 | -1/+1 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+1 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -3/+3 |
* | Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it | Nicholas Clark | 2006-02-14 | 1 | -1/+1 |
* | Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv, | Nicholas Clark | 2006-02-06 | 1 | -130/+56 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | Eliminate save_threadsv, as it is never linked to, and all it does | Nicholas Clark | 2006-01-31 | 1 | -9/+0 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -4/+4 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+51 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -1/+1 |
* | Cleaning up some warnings generated by "gcc -W" | Steve Peters | 2005-11-19 | 1 | -0/+2 |
* | Remove the two register keywords from auto variables that PERL_POSION | Nicholas Clark | 2005-11-14 | 1 | -1/+1 |
* | Consting and localizing: Part LXVIII | Andy Lester | 2005-11-07 | 1 | -3/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -3/+3 |
* | more taint fallout from change 24943 | Dave Mitchell | 2005-07-07 | 1 | -0/+2 |
* | Pre-YAPC consting fun | Andy Lester | 2005-06-23 | 1 | -1/+1 |
* | Add a define PERL_POISON which tries to trip up anything accessing | Nicholas Clark | 2005-06-23 | 1 | -1/+1 |
* | handle magic in local correctly | Dave Mitchell | 2005-06-22 | 1 | -68/+9 |
* | More random cleanups | Andy Lester | 2005-06-20 | 1 | -8/+6 |
* | Work around bug 36211, plus a lot of TODO regression tests for local/ | Nicholas Clark | 2005-06-10 | 1 | -0/+3 |
* | Unvoid SvUPGRADE | Andy Lester | 2005-06-07 | 1 | -1/+1 |
* | SvPVX_const() - part 3 ... and const'ing Storable | Steve Peters | 2005-06-02 | 1 | -4/+4 |
* | [PATCH] More embed.fnc strictures, plus consting and localizing | Andy Lester | 2005-05-30 | 1 | -1/+1 |
* | Attribute configuration | Andy Lester | 2005-05-20 | 1 | -5/+1 |
* | perl 5.9.x (@ 24471): Symbian update | Jarkko Hietaniemi | 2005-05-17 | 1 | -3/+3 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -1/+1 |
* | 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 |
* | Refactoring to Sv*_set() macros - patch #5 | Steve Peters | 2005-04-19 | 1 | -15/+15 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -1/+1 |
* | Add casting to allow g++ (3.3.5) to compile the core code. | Nicholas Clark | 2005-04-05 | 1 | -1/+3 |
* | Need to return something when the compiler doesn't know that a | Nicholas Clark | 2005-03-26 | 1 | -0/+4 |
* | Consting part 4 | Andy Lester | 2005-03-25 | 1 | -0/+1 |
* | Third consting batch | Andy Lester | 2005-03-24 | 1 | -1/+1 |
* | More const parms | Andy Lester | 2005-03-18 | 1 | -1/+1 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -16/+16 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 1 | -1/+1 |
* | replace NEWSV(), SvSetSV() with newSVsv() | Nicholas Clark | 2005-01-13 | 1 | -2/+1 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 1 | -1/+11 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -31/+0 |
* | SvO?OK_off()'s return value | Marcus Holland-Moritz | 2004-09-08 | 1 | -1/+1 |
* | more typo fixes for change 3176 (comments at top of .c files) | Dave Mitchell | 2004-08-03 | 1 | -1/+1 |
* | Add comment to top of reentr.c and fix typos in other files | Dave Mitchell | 2004-08-01 | 1 | -1/+1 |
* | Remove redundant SvOOK_off (called implicitly by SvOK_off) | Marcus Holland-Moritz | 2004-08-01 | 1 | -6/+0 |
* | Add comment to the top of most .c files explaining their purpose | Dave Mitchell | 2004-07-31 | 1 | -0/+7 |
* | remove binary compat from #23156 (remove PL_retstack) | Dave Mitchell | 2004-07-23 | 1 | -14/+0 |
* | remove the return stack PL_retstack, and store return ops in the CX | Dave Mitchell | 2004-07-23 | 1 | -10/+10 |