summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* PL_pte_root and PL_pte_arenaroot can be exterminated. Which revealsNicholas Clark2005-11-161-7/+0
* Re: eliminate discreet arenarootsJim Cromie2005-11-161-22/+7
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-301-2/+2
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+2
* Remove old variable needed for binary compatibilityRafael Garcia-Suarez2005-06-291-3/+0
* Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalarsNicholas Clark2005-06-241-1/+4
* Remove the deprecated $# variableRafael Garcia-Suarez2005-06-201-1/+0
* We no longer need PL_shared_hek_tableNicholas Clark2005-06-131-1/+0
* Change the IV to a union.Nicholas Clark2005-05-291-2/+2
* Track the mapping between source shared hash keys and target sharedNicholas Clark2005-05-251-0/+1
* Correct the description of pte_arenarootNicholas Clark2005-05-241-1/+1
* We don't need IV and RV arena variables anymore. We don't need to setNicholas Clark2005-05-231-4/+0
* create an "allocated" structure for PVs, PVAVs and PVHVsNicholas Clark2005-05-231-6/+6