| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 | -6/+0 |
* | move PL_error_count into the PL_parser struct | Dave Mitchell | 2007-05-21 | 1 | -1/+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 | -5/+5 |
* | delete thrdvar.h and move its contents to intrpvar.h | Dave Mitchell | 2007-05-20 | 1 | -11/+182 |
* | PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that | Nicholas Clark | 2007-05-14 | 1 | -6/+4 |
* | move PL_in_my and PL_in_my_stash into the PL_parser struct | Dave Mitchell | 2007-05-12 | 1 | -3/+0 |
* | move PL_rsfp_filters into the parser struct | Dave Mitchell | 2007-05-12 | 1 | -1/+0 |
* | move PL_rsfp into the PL_parser struct | Dave Mitchell | 2007-05-11 | 1 | -1/+0 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -2/+1 |
* | Shuffling PL_gensym saves 8 bytes on LP64 systems. | Nicholas Clark | 2007-05-05 | 1 | -2/+2 |
* | migrate more variables to PL_parser struct: | Dave Mitchell | 2007-05-05 | 1 | -10/+0 |
* | move some more variables into the PL_parser struct: | Dave Mitchell | 2007-05-04 | 1 | -11/+0 |
* | move PL_expect and PL_copline into the PL_parser structure | Dave Mitchell | 2007-05-04 | 1 | -4/+4 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -0/+2 |
* | Make PL_uudmap a constant global. Remove the run time initialisation | Nicholas Clark | 2007-04-24 | 1 | -1/+0 |
* | move PL_linestr from the interpreter struct to the parser struct | Dave Mitchell | 2007-04-24 | 1 | -1/+0 |
* | More variable reordering saves another 40 bytes from the interpreter | Nicholas Clark | 2007-04-23 | 1 | -38/+49 |
* | Various variables in intrpvar.h and thrdvar.h are considerably larger | Nicholas Clark | 2007-04-21 | 1 | -6/+6 |
* | Several members of struct yy_parser can go on a diet. Some I32s were | Nicholas Clark | 2007-04-21 | 1 | -2/+2 |
* | By re-ordering declarations in interpvar.h and thrdvar.h, reduce the | Nicholas Clark | 2007-04-21 | 1 | -41/+42 |
* | Remove widesyscalls and numeric_compat1, two unused per-interpreter | Nicholas Clark | 2007-04-21 | 1 | -3/+0 |
* | Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree | Nicholas Clark | 2007-04-02 | 1 | -0/+5 |
* | Make the ptr_table functions available in an unthreaded perl, as other | Nicholas Clark | 2007-01-03 | 1 | -2/+0 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -32/+0 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -0/+3 |
* | move parser state into new parser object, PL_parser | Dave Mitchell | 2006-12-18 | 1 | -3/+1 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -0/+2 |
* | PL_multiline isn't referenced, and can be removed. | Nicholas Clark | 2006-03-25 | 1 | -1/+0 |
* | Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}. | Nicholas Clark | 2006-03-17 | 1 | -1/+5 |
* | Add a new per-interpeter variable PL_utf8cache, which will be used to | Nicholas Clark | 2006-03-16 | 1 | -0/+2 |
* | Move the 12 static MAD variables from toke.c into the interpeter | Nicholas Clark | 2006-03-10 | 1 | -0/+12 |
* | Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl | Nicholas Clark | 2006-03-10 | 1 | -1/+1 |
* | Move PL_lasttoke out of its PERL_MAD define in intrpvar.h. | Steve Peters | 2006-03-10 | 1 | -1/+1 |
* | The remainder of the toke.c MAD changes. Now to investigate why MAD | Nicholas Clark | 2006-03-09 | 1 | -0/+5 |
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 1 | -0/+6 |
* | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |