PL_cshname is actually a constant value known at compile time.
[p5sagit/p5-mst-13.2.git] / intrpvar.h
2007-10-05 Nicholas Clark PL_cshname is actually a constant value known at compil...
2007-10-03 Rafael Garcia-Suarez Reverse change #31978
2007-09-27 Nicholas Clark Move the bool v_string_ok into the U16-sized gap in...
2007-09-26 Robin Barker RE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-15 Nicholas Clark Note the gotcha about newlines in the elements of PL_pr...
2007-09-14 Dave Mitchell enable utf8 cache assertions on DEBUGGING builds
2007-09-10 Dave Mitchell change #31246 unconditionally enabled utf8 cache debugg...
2007-08-31 Brandon Black Re: optimize push @ISA, (was Re: parent.pm at corion...
2007-05-25 Dave Mitchell delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2007-05-21 Dave Mitchell move PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchell move PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchell move PL_tokenbuf into the PL_parser struct
2007-05-20 Dave Mitchell delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
2007-05-20 Dave Mitchell delete thrdvar.h and move its contents to intrpvar.h
2007-05-14 Nicholas Clark PERL_IMPLICIT_CONTEXT is usually defined for threads...
2007-05-12 Dave Mitchell move PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-05-05 Nicholas Clark Shuffling PL_gensym saves 8 bytes on LP64 systems.
2007-05-05 Dave Mitchell migrate more variables to PL_parser struct:
2007-05-04 Dave Mitchell move some more variables into the PL_parser struct:
2007-05-04 Dave Mitchell move PL_expect and PL_copline into the PL_parser structure
2007-04-30 Brandon Black Re: mro status, etc
2007-04-24 Nicholas Clark Make PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchell move PL_linestr from the interpreter struct to the...
2007-04-23 Nicholas Clark More variable reordering saves another 40 bytes from...
2007-04-21 Nicholas Clark Various variables in intrpvar.h and thrdvar.h are consi...
2007-04-21 Nicholas Clark Several members of struct yy_parser can go on a diet...
2007-04-21 Nicholas Clark By re-ordering declarations in interpvar.h and thrdvar...
2007-04-21 Nicholas Clark Remove widesyscalls and numeric_compat1, two unused...
2007-04-02 Nicholas Clark Add a new compile option PERL_DEBUG_READONLY_OPS which...
2007-01-03 Nicholas Clark Make the ptr_table functions available in an unthreaded...
2007-01-02 Dave Mitchell move easy lexer state variables into PL_parser
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-12-18 Dave Mitchell move parser state into new parser object, PL_parser
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-03-25 Nicholas Clark PL_multiline isn't referenced, and can be removed.
2006-03-17 Nicholas Clark Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
2006-03-16 Nicholas Clark Add a new per-interpeter variable PL_utf8cache, which...
2006-03-10 Nicholas Clark Move the 12 static MAD variables from toke.c into the...
2006-03-10 Nicholas Clark Tweak change 27457 - make PL_lasttoke MAD only, but...
2006-03-10 Steve Peters Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
2006-03-09 Nicholas Clark The remainder of the toke.c MAD changes. Now to investi...
2006-03-07 Nicholas Clark Some of the MAD structures in headers, plus PL_madskill...
2006-02-20 Nicholas Clark Steal code from maint, and use PERL_ARENA_ROOTS_SIZE...
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 Nicholas Clark Eliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas Clark It's actually easier to get rid of PL_fdscript than...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-01 Jim Cromie [patch] arena rework - unify arenaroots
2006-01-29 Nicholas Clark Avoid using space to create 2 functions just to force...
2005-12-31 Dave Mitchell tidy index arrangements in new MY_CXT code
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-21 Robin Houston Feature bundle is now :5.10, and add -E switch
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-11-19 Nicholas Clark Map the HE arena onto SV type 0 (SVt_NULL).
2005-11-16 Nicholas Clark PL_pte_root and PL_pte_arenaroot can be exterminated...
2005-11-16 Jim Cromie Re: eliminate discreet arenaroots
2005-10-30 Nicholas Clark Given that sv_nosharing performs the same function...
2005-10-26 Nicholas Clark Most platforms don't actually need PL_pidstatus, or...
2005-06-29 Rafael Garcia-Suarez Remove old variable needed for binary compatibility
2005-06-24 Nicholas Clark Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
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...
next