summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV inNicholas Clark2006-02-241-1/+3
* Given that SvPV on a typeglob is now irrelevant, really we only needNicholas Clark2006-02-241-12/+1
* Perl_save_aelem can't be constAndy Lester2006-02-241-1/+1
* unused context warningsAndy Lester2006-02-241-0/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-3/+3
* Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as itNicholas Clark2006-02-141-1/+1
* Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,Nicholas Clark2006-02-061-130/+56
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* Eliminate save_threadsv, as it is never linked to, and all it doesNicholas Clark2006-01-311-9/+0
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-4/+4
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+51
* s/Nullav/NULL/gNicholas Clark2005-12-161-1/+1
* Cleaning up some warnings generated by "gcc -W"Steve Peters2005-11-191-0/+2
* Remove the two register keywords from auto variables that PERL_POSIONNicholas Clark2005-11-141-1/+1
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-3/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-3/+3
* more taint fallout from change 24943Dave Mitchell2005-07-071-0/+2
* Pre-YAPC consting funAndy Lester2005-06-231-1/+1
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-1/+1
* handle magic in local correctlyDave Mitchell2005-06-221-68/+9
* More random cleanupsAndy Lester2005-06-201-8/+6
* Work around bug 36211, plus a lot of TODO regression tests for local/Nicholas Clark2005-06-101-0/+3
* Unvoid SvUPGRADEAndy Lester2005-06-071-1/+1
* SvPVX_const() - part 3 ... and const'ing StorableSteve Peters2005-06-021-4/+4
* [PATCH] More embed.fnc strictures, plus consting and localizingAndy Lester2005-05-301-1/+1
* Attribute configurationAndy Lester2005-05-201-5/+1
* perl 5.9.x (@ 24471): Symbian updateJarkko Hietaniemi2005-05-171-3/+3
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-1/+1
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-15/+15
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-1/+1
* Add casting to allow g++ (3.3.5) to compile the core code.Nicholas Clark2005-04-051-1/+3
* Need to return something when the compiler doesn't know that aNicholas Clark2005-03-261-0/+4
* Consting part 4Andy Lester2005-03-251-0/+1
* Third consting batchAndy Lester2005-03-241-1/+1
* More const parmsAndy Lester2005-03-181-1/+1
* Adding const qualifiersAndy Lester2005-03-141-16/+16
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-141-1/+1
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-131-2/+1
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-131-1/+11
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-101-31/+0
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-1/+1
* more typo fixes for change 3176 (comments at top of .c files)Dave Mitchell2004-08-031-1/+1
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-1/+1
* Remove redundant SvOOK_off (called implicitly by SvOK_off)Marcus Holland-Moritz2004-08-011-6/+0
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+7
* remove binary compat from #23156 (remove PL_retstack)Dave Mitchell2004-07-231-14/+0
* remove the return stack PL_retstack, and store return ops in the CXDave Mitchell2004-07-231-10/+10