| Commit message (Expand) | Author | Age | Files | Lines |
* | stop do_clean_named_objs() leaving dangling refs | David Mitchell | 2010-09-20 | 1 | -1/+1 |
* | documentation on hooking the peephole optimiser | Zefram | 2010-09-10 | 1 | -2/+44 |
* | Reorder interpreter struct to remove alignment hole created by 9a87bd09eea1d037 | Nicholas Clark | 2010-09-08 | 1 | -5/+1 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -2/+1 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -1/+3 |
* | Check API compatibility when loading xs modules | Florian Ragwitz | 2010-07-26 | 1 | -0/+1 |
* | Generic hooks into Perl_block_{start,end}. | Ben Morrow | 2010-07-12 | 1 | -0/+3 |
* | identify a few vars in intrpvar.h | David Mitchell | 2010-06-07 | 1 | -12/+12 |
* | add PL_signalhook to hook into signal dispatch | David Mitchell | 2010-06-04 | 1 | -0/+2 |
* | PL_in_load_module only has values 0 and 1, so can be a bool instead of int. | Nicholas Clark | 2010-05-21 | 1 | -2/+2 |
* | unwinding target nominated by separate global | Zefram | 2010-04-25 | 1 | -0/+1 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -0/+10 |
* | PL_scopestack_name needs to be present, -DDEBUGGING or not. | Nicholas Clark | 2009-11-18 | 1 | -3/+3 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -0/+3 |
* | somewhat fix failing regex tests. but break lots of other stuff at the same time | Yves Orton | 2009-10-19 | 1 | -0/+3 |
* | Remove obsolete interpreter variable PL_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -1/+0 |
* | Document PL_opfreehook | Vincent Pit | 2009-07-15 | 1 | -0/+12 |
* | The op_free() hook doesn't need to return an OP*, so introduce a new typedef ... | Vincent Pit | 2009-07-15 | 1 | -1/+1 |
* | Add a pluggable hook in op_free() | Vincent Pit | 2009-07-08 | 1 | -0/+2 |
* | Use only one block of memory for both PL_psig_name and PL_psig_ptr. | Nicholas Clark | 2009-05-21 | 1 | -1/+2 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -10/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -0/+8 |
* | Document the purpose of PL_psig_ptr and PL_psig_name. | Nicholas Clark | 2009-05-19 | 1 | -1/+5 |
* | Add Perl_mro_register() to register Method Resolution Orders, | Nicholas Clark | 2008-12-27 | 1 | -0/+6 |
* | The vestigial PL_pad_reset_pending can actually be bool, rather than | Nicholas Clark | 2008-11-26 | 1 | -5/+4 |
* | Note where there is a U8 of space. | Nicholas Clark | 2008-11-18 | 1 | -0/+2 |
* | Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please | Nicholas Clark | 2008-11-18 | 1 | -1/+2 |
* | Fix the bug introduced with MRO, whereby the internals were not saving | Nicholas Clark | 2008-11-17 | 1 | -0/+2 |
* | [perl #948] [PATCH] Allow tied $, | Chip Salzenberg | 2008-11-14 | 1 | -3/+3 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+1 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+4 |
* | As best as I (and my minion, gcc -Os) can tell, PL_curcop and | Nicholas Clark | 2008-02-22 | 1 | -2/+2 |
* | Pack the recycled pad offsets into an SV at PL_regex_pad[0]. This will | Nicholas Clark | 2008-01-11 | 1 | -1/+2 |
* | Note the U8 sized space created by removing -P, and check that it is | Nicholas Clark | 2008-01-11 | 1 | -1/+1 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+0 |
* | Better descriptions for PL_regex_pad and PL_regex_padav. | Nicholas Clark | 2008-01-10 | 1 | -3/+6 |
* | make miniperl -Wwrite-strings clean | Robin Barker | 2007-12-20 | 1 | -1/+1 |
* | mod_perl is special, and assigns meaning to a perl_destruct_level of | Nicholas Clark | 2007-12-03 | 1 | -1/+2 |
* | Remove (probably) the last vestige of the assertions implementation - | Nicholas Clark | 2007-11-24 | 1 | -2/+0 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+3 |
* | "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION | Nicholas Clark | 2007-11-07 | 1 | -0/+6 |
* | Move (most of) the conditionally compiled members of the interpreter | Nicholas Clark | 2007-10-08 | 1 | -26/+25 |
* | Shrink 4 bytes (ILP32) from the interpreter structure. | Nicholas Clark | 2007-10-08 | 1 | -10/+9 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -5/+0 |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -8/+2 |
* | Move the bool v_string_ok into the U16-sized gap in the interpreter | Nicholas Clark | 2007-09-27 | 1 | -3/+7 |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -1/+3 |
* | Note the gotcha about newlines in the elements of PL_preambleav. | Nicholas Clark | 2007-09-15 | 1 | -0/+4 |
* | enable utf8 cache assertions on DEBUGGING builds | Dave Mitchell | 2007-09-14 | 1 | -1/+1 |
* | change #31246 unconditionally enabled utf8 cache debugging code | Dave Mitchell | 2007-09-10 | 1 | -1/+1 |