summaryrefslogtreecommitdiff
path: root/intrpvar.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert rest of PerlIO's memory tables to per-interp and add clone functionsNick Ing-Simmons2001-10-211-0/+2
* PerlIO layer table as PL_perlio (per-interpreter)Nick Ing-Simmons2001-10-211-0/+6
* Cant spl wirth a dam.Jarkko Hietaniemi2001-09-201-1/+1
* The sharedsv_space* are variables, not code. Duh.Jarkko Hietaniemi2001-09-201-1/+3
* Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPSArtur Bergman2001-09-101-2/+2
* Retract #11870 and volatilize the right destruct_level.Jarkko Hietaniemi2001-09-041-1/+1
* (Retracted by #11872)Jarkko Hietaniemi2001-09-041-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-6/+6
* Custom OpsSimon Cozens2001-08-271-0/+4