| Commit message (Expand) | Author | Age | Files | Lines |
* | utf8.c: Add function to retrieve new _Perl_IDStart prop | Karl Williamson | 2011-10-01 | 1 | -0/+1 |
* | Don't use swash to find cntrls | Karl Williamson | 2011-10-01 | 1 | -1/+0 |
* | No need for swashes for properties that are ASCII-only | Karl Williamson | 2011-10-01 | 1 | -3/+0 |
* | No need for swashes for computing if ASCII | Karl Williamson | 2011-10-01 | 1 | -1/+0 |
* | Simplify embedvar.h, removing a level of macro indirection for PL_* variables. | Nicholas Clark | 2011-08-11 | 1 | -328/+329 |
* | In intrpvar.h, move all the USE_LOCALE_NUMERIC variables together. | Nicholas Clark | 2011-07-18 | 1 | -6/+2 |
* | Change inversion lists to SVs | Karl Williamson | 2011-07-03 | 1 | -1/+1 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -4/+1 |
* | Merge PL_scream{first,next} into one allocated buffer. | Nicholas Clark | 2011-07-01 | 1 | -1/+0 |
* | Reorder interpreter struct to remove alignment holes | Nicholas Clark | 2011-06-12 | 1 | -11/+10 |
* | In perlvar.h, move the always-present globals above those conditionally compiled | Nicholas Clark | 2011-06-12 | 1 | -24/+23 |
* | 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 |