summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* stab at UNITCHECK blocksAlexander Gough2006-10-191-0/+2
* PL_multiline isn't referenced, and can be removed.Nicholas Clark2006-03-251-1/+0
* Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.Nicholas Clark2006-03-171-1/+5
* Add a new per-interpeter variable PL_utf8cache, which will be used toNicholas Clark2006-03-161-0/+2
* Move the 12 static MAD variables from toke.c into the interpeterNicholas Clark2006-03-101-0/+12
* Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.plNicholas Clark2006-03-101-1/+1
* Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.Steve Peters2006-03-101-1/+1
* The remainder of the toke.c MAD changes. Now to investigate why MADNicholas Clark2006-03-091-0/+5
* Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,Nicholas Clark2006-03-071-0/+6
* Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arenaNicholas Clark2006-02-201-1/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-1/+1
* Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHostNicholas Clark2006-02-041-0/+5
* Eliminating PL_suidscript is more tricky, and requires changing theNicholas Clark2006-02-031-4/+0
* It's actually easier to get rid of PL_fdscript than we thought.Nicholas Clark2006-02-031-1/+0
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* [patch] arena rework - unify arenarootsJim Cromie2006-02-011-1/+1
* Avoid using space to create 2 functions just to force mathoms to beNicholas Clark2006-01-291-1/+8
* tidy index arrangements in new MY_CXT codeDave Mitchell2005-12-311-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-0/+6
* Feature bundle is now :5.10, and add -E switchRobin Houston2005-12-211-0/+1
* s/Nullav/NULL/gNicholas Clark2005-12-161-3/+3
* Map the HE arena onto SV type 0 (SVt_NULL).Nicholas Clark2005-11-191-4/+0