| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Note the U8 sized space created by removing -P, and check that it is | Nicholas Clark | 2008-01-11 | 1 | -1/+1 |
* | Remove the -P switch | Rafael Garcia-Suarez | 2008-01-11 | 1 | -1/+0 |
* | Better descriptions for PL_regex_pad and PL_regex_padav. | Nicholas Clark | 2008-01-10 | 1 | -3/+6 |
* | make miniperl -Wwrite-strings clean | Robin Barker | 2007-12-20 | 1 | -1/+1 |
* | mod_perl is special, and assigns meaning to a perl_destruct_level of | Nicholas Clark | 2007-12-03 | 1 | -1/+2 |
* | Remove (probably) the last vestige of the assertions implementation - | Nicholas Clark | 2007-11-24 | 1 | -2/+0 |
* | 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 |