| Commit message (Expand) | Author | Age | Files | Lines |
* | refactor Perl_leave_scope | David Mitchell | 2012-12-04 | 1 | -52/+71 |
* | Add SS_ADD_* macros and replace most SSPUSH* uses | David Mitchell | 2012-12-04 | 1 | -11/+52 |
* | Clear method caches when unwinding local *foo=sub{} | Father Chrysostomos | 2012-11-29 | 1 | -0/+1 |
* | save_freeop is not an expression, remove PL_Xpv | Daniel Dragan | 2012-11-15 | 1 | -12/+3 |
* | add SAVEt_CLEARPADRANGE | David Mitchell | 2012-11-10 | 1 | -0/+1 |
* | Restore special blocks to working order | Father Chrysostomos | 2012-09-26 | 1 | -1/+3 |
* | Revert "Set PL_comppad_name on sub entry" | Father Chrysostomos | 2012-09-17 | 1 | -2/+1 |
* | Set PL_comppad_name on sub entry | Father Chrysostomos | 2012-09-15 | 1 | -1/+2 |
* | Prevent double frees/crashes with format syntax errs | Father Chrysostomos | 2012-08-08 | 1 | -0/+2 |
* | Flag ops that are on the savestack | Father Chrysostomos | 2012-06-29 | 1 | -1/+15 |
* | Say goodbye to SAVECOPSTASH | Father Chrysostomos | 2012-06-04 | 1 | -3/+2 |
* | [perl #78742] Store CopSTASH in a pad under threads | Father Chrysostomos | 2012-06-04 | 1 | -4/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | [perl #113060] Save cop_stashlen threaded even with shared cop pv | Reini Urban | 2012-05-29 | 1 | -1/+2 |
* | [perl #112316] Make strict vars respect assignment from null pkg | Father Chrysostomos | 2012-04-19 | 1 | -1/+2 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -3/+0 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | 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 |