| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | POPLOOP is actually doing all the work of Perl_save_padsv() already! | Nicholas Clark | 2008-01-26 | 1 | -1/+1 |
* | Re: struct context now 12.5% smaller than 5.10 | Benjamin Smith | 2008-01-26 | 1 | -6/+5 |
* | In struct block_loop, merge itermax and iterlval into a union | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Merge CXt_LOOP_STACK's use of itermax for the reverse minimum with | Nicholas Clark | 2008-01-24 | 1 | -1/+1 |
* | Change the context type of for ($a .. $b) to CXt_LOOP_LAZYIV, and | Nicholas Clark | 2008-01-24 | 1 | -0/+2 |
* | Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR, eliminating the | Nicholas Clark | 2008-01-24 | 1 | -1/+2 |
* | In struct block_subst, access the member once via a macro CxONCE() | Nicholas Clark | 2008-01-21 | 1 | -1/+1 |
* | In struct block_eval, access the members old_in_eval and old_op_type | Nicholas Clark | 2008-01-21 | 1 | -3/+3 |
* | In struct block_sub and block_format, access the members hasargs and | Nicholas Clark | 2008-01-20 | 1 | -4/+3 |
* | Split struct block_sub into struct block_sub and struct block_format. | Nicholas Clark | 2008-01-20 | 1 | -10/+10 |
* | In struct block_loop access element label via the macro CxLABEL() | Nicholas Clark | 2008-01-20 | 1 | -2/+1 |
* | Removes the code that is supposed to restore magic on leaving the | Rafael Garcia-Suarez | 2007-06-29 | 1 | -15/+2 |
* | blead segfaults on local *@; eval {1} because ERRSV assumes that | Nicholas Clark | 2007-05-31 | 1 | -0/+8 |
* | Re: localising hash element by variable | Bo Lindbergh | 2007-05-29 | 1 | -1/+1 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -2/+3 |
* | Un-mathom Perl_save_I16 | Jerry D. Hedden | 2007-04-23 | 1 | -0/+10 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -2/+2 |
* | Get further through the build with read-only optrees. Free()ing cops | Nicholas Clark | 2007-04-04 | 1 | -0/+8 |
* | Remove the other 4 bits of MAD code designed to abort on local $^L. | Nicholas Clark | 2007-03-17 | 1 | -17/+0 |
* | Remove the abort() trap, which Larry said was actually only ever | Nicholas Clark | 2007-03-16 | 1 | -6/+0 |
* | Update copyright years in .c files | Rafael Garcia-Suarez | 2007-01-05 | 1 | -1/+1 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+2 |