summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]Gisle Aas2005-05-181-0/+2
* Allocate GV bodies from arenasNicholas Clark2005-05-131-0/+2
* The ptr_table arena variables and code is only needed for ithreads.Nicholas Clark2005-05-071-1/+4
* Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.Nicholas Clark2005-05-061-2/+2
* Allocate pointer table entries (for ithread cloning) from an arenaNicholas Clark2005-05-061-0/+2
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+1
* Consting fiveAndy Lester2005-03-251-3/+3
* Remove the const qualifier from argv and env variablesRafael Garcia-Suarez2005-03-251-1/+1
* 5.9.1 suidperlPaul Szabo2004-03-231-0/+5
* Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADSNicholas Clark2004-03-161-2/+2
* make the bison-based parser threadsafe and capable of deepDave Mitchell2004-02-281-0/+4
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-1/+0
* remove binary compatibility stuff from the yacc -> bison switchDave Mitchell2004-02-141-9/+0
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-7/+8
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-2/+2