summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* embedding perlRadu Greab2003-10-211-11/+11
* Plan C for foiling the algorithmic complexity attackNicholas Clark2003-10-161-0/+4
* Make Storable work with blead/maint by making PL_sv_placeholderJarkko Hietaniemi2003-07-281-3/+0
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-0/+3
* Chicken out: the hash randomisation is not on by default.Jarkko Hietaniemi2003-07-111-0/+2
* Retract #20112.Jarkko Hietaniemi2003-07-101-2/+0
* Argh. At least AIX builds choke because of this.Jarkko Hietaniemi2003-07-101-0/+2
* Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-261-0/+2
* Comment tweakage.Jarkko Hietaniemi2003-05-291-3/+3
* jumbo closure fixDave Mitchell2003-05-291-0/+2
* More moves to intrpvar.h.Jarkko Hietaniemi2003-05-121-0/+9
* Move the thread *hook into interpreter.Jarkko Hietaniemi2003-05-111-0/+6
* Feel-good cleanup.Jarkko Hietaniemi2003-04-281-2/+2
* Detecting errors of reentrant APIs: getgrgid_r and the likeJarkko Hietaniemi2003-04-281-0/+2
* Future binary compat wishful thinking:Jarkko Hietaniemi2003-04-071-2/+2
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+2
* Integrate:Ilya Zakharevich2003-04-011-1/+4