summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [perl #30258] utf8 POPSTACK crash on split executionDave Mitchell2004-07-021-0/+9
* [perl #27040] - hints hash was being double freed on scope exitDave Mitchell2004-03-261-0/+5
* Good catch from Dave Mitchell; plus a null pointer protection.Rafael Garcia-Suarez2004-03-241-2/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* [perl #27638] scope exit could expose freed local() valueDave Mitchell2004-03-141-1/+1
* back out change #22167 "freeing a CV reference that was currentlyDave Mitchell2004-01-171-3/+1
* [perl #24914] freeing a CV reference that was currently beingDave Mitchell2004-01-171-1/+3
* When localising a magic value, propagate the readonly flagRafael Garcia-Suarez2003-09-221-2/+12
* improved 19064 (local $_[0] problems)Dave Mitchell2003-08-261-3/+10
* Retract #19064, broke mod_perl flushing (localisation of $|).Jarkko Hietaniemi2003-08-211-10/+3
* add "$lexical not available" warning in C<for my $lex ()>Dave Mitchell2003-08-091-0/+21