summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Removes the code that is supposed to restore magic on leaving theRafael Garcia-Suarez2007-06-291-15/+2
* blead segfaults on local *@; eval {1} because ERRSV assumes thatNicholas Clark2007-05-311-0/+8
* Re: localising hash element by variableBo Lindbergh2007-05-291-1/+1
* Re: mro status, etcBrandon Black2007-04-301-2/+3
* Un-mathom Perl_save_I16Jerry D. Hedden2007-04-231-0/+10
* Re: new C3 MRO patchBrandon Black2007-04-191-2/+2
* Get further through the build with read-only optrees. Free()ing copsNicholas Clark2007-04-041-0/+8
* Remove the other 4 bits of MAD code designed to abort on local $^L.Nicholas Clark2007-03-171-17/+0
* Remove the abort() trap, which Larry said was actually only everNicholas Clark2007-03-161-6/+0
* Update copyright years in .c filesRafael Garcia-Suarez2007-01-051-1/+1
* The first three patches from:Marcus Holland-Moritz2007-01-041-1/+2
* handle cloning of parsers on the save stackDave Mitchell2007-01-031-0/+4
* Perl_save_destructor is not a mathomJerry D. Hedden2006-12-071-0/+10
* save_I8 is not a mathom.Rafael Garcia-Suarez2006-12-061-0/+10
* [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