summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-0/+3
* If it looks like UTF-8 (either nl_langinfo or locale variables),Jarkko Hietaniemi2002-03-201-0/+2
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-151-1/+1
* Renaming tweaks, and split off the reentrant "superbuffer"Jarkko Hietaniemi2002-03-101-1/+1
* Nearly-working threads re-structuring. Do not integrate,Nick Ing-Simmons2002-01-191-3/+0
* Correct slab allocator for case where sizeof(IV) > sizeof(IV *)Nick Ing-Simmons2002-01-151-3/+3
* Slab allocator for opsNick Ing-Simmons2002-01-131-0/+6
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+2
* -t taint warningsMichael G. Schwern2001-12-141-1/+6
* The debug_pag needs to be visible at all timesJarkko Hietaniemi2001-11-241-3/+1
* Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-201-0/+4
* Unicode: add ToFold mapping. Not used yet; but basicallyJarkko Hietaniemi2001-11-021-0/+1
* Add the encoding pragma to control the "upgrade"Jarkko Hietaniemi2001-10-281-0/+2