summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing intrpvar clonings to perl_clone.Jarkko Hietaniemi2003-03-111-1/+2
* Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.Jarkko Hietaniemi2003-03-111-0/+4
* PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.Jarkko Hietaniemi2003-02-241-0/+2
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-0/+1
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-2/+4
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-1/+1
* Slight beauty tweak.Jarkko Hietaniemi2002-11-281-2/+4
* Re: [perl #18203] Recursive call in PerlIO_find_layerSlaven Rezic2002-11-271-0/+2
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-31/+0
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-2/+0
* use sysconf(_SC_CLK_TCK) for times()Jarkko Hietaniemi2002-09-041-0/+2
* B::check_av() ; B::Deparse for CHECK blocksRafael Garcia-Suarez2002-08-291-1/+2
* Turn the sort RealCmp for stable quicksorts into aArtur Bergman2002-05-141-0/+2