| Commit message (Expand) | Author | Age | Files | Lines |
* | Microperl doesn't do signal handlers, ifdef some handling code | David Leadbeater | 2011-03-28 | 1 | -0/+2 |
* | intrpvar.h: Add comment about PERLVARI | Karl Williamson | 2011-02-24 | 1 | -1/+2 |
* | intrpvar.h: Need to initialize PL_utf8_foldable | Karl Williamson | 2011-02-21 | 1 | -1/+1 |
* | handy.h: isIDFIRST_utf8() changed to use XIDStart | Karl Williamson | 2011-02-17 | 1 | -0/+2 |
* | Init PL_cop_seqmax to a high value under DEBUGGING | David Mitchell | 2011-02-07 | 1 | -1/+10 |
* | Add PL_foldable - a list of chars that participate in folds | Karl Williamson | 2011-02-02 | 1 | -0/+4 |
* | intrpvar.h: Clarify comment | Karl Williamson | 2011-02-02 | 1 | -1/+2 |
* | make PL_perlio an array of PerlIOl, not PerlIO * | David Mitchell | 2010-11-26 | 1 | -1/+1 |
* | Improve custom OP support. | Ben Morrow | 2010-11-14 | 1 | -0/+2 |
* | Eliminate PL_dirty | Florian Ragwitz | 2010-11-14 | 1 | -2/+0 |
* | Add ${^GLOBAL_PHASE} | Florian Ragwitz | 2010-11-14 | 1 | -0/+3 |
* | regexec.c: Don't give up on fold matching early | Karl Williamson | 2010-11-07 | 1 | -0/+4 |
* | new API functions op_scope and op_lvalue | Zefram | 2010-10-26 | 1 | -1/+1 |
* | Note the U8-sized space in intrpvar.h created by 737c24fc85ea612b. | Nicholas Clark | 2010-10-22 | 1 | -0/+1 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -1/+0 |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -1/+1 |
* | Remove MEMBER_TO_FPTR. | Ben Morrow | 2010-10-06 | 1 | -9/+9 |
* | 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 |