| Commit message (Expand) | Author | Age | Files | Lines |
* | add GvCV_set() and GvGP_set() macros. | David Mitchell | 2011-01-21 | 1 | -2/+2 |
* | Silence some data truncation compiler warnings | Jan Dubois | 2010-12-16 | 1 | -1/+1 |
* | Revert "Globs that are in the symbol table can be unglobbed" | Father Chrysostomos | 2010-11-20 | 1 | -12/+3 |
* | Switch the core MRO code over to HvENAME | Father Chrysostomos | 2010-10-29 | 1 | -1/+1 |
* | add SAVEFREECOPHH() | Zefram | 2010-10-28 | 1 | -0/+4 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -10/+5 |
* | In S_save_scalar_at, remove oldtainted, unneeded since 0cbee0a449cc4e11. | Nicholas Clark | 2010-10-13 | 1 | -2/+0 |
* | add hv_copy_hints_hv and save_hints to the API | Zefram | 2010-09-16 | 1 | -1/+1 |
* | bad things happened with for $x (...) { *x = *y } | David Mitchell | 2010-09-08 | 1 | -0/+6 |
* | eliminate next_op from struct block_loop | David Mitchell | 2010-09-08 | 1 | -2/+0 |
* | remove misleading comment about CXINC; it's fine | Chip Salzenberg | 2010-07-27 | 1 | -1/+1 |
* | Revert "Fix off-by-one: avoid allocating an extra context" | Chip Salzenberg | 2010-07-27 | 1 | -2/+2 |
* | Fix off-by-one: avoid allocating an extra context | Chip Salzenberg | 2010-07-27 | 1 | -2/+2 |
* | 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 |