| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 1 | -1/+1 |
* | Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost | Nicholas Clark | 2006-02-04 | 1 | -0/+5 |
* | Eliminating PL_suidscript is more tricky, and requires changing the | Nicholas Clark | 2006-02-03 | 1 | -4/+0 |
* | It's actually easier to get rid of PL_fdscript than we thought. | Nicholas Clark | 2006-02-03 | 1 | -1/+0 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -1/+1 |
* | [patch] arena rework - unify arenaroots | Jim Cromie | 2006-02-01 | 1 | -1/+1 |
* | Avoid using space to create 2 functions just to force mathoms to be | Nicholas Clark | 2006-01-29 | 1 | -1/+8 |
* | tidy index arrangements in new MY_CXT code | Dave Mitchell | 2005-12-31 | 1 | -1/+1 |
* | re-implement MY_CXT API more efficiently, and add explicit | Dave Mitchell | 2005-12-29 | 1 | -0/+6 |
* | Feature bundle is now :5.10, and add -E switch | Robin Houston | 2005-12-21 | 1 | -0/+1 |
* | s/Nullav/NULL/g | Nicholas Clark | 2005-12-16 | 1 | -3/+3 |
* | Map the HE arena onto SV type 0 (SVt_NULL). | Nicholas Clark | 2005-11-19 | 1 | -4/+0 |
* | PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals | Nicholas Clark | 2005-11-16 | 1 | -7/+0 |
* | Re: eliminate discreet arenaroots | Jim Cromie | 2005-11-16 | 1 | -22/+7 |
* | Given that sv_nosharing performs the same function as sv_nolocking | Nicholas Clark | 2005-10-30 | 1 | -2/+2 |
* | Most platforms don't actually need PL_pidstatus, or the associated | Nicholas Clark | 2005-10-26 | 1 | -0/+2 |
* | Remove old variable needed for binary compatibility | Rafael Garcia-Suarez | 2005-06-29 | 1 | -3/+0 |
* | Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars | Nicholas Clark | 2005-06-24 | 1 | -1/+4 |