summaryrefslogtreecommitdiff
path: root/scope.h
Commit message (Expand)AuthorAgeFilesLines
...
* add SAVEt_CLEARPADRANGEDavid Mitchell2012-11-101-0/+1
* Restore special blocks to working orderFather Chrysostomos2012-09-261-1/+3
* Revert "Set PL_comppad_name on sub entry"Father Chrysostomos2012-09-171-2/+1
* Set PL_comppad_name on sub entryFather Chrysostomos2012-09-151-1/+2
* Prevent double frees/crashes with format syntax errsFather Chrysostomos2012-08-081-0/+2
* Flag ops that are on the savestackFather Chrysostomos2012-06-291-1/+15
* Say goodbye to SAVECOPSTASHFather Chrysostomos2012-06-041-3/+2
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-4/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #113060] Save cop_stashlen threaded even with shared cop pvReini Urban2012-05-291-1/+2
* [perl #112316] Make strict vars respect assignment from null pkgFather Chrysostomos2012-04-191-1/+2
* remove index offsetting ($[)Zefram2011-09-091-3/+0
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* add SAVEFREECOPHH()Zefram2010-10-281-0/+2
* bad things happened with for $x (...) { *x = *y }David Mitchell2010-09-081-0/+1
* When saving ints, if the value is small enough save it with the type.Nicholas Clark2010-05-051-0/+1
* When saving I32s, if the value is small enough save it with the type.Nicholas Clark2010-05-051-0/+1
* On the save stack, store the save type as the bottom 6 bits of a UV.Nicholas Clark2010-05-011-2/+7
* remove bool* cast from SAVEBOOLDavid Mitchell2010-04-211-1/+1
* Skip the scope name checks if PL_scopestack_name is NULL.Nicholas Clark2009-11-181-4/+7
* Performance optimisation in assert, suggested by Tim BunceRafael Garcia-Suarez2009-11-151-1/+3
* Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT...Gerard Goossen2009-11-121-0/+28
* Introduce save_hdelete() and SAVEHDELETE()Vincent Pit2009-07-251-0/+2
* Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and save_{a,h}elem_flags()Vincent Pit2009-07-251-0/+1
* Introduce save_aelem_flags()Vincent Pit2009-07-251-0/+1
* The 2nd arg to save_alloc() must be cast to I32 to avoid pointer truncation w...Jan Dubois2009-07-031-1/+1
* Add save_adelete()/SAVEADELETE() to save on the stack an array element deleteVincent Pit2008-12-281-0/+3
* Move the implmentation of SAVEHINTS() into a new Perl_save_hints() inNicholas Clark2008-12-011-16/+1
* For SAVEHINTS(), re-order the savestack to be (?:PTR, )? INT, PTR.Nicholas Clark2008-12-011-6/+6
* Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it.Nicholas Clark2008-12-011-7/+1
* Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it.Nicholas Clark2008-12-011-4/+1
* Re-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNINGS(),Nicholas Clark2008-11-301-18/+3
* Convert all the scope save functions of the formNicholas Clark2008-11-301-0/+6
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-131-0/+4
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2008-10-281-1/+1
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-5/+5
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* A macro used only once isn't a typing saving, and 3 macro definitionsNicholas Clark2008-04-061-4/+0
* Investigation reveals that the work of restoring the iterator to theNicholas Clark2008-01-261-2/+2
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+9
* Update copyright years in .h files. Also, in .plRafael Garcia-Suarez2007-01-051-1/+1
* handle cloning of parsers on the save stackDave Mitchell2007-01-031-0/+8
* Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOLJarkko Hietaniemi2006-12-181-0/+4
* [perl #40557] regexec.c saves context stack position improperly Dave Bailey2006-10-181-0/+9
* Rename cop_hints to cop_hints_hashNicholas Clark2006-05-201-3/+3
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-2/+2
* Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used toNicholas Clark2006-04-141-6/+5
* Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't cateredNicholas Clark2006-04-131-10/+2
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-0/+21
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-0/+2