| Commit message (Expand) | Author | Age | Files | Lines |
* | handy.h: isIDFIRST_utf8() changed to use XIDStart | Karl Williamson | 2011-02-17 | 1 | -0/+4 |
* | Add PL_foldable - a list of chars that participate in folds | Karl Williamson | 2011-02-02 | 1 | -0/+2 |
* | Move all the generated file header printing into read_only_top() | Nicholas Clark | 2011-01-23 | 1 | -4/+4 |
* | Generate pp_* prototypes in pp_proto.h, and remove pp.sym | Nicholas Clark | 2011-01-09 | 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/+2 |
* | regexec.c: Don't give up on fold matching early | Karl Williamson | 2010-11-07 | 1 | -0/+2 |
* | RT #76248: double-freed SV with nested sig-handler | David Mitchell | 2010-11-01 | 1 | -3/+0 |
* | replace PL_doextract with better kinds of variable | Zefram | 2010-10-21 | 1 | -2/+0 |
* | embed.pl -> regen/embed.pl | Father Chrysostomos | 2010-10-13 | 1 | -2/+2 |
* | make PL_charclass available to modules under Win32 | Tony Cook | 2010-09-26 | 1 | -0/+3 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -4/+0 |
* | make recursive part of peephole optimiser hookable | Zefram | 2010-08-26 | 1 | -0/+2 |
* | Check API compatibility when loading xs modules | Florian Ragwitz | 2010-07-26 | 1 | -0/+2 |
* | Get rid of PERL_POLLUTE | Jan Dubois | 2010-07-21 | 1 | -33/+0 |
* | Generic hooks into Perl_block_{start,end}. | Ben Morrow | 2010-07-12 | 1 | -0/+2 |
* | add PL_signalhook to hook into signal dispatch | David Mitchell | 2010-06-04 | 1 | -0/+2 |
* | unwinding target nominated by separate global | Zefram | 2010-04-25 | 1 | -0/+2 |
* | qr/\X/ expansion | Karl Williamson | 2009-12-05 | 1 | -0/+20 |
* | Add ENTER_with_name and LEAVE_with_name to automaticly check for matching ENT... | Gerard Goossen | 2009-11-12 | 1 | -0/+2 |
* | regen generated files changed by the previous patch - facility to plug in sy... | Jesse Vincent | 2009-11-05 | 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/+6 |
* | Remove obsolete interpreter variable PL_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -2/+0 |
* | Add a pluggable hook in op_free() | Vincent Pit | 2009-07-08 | 1 | -0/+2 |
* | Remove binary compatibility scaffolding for the change to PL_bitcount. | Nicholas Clark | 2009-05-20 | 1 | -1/+0 |
* | Replace run-time on-demand initialisation of PL_bitcount with a constant table. | Nicholas Clark | 2009-05-20 | 1 | -1/+0 |
* | Bump coopyright year in embed.pl and various files that were just touched | Rafael Garcia-Suarez | 2009-01-02 | 1 | -1/+1 |
* | Add Perl_mro_register() to register Method Resolution Orders, | Nicholas Clark | 2008-12-27 | 1 | -0/+2 |
* | Rename PL_breakable_sub_generation to PL_breakable_sub_gen, to please | Nicholas Clark | 2008-11-18 | 1 | -2/+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 | -2/+2 |
* | Update copyright year in embed.pl, and everything that it builds. | Nicholas Clark | 2008-10-25 | 1 | -1/+1 |
* | Run 'make regen' for #34567 and #34568. | Marcus Holland-Moritz | 2008-10-24 | 1 | -0/+2 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -2/+0 |
* | Remove (probably) the last vestige of the assertions implementation - | Nicholas Clark | 2007-11-24 | 1 | -2/+0 |
* | Following 32238, change "interpreter_size" to "interp_size" in the new | Craig A. Berry | 2007-11-11 | 1 | -6/+6 |
* | Bug fix for storing shared objects in shared structures | Jerry D. Hedden | 2007-11-08 | 1 | -0/+2 |
* | "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSION | Nicholas Clark | 2007-11-07 | 1 | -0/+18 |
* | PL_cshname is actually a constant value known at compile time. | Nicholas Clark | 2007-10-05 | 1 | -4/+0 |
* | Reverse change #31978 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -4/+0 |
* | Change 31987 forgot to re-run embed.pl | Nicholas Clark | 2007-09-28 | 1 | -0/+2 |
* | RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns | Robin Barker | 2007-09-26 | 1 | -0/+2 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -2/+0 |
* | delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg | Dave Mitchell | 2007-05-25 | 1 | -8/+6 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+0 |
* | move PL_multi_end into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+0 |
* | move PL_tokenbuf into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -2/+0 |
* | delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv | Dave Mitchell | 2007-05-20 | 1 | -4/+0 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -160/+157 |