summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* [perl #40557] regexec.c saves context stack position improperly Dave Bailey2006-10-181-0/+4
* Store a pointer to the op in struct block_loop, rather than the Nicholas Clark2006-09-171-5/+3
* Revert changes 28772, 28773, 28774 as they won't gain us anything - INicholas Clark2006-09-161-3/+3
* Access to cx->blk_sub.lval via macros (as it's about to move).Nicholas Clark2006-09-011-1/+1
* Access cx->blk_sub.hasargs via a pair of macros (as it's about toNicholas Clark2006-09-011-2/+2
* g++ large patchJarkko Hietaniemi2006-08-071-1/+1
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-2/+2
* De-duplicate the code that creates new GPs into Perl_newGP().Nicholas Clark2006-05-021-12/+2
* [perl #39012] another REIFY bugDave Mitchell2006-04-271-1/+1
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-141-8/+5
* Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't cateredNicholas Clark2006-04-131-4/+0
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-0/+15
* By swapping the order of pushes onto the save stack forNicholas Clark2006-04-081-2/+2
* Move all the regexp state variables into a single structure.Nicholas Clark2006-04-061-37/+1
* Save the regexp engine state as 1 block on the save stack.Nicholas Clark2006-04-051-0/+53
* Perl_save_alloc can use the new(er) SSGROW rather than looping.Nicholas Clark2006-04-051-3/+1
* Abstract all the accesses to cop_arybase (apart from ByteLoader)Nicholas Clark2006-04-021-0/+5
* Automatically set HINT_LOCALIZE_HH whenever %^H is modified.Nicholas Clark2006-04-011-1/+21
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+2
* Fix bug #38815 (localising keys which are UTF-8 encoded didn't deleteNicholas Clark2006-03-301-1/+1
* re-[PATCH] Re: [PATCH] Poison now in two different flavours!Jarkko Hietaniemi2006-03-291-2/+2
* Note the cause of another MAD test failure - an explicit abort trapNicholas Clark2006-03-091-0/+1
* Further MAD changes.Nicholas Clark2006-03-081-0/+22
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-8/+8
* 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