| Commit message (Expand) | Author | Age | Files | Lines |
* | When saving ints, if the value is small enough save it with the type. | Nicholas Clark | 2010-05-05 | 1 | -1/+11 |
* | When saving I32s, if the value is small enough save it with the type. | Nicholas Clark | 2010-05-05 | 1 | -1/+11 |
* | For SAVEt_I16, save the value with the type. | Nicholas Clark | 2010-05-04 | 1 | -2/+4 |
* | For SAVEt_I8, save the value with the type. | Nicholas Clark | 2010-05-04 | 1 | -2/+4 |
* | For SAVEt_BOOL, save the value with the type. | Nicholas Clark | 2010-05-03 | 1 | -4/+3 |
* | For SAVEt_ALLOC, store the number of save stack entries used with the type. | Nicholas Clark | 2010-05-03 | 1 | -8/+9 |
* | For SAVEt_REGCONTEXT, store the number of save stack entries used with the type. | Nicholas Clark | 2010-05-02 | 1 | -0/+3 |
* | Fix c6bf6a65 - 64 bit big endian builds were broken. | Nicholas Clark | 2010-05-03 | 1 | -1/+1 |
* | For SVt_CLEAR, store the pad offset with the type. | Nicholas Clark | 2010-05-02 | 1 | -4/+9 |
* | On the save stack, store the save type as the bottom 6 bits of a UV. | Nicholas Clark | 2010-05-01 | 1 | -13/+15 |
* | Globs that are in symbol table can be un-globbed | Lubomir Rintel (GoodData) | 2010-04-26 | 1 | -3/+12 |
* | Move PERL_ASYNC_CHECK() from the runloop to control flow OPs. | Nicholas Clark | 2010-04-15 | 1 | -0/+2 |
* | use cBOOL for bool casts | David Mitchell | 2010-04-15 | 1 | -1/+1 |
* | fix minor casting issue | David Mitchell | 2010-04-13 | 1 | -2/+2 |
* | RT 8857: premature free in local of tied element | David Mitchell | 2010-04-11 | 1 | -2/+2 |
* | improve -Dl debugging output | David Mitchell | 2010-03-30 | 1 | -0/+2 |
* | Fix compiler warning: | Jerry D. Hedden | 2009-11-13 | 1 | -1/+1 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -0/+6 |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -6/+2 |
* | Introduce save_hdelete() and SAVEHDELETE() | Vincent Pit | 2009-07-25 | 1 | -0/+15 |
* | Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at() and save_{a,h}elem_flags() | Vincent Pit | 2009-07-25 | 1 | -3/+12 |
* | Introduce save_aelem_flags() | Vincent Pit | 2009-07-25 | 1 | -3/+3 |
* | Add save_adelete()/SAVEADELETE() to save on the stack an array element delete | Vincent Pit | 2008-12-28 | 1 | -0/+18 |
* | Fix for tainting regression in a test of Text::Template spotted by | Nicholas Clark | 2008-12-03 | 1 | -0/+4 |
* | The temporary SV created in Perl_save_helem_flags() to store the key | Nicholas Clark | 2008-12-01 | 1 | -2/+1 |
* | Change 34966 should also have removed the SSCHECK(4); from | Nicholas Clark | 2008-12-01 | 1 | -1/+0 |
* | Implement Perl_save_delete() using save_pushptri32ptr(). | Nicholas Clark | 2008-12-01 | 1 | -5/+1 |
* | Re-order Perl_save_delete() to PTR, INT, PTR. | Nicholas Clark | 2008-12-01 | 1 | -2/+3 |
* | Add S_save_pushptri32ptr() and use it to re-implement Perl_save_hints() | Nicholas Clark | 2008-12-01 | 1 | -9/+17 |
* | Move the implmentation of SAVEHINTS() into a new Perl_save_hints() in | Nicholas Clark | 2008-12-01 | 1 | -0/+19 |
* | For SAVEHINTS(), re-order the savestack to be (?:PTR, )? INT, PTR. | Nicholas Clark | 2008-12-01 | 1 | -1/+1 |
* | Expose save_pushi32ptr() and implement SAVECOPARYBASE() with it. | Nicholas Clark | 2008-12-01 | 1 | -2/+2 |
* | Expose save_pushptrptr() and implement SAVESWITCHSTACK() with it. | Nicholas Clark | 2008-12-01 | 1 | -2/+2 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -23/+21 |
* | Refactor all of the code of the form | Nicholas Clark | 2008-11-30 | 1 | -56/+26 |
* | Convert all the scope save functions of the form | Nicholas Clark | 2008-11-30 | 1 | -42/+3 |
* | This feels like a more robust location than that of change 34954. | Nicholas Clark | 2008-11-30 | 1 | -2/+2 |
* | Proposed fix for -T -d:NYTProf regression. Probably this is a "missing" | Nicholas Clark | 2008-11-30 | 1 | -0/+2 |
* | Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h... | Chip Salzenberg | 2008-11-13 | 1 | -8/+8 |
* | Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signal | Chip Salzenberg | 2008-11-12 | 1 | -9/+9 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -5/+5 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -24/+24 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -8/+8 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -6/+6 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Clarify which save types are in mathoms, which aren't used, and which | Nicholas Clark | 2008-10-16 | 1 | -9/+14 |
* | Chainsaw DEBUG_S out, as suggested by Vincent Pit. | Rafael Garcia-Suarez | 2008-02-26 | 1 | -4/+0 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+83 |
* | Investigation reveals that the work of restoring the iterator to the | Nicholas Clark | 2008-01-26 | 1 | -9/+12 |