summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* Document the purpose of PL_psig_ptr and PL_psig_name.Nicholas Clark2009-05-201-1/+5
* Add Perl_mro_register() to register Method Resolution Orders,Nicholas Clark2009-03-301-0/+6
* make miniperl -Wwrite-strings cleanRobin Barker2009-03-051-1/+1
* Note where there is a U8 of space.Nicholas Clark2009-01-271-0/+2
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2009-01-021-0/+4
* Integrate:Nicholas Clark2008-11-211-0/+3
* Integrate:Nicholas Clark2008-10-261-2/+1
* Integrate:Nicholas Clark2008-01-301-3/+6
* mod_perl is special, and assigns meaning to a perl_destruct_level ofNicholas Clark2007-12-031-1/+2
* Remove (probably) the last vestige of the assertions implementation -Nicholas Clark2007-11-241-2/+0
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-0/+3
* "Bake" the values of PERL_REVISION, PERL_VERSION and PERL_SUBVERSIONNicholas Clark2007-11-071-0/+6
* Move (most of) the conditionally compiled members of the interpreterNicholas Clark2007-10-081-26/+25
* Shrink 4 bytes (ILP32) from the interpreter structure.Nicholas Clark2007-10-081-10/+9
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-5/+0
* Reverse change #31978Rafael Garcia-Suarez2007-10-031-8/+2
* Move the bool v_string_ok into the U16-sized gap in the interpreterNicholas Clark2007-09-271-3/+7
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-261-1/+3
* Note the gotcha about newlines in the elements of PL_preambleav.Nicholas Clark2007-09-151-0/+4
* enable utf8 cache assertions on DEBUGGING buildsDave Mitchell2007-09-141-1/+1
* change #31246 unconditionally enabled utf8 cache debugging codeDave Mitchell2007-09-101-1/+1
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-2/+0
* delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbgDave Mitchell2007-05-251-6/+0
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-1/+0
* move PL_multi_end into the PL_parser structDave Mitchell2007-05-211-2/+0
* move PL_tokenbuf into the PL_parser structDave Mitchell2007-05-211-2/+0
* delete unused vars PL_av_fetch_sv, PL_hv_fetch_svDave Mitchell2007-05-201-5/+5
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-11/+182
* PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume thatNicholas Clark2007-05-141-6/+4
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-3/+0
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-1/+0
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-1/+0
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-2/+1
* Shuffling PL_gensym saves 8 bytes on LP64 systems.Nicholas Clark2007-05-051-2/+2
* migrate more variables to PL_parser struct:Dave Mitchell2007-05-051-10/+0
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-11/+0
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-041-4/+4
* Re: mro status, etcBrandon Black2007-04-301-0/+2
* Make PL_uudmap a constant global. Remove the run time initialisationNicholas Clark2007-04-241-1/+0
* move PL_linestr from the interpreter struct to the parser structDave Mitchell2007-04-241-1/+0
* More variable reordering saves another 40 bytes from the interpreterNicholas Clark2007-04-231-38/+49
* Various variables in intrpvar.h and thrdvar.h are considerably largerNicholas Clark2007-04-211-6/+6
* Several members of struct yy_parser can go on a diet. Some I32s wereNicholas Clark2007-04-211-2/+2
* By re-ordering declarations in interpvar.h and thrdvar.h, reduce theNicholas Clark2007-04-211-41/+42
* Remove widesyscalls and numeric_compat1, two unused per-interpreterNicholas Clark2007-04-211-3/+0
* Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optreeNicholas Clark2007-04-021-0/+5
* Make the ptr_table functions available in an unthreaded perl, as otherNicholas Clark2007-01-031-2/+0
* move easy lexer state variables into PL_parserDave Mitchell2007-01-021-32/+0
* Symbian port: add Series 90 supportJarkko Hietaniemi2007-01-011-0/+3
* move parser state into new parser object, PL_parserDave Mitchell2006-12-181-3/+1