LOGONLY mark d12d61 as DOCed
[p5sagit/p5-mst-13.2.git] / intrpvar.h
2005-06-20 Rafael Garcia-Suarez Remove the deprecated $# variable
2005-06-13 Nicholas Clark We no longer need PL_shared_hek_table
2005-05-29 Nicholas Clark Change the IV to a union.
2005-05-25 Nicholas Clark Track the mapping between source shared hash keys and...
2005-05-24 Nicholas Clark Correct the description of pte_arenaroot
2005-05-23 Nicholas Clark We don't need IV and RV arena variables anymore. We...
2005-05-23 Nicholas Clark create an "allocated" structure for PVs, PVAVs and...
2005-05-18 Gisle Aas Well defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-13 Nicholas Clark Allocate GV bodies from arenas
2005-05-07 Nicholas Clark The ptr_table arena variables and code is only needed...
2005-05-06 Nicholas Clark Change types of PL_he_arenaroot and PL_pte_arenaroot...
2005-05-06 Nicholas Clark Allocate pointer table entries (for ithread cloning...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-25 Andy Lester Consting five
2005-03-25 Rafael Garcia-Suarez Remove the const qualifier from argv and env variables
2004-03-23 Paul Szabo 5.9.1 suidperl
2004-03-16 Nicholas Clark Move the PERLVAR(Ireentrant_buffer, REENTR*) outside...
2004-02-28 Dave Mitchell make the bison-based parser threadsafe and capable...
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2004-02-14 Dave Mitchell remove binary compatibility stuff from the yacc ->...
2004-02-14 Dave Mitchell Switch from byacc to bison and simplify the perly....
2003-11-03 Nicholas Clark s/new_hash/rehash/g (Stas suggested a better name)
2003-10-21 Radu Greab embedding perl
2003-10-16 Nicholas Clark Plan C for foiling the algorithmic complexity attack
2003-07-28 Jarkko Hietaniemi Make Storable work with blead/maint by making PL_sv_pla...
2003-07-27 Marcus Holland-Moritz Re: [PATCH] Re: Storing ...
2003-07-11 Jarkko Hietaniemi Chicken out: the hash randomisation is not on by default.
2003-07-10 Jarkko Hietaniemi Retract #20112.
2003-07-10 Jarkko Hietaniemi Argh. At least AIX builds choke because of this.
2003-06-26 Jarkko Hietaniemi Bite the bullet and apply the hash randomisation patch.
2003-05-29 Jarkko Hietaniemi Comment tweakage.
2003-05-29 Dave Mitchell jumbo closure fix
2003-05-12 Jarkko Hietaniemi More moves to intrpvar.h.
2003-05-11 Jarkko Hietaniemi Move the thread *hook into interpreter.
2003-04-28 Jarkko Hietaniemi Feel-good cleanup.
2003-04-28 Jarkko Hietaniemi Detecting errors of reentrant APIs: getgrgid_r and...
2003-04-07 Jarkko Hietaniemi Future binary compat wishful thinking:
2003-04-02 Artur Bergman Add packname->stash cache before the check if a packnam...
2003-04-01 Ilya Zakharevich Integrate:
2003-03-11 Jarkko Hietaniemi Add missing intrpvar clonings to perl_clone.
2003-03-11 Jarkko Hietaniemi Add reminders to intrpvar.h about perl_clone(), as...
2003-02-24 Jarkko Hietaniemi PERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2003-02-15 Jarkko Hietaniemi The new(er) way of controlling Unicode I/O (and other...
2003-01-16 Jarkko Hietaniemi Make the locale-induced UTF-8-ification of STD fhs
2002-11-28 Jarkko Hietaniemi Slight beauty tweak.
2002-11-27 Slaven Rezic Re: [perl #18203] Recursive call in PerlIO_find_layer
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-09-29 Abhijit Menon-Sen Remove package; (Heh heh.)
2002-09-04 Jarkko Hietaniemi use sysconf(_SC_CLK_TCK) for times()
2002-08-29 Rafael Garcia-Suarez B::check_av() ; B::Deparse for CHECK blocks
2002-05-14 Artur Bergman Turn the sort RealCmp for stable quicksorts into a
2002-04-16 Jarkko Hietaniemi my $utf8here, our $utf8here, and package variable ...
2002-03-21 Nick Ing-Simmons Integrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Jarkko Hietaniemi If it looks like UTF-8 (either nl_langinfo or locale...
2002-03-15 Jarkko Hietaniemi Monster _r patch: try to scan for all known _r variants,
2002-03-10 Jarkko Hietaniemi Renaming tweaks, and split off the reentrant "superbuffer"
2002-01-19 Nick Ing-Simmons Nearly-working threads re-structuring. Do not integrate,
2002-01-15 Nick Ing-Simmons Correct slab allocator for case where sizeof(IV) >...
2002-01-14 Jarkko Hietaniemi Retract #14251 (the op slab allocator from perlio)
2002-01-13 Nick Ing-Simmons Slab allocator for ops
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-14 Michael G. Schwern -t taint warnings
2001-11-24 Jarkko Hietaniemi The debug_pag needs to be visible at all times
2001-11-20 Jarkko Hietaniemi Create a per-interpeter debug scratchpad container
2001-11-02 Jarkko Hietaniemi Unicode: add ToFold mapping. Not used yet; but basically
2001-10-28 Jarkko Hietaniemi Add the encoding pragma to control the "upgrade"
2001-10-21 Nick Ing-Simmons Convert rest of PerlIO's memory tables to per-interp...
2001-10-21 Nick Ing-Simmons PerlIO layer table as PL_perlio (per-interpreter)
2001-09-20 Jarkko Hietaniemi Cant spl wirth a dam.
2001-09-20 Jarkko Hietaniemi The sharedsv_space* are variables, not code. Duh.
2001-09-10 Artur Bergman Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_C...
2001-09-04 Jarkko Hietaniemi Retract #11870 and volatilize the right destruct_level.
2001-09-04 Jarkko Hietaniemi (Retracted by #11872)
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-27 Simon Cozens Custom Ops
2001-08-07 James A. Duncan B && BEGIN handling
2001-07-12 Jarkko Hietaniemi Needed by #11283.
2001-07-12 Artur Bergman Use reentrant API glibc
2001-07-11 Artur Bergman Threadsafe PMOPs! We might still win this war.
2001-06-20 Artur Bergman Fixes case of CvDEPTH for perl_clone
2001-06-09 Artur Bergman New attempt to clone callack
2001-04-30 Jarkko Hietaniemi Change PL_numeric_radix to PL_numeric_radix_sv (and...
2001-02-08 Charles Bailey SYN SYN
2001-01-30 Jarkko Hietaniemi Fix for the fa_IR locale failure. The reason for the...
2001-01-30 Jarkko Hietaniemi Integrate changes #8608,8609,8610,8611,8612,8613 from...
2001-01-24 Charles Bailey SYN SYN
2001-01-16 Nick Ing-Simmons Provide infrastructure for PERL_ASYNC_CHECK() style...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-09 Nick Ing-Simmons UTF8 output prework.
2000-10-20 Charles Bailey SYN SYN
2000-08-22 Jarkko Hietaniemi Bytecompiler patches from Benjamin Stuhl.
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-14 Gurusamy Sarathy move new variables to the end of the interpreter struct...
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix large memory leak that has been around for ever...
2000-06-07 Dan Sugalski Lock PL_fdpid against race conditions, based on:
2000-06-06 Dan Sugalski Threadsafe patches
2000-06-06 Benjamin Stuhl B::Bytecode patches
next