summaryrefslogtreecommitdiff
path: root/scope.c
Commit message (Expand)AuthorAgeFilesLines
* Implement Perl_save_delete() using save_pushptri32ptr().Nicholas Clark2009-03-301-5/+1
* Re-order Perl_save_delete() to PTR, INT, PTR.Nicholas Clark2009-03-301-2/+3
* Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints()Nicholas Clark2009-03-301-5/+13
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2009-03-301-0/+19
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2009-03-301-2/+2
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2009-03-301-2/+2
* Refactor all of the code of the formNicholas Clark2009-03-301-23/+21
* Refactor all of the code of the formNicholas Clark2009-03-301-56/+26
* Convert all the scope save functions of the formNicholas Clark2009-03-301-42/+3
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-5/+5
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-24/+24
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-8/+8
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-6/+6
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-0/+83
* The temporary SV created in Perl_save_helem_flags() to store the keyNicholas Clark2009-01-281-2/+1
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+4
* Integrate:Nicholas Clark2008-12-031-0/+4
* Integrate:Nicholas Clark2008-12-011-0/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Fix an (apparent) logic bug for SAVEt_PADSV - whatever happens, theNicholas Clark2008-10-161-2/+3
* Integrate:Nicholas Clark2008-10-161-9/+14
* Integrate:Nicholas Clark2008-10-161-9/+42
* Integrate:Nicholas Clark2008-01-311-10/+8
* 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