| Commit message (Expand) | Author | Age | Files | Lines |
* | add SAVEFREECOPHH() | Zefram | 2010-10-28 | 1 | -0/+2 |
* | bad things happened with for $x (...) { *x = *y } | David Mitchell | 2010-09-08 | 1 | -0/+1 |
* | When saving ints, if the value is small enough save it with the type. | Nicholas Clark | 2010-05-05 | 1 | -0/+1 |
* | When saving I32s, if the value is small enough save it with the type. | Nicholas Clark | 2010-05-05 | 1 | -0/+1 |
* | On the save stack, store the save type as the bottom 6 bits of a UV. | Nicholas Clark | 2010-05-01 | 1 | -2/+7 |
* | remove bool* cast from SAVEBOOL | David Mitchell | 2010-04-21 | 1 | -1/+1 |
* | Skip the scope name checks if PL_scopestack_name is NULL. | Nicholas Clark | 2009-11-18 | 1 | -4/+7 |
* | Performance optimisation in assert, suggested by Tim Bunce | Rafael Garcia-Suarez | 2009-11-15 | 1 | -1/+3 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -0/+28 |
* | Introduce save_hdelete() and SAVEHDELETE() | Vincent Pit | 2009-07-25 | 1 | -0/+2 |
* | Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and save_{a,h}elem_flags() | Vincent Pit | 2009-07-25 | 1 | -0/+1 |
* | Introduce save_aelem_flags() | Vincent Pit | 2009-07-25 | 1 | -0/+1 |
* | The 2nd arg to save_alloc() must be cast to I32 to avoid pointer truncation w... | Jan Dubois | 2009-07-03 | 1 | -1/+1 |
* | Add save_adelete()/SAVEADELETE() to save on the stack an array element delete | Vincent Pit | 2008-12-28 | 1 | -0/+3 |
* | Move the implmentation of SAVEHINTS() into a new Perl_save_hints() in | Nicholas Clark | 2008-12-01 | 1 | -16/+1 |
* | For SAVEHINTS(), re-order the savestack to be (?:PTR, )? INT, PTR. | Nicholas Clark | 2008-12-01 | 1 | -6/+6 |
* | Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it. | Nicholas Clark | 2008-12-01 | 1 | -7/+1 |
* | Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it. | Nicholas Clark | 2008-12-01 | 1 | -4/+1 |
* | Re-implement the macros SAVECOMPPAD(), SAVECOMPILEWARNINGS(), | Nicholas Clark | 2008-11-30 | 1 | -18/+3 |
* | Convert all the scope save functions of the form | Nicholas Clark | 2008-11-30 | 1 | -0/+6 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -0/+4 |
* | Add MUTABLE_HV(), and remove (HV *) casts from headers. | Nicholas Clark | 2008-10-28 | 1 | -1/+1 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -5/+5 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | A macro used only once isn't a typing saving, and 3 macro definitions | Nicholas Clark | 2008-04-06 | 1 | -4/+0 |
* | Investigation reveals that the work of restoring the iterator to the | Nicholas Clark | 2008-01-26 | 1 | -2/+2 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 1 | -0/+9 |
* | Update copyright years in .h files. Also, in .pl | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | handle cloning of parsers on the save stack | Dave Mitchell | 2007-01-03 | 1 | -0/+8 |
* | Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL | Jarkko Hietaniemi | 2006-12-18 | 1 | -0/+4 |
* | [perl #40557] regexec.c saves context stack position improperly | Dave Bailey | 2006-10-18 | 1 | -0/+9 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -3/+3 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -2/+2 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 1 | -6/+5 |
* | Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered | Nicholas Clark | 2006-04-13 | 1 | -10/+2 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -0/+21 |
* | First stab at using the pad to store the serialised hints data. | Nicholas Clark | 2006-04-11 | 1 | -0/+2 |
* | Save the regexp engine state as 1 block on the save stack. | Nicholas Clark | 2006-04-05 | 1 | -0/+1 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -0/+10 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -1/+1 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -1/+5 |
* | Remove SOFT_CAST() as it no longer does anything useful. | Nicholas Clark | 2006-02-11 | 1 | -18/+14 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -1/+1 |
* | move the SETJMP exception-handing definitions from scope.h to cop.h | Dave Mitchell | 2005-05-02 | 1 | -118/+0 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -0/+1 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 1 | -111/+27 |
* | make -Dl log runops loop entry and exit, and jump level popping | Dave Mitchell | 2004-07-25 | 1 | -1/+5 |
* | [perl #30258] utf8 POPSTACK crash on split execution | Dave Mitchell | 2004-07-02 | 1 | -0/+11 |
* | [perl #27040] - hints hash was being double freed on scope exit | Dave Mitchell | 2004-03-26 | 1 | -8/+8 |