| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | handle cloning of parsers on the save stack | Dave Mitchell | 2007-01-03 | 1 | -0/+4 |
* | Perl_save_destructor is not a mathom | Jerry D. Hedden | 2006-12-07 | 1 | -0/+10 |
* | save_I8 is not a mathom. | Rafael Garcia-Suarez | 2006-12-06 | 1 | -0/+10 |
* | [perl #40557] regexec.c saves context stack position improperly | Dave Bailey | 2006-10-18 | 1 | -0/+4 |
* | Store a pointer to the op in struct block_loop, rather than the | Nicholas Clark | 2006-09-17 | 1 | -5/+3 |
* | Revert changes 28772, 28773, 28774 as they won't gain us anything - I | Nicholas Clark | 2006-09-16 | 1 | -3/+3 |
* | Access to cx->blk_sub.lval via macros (as it's about to move). | Nicholas Clark | 2006-09-01 | 1 | -1/+1 |
* | Access cx->blk_sub.hasargs via a pair of macros (as it's about to | Nicholas Clark | 2006-09-01 | 1 | -2/+2 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -1/+1 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -2/+2 |
* | De-duplicate the code that creates new GPs into Perl_newGP(). | Nicholas Clark | 2006-05-02 | 1 | -12/+2 |
* | [perl #39012] another REIFY bug | Dave Mitchell | 2006-04-27 | 1 | -1/+1 |
* | Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to | Nicholas Clark | 2006-04-14 | 1 | -8/+5 |
* | Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered | Nicholas Clark | 2006-04-13 | 1 | -4/+0 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -0/+15 |
* | By swapping the order of pushes onto the save stack for | Nicholas Clark | 2006-04-08 | 1 | -2/+2 |
* | Move all the regexp state variables into a single structure. | Nicholas Clark | 2006-04-06 | 1 | -37/+1 |
* | Save the regexp engine state as 1 block on the save stack. | Nicholas Clark | 2006-04-05 | 1 | -0/+53 |
* | Perl_save_alloc can use the new(er) SSGROW rather than looping. | Nicholas Clark | 2006-04-05 | 1 | -3/+1 |
* | Abstract all the accesses to cop_arybase (apart from ByteLoader) | Nicholas Clark | 2006-04-02 | 1 | -0/+5 |
* | Automatically set HINT_LOCALIZE_HH whenever %^H is modified. | Nicholas Clark | 2006-04-01 | 1 | -1/+21 |
* | Serialise changes to %^H onto the current COP. Return the compile time | Nicholas Clark | 2006-03-31 | 1 | -0/+2 |
* | Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete | Nicholas Clark | 2006-03-30 | 1 | -1/+1 |
* | re-[PATCH] Re: [PATCH] Poison now in two different flavours! | Jarkko Hietaniemi | 2006-03-29 | 1 | -2/+2 |
* | Note the cause of another MAD test failure - an explicit abort trap | Nicholas Clark | 2006-03-09 | 1 | -0/+1 |