This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
move PL_error_count into the PL_parser struct
[perl5.git] / intrpvar.h
2007-05-21 Dave Mitchellmove PL_error_count into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_multi_end into the PL_parser struct
2007-05-21 Dave Mitchellmove PL_tokenbuf into the PL_parser struct
2007-05-20 Dave Mitchelldelete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
2007-05-20 Dave Mitchelldelete thrdvar.h and move its contents to intrpvar.h
2007-05-14 Nicholas ClarkPERL_IMPLICIT_CONTEXT is usually defined for threads...
2007-05-12 Dave Mitchellmove PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchellmove PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchellmove PL_rsfp into the PL_parser struct
2007-05-05 Dave Mitchellmove PL_lex_state into the PL_parser struct
2007-05-05 Nicholas ClarkShuffling PL_gensym saves 8 bytes on LP64 systems.
2007-05-05 Dave Mitchellmigrate more variables to PL_parser struct:
2007-05-04 Dave Mitchellmove some more variables into the PL_parser struct:
2007-05-04 Dave Mitchellmove PL_expect and PL_copline into the PL_parser structure
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-24 Nicholas ClarkMake PL_uudmap a constant global. Remove the run time...
2007-04-24 Dave Mitchellmove PL_linestr from the interpreter struct to the...
2007-04-23 Nicholas ClarkMore variable reordering saves another 40 bytes from...
2007-04-21 Nicholas ClarkVarious variables in intrpvar.h and thrdvar.h are consi...
2007-04-21 Nicholas ClarkSeveral members of struct yy_parser can go on a diet...
2007-04-21 Nicholas ClarkBy re-ordering declarations in interpvar.h and thrdvar...
2007-04-21 Nicholas ClarkRemove widesyscalls and numeric_compat1, two unused...
2007-04-02 Nicholas ClarkAdd a new compile option PERL_DEBUG_READONLY_OPS which...
2007-01-03 Nicholas ClarkMake the ptr_table functions available in an unthreaded...
2007-01-02 Dave Mitchellmove easy lexer state variables into PL_parser
2007-01-01 Jarkko HietaniemiSymbian port: add Series 90 support
2006-12-18 Dave Mitchellmove parser state into new parser object, PL_parser
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-03-25 Nicholas ClarkPL_multiline isn't referenced, and can be removed.
2006-03-17 Nicholas ClarkMake Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
2006-03-16 Nicholas ClarkAdd a new per-interpeter variable PL_utf8cache, which...
2006-03-10 Nicholas ClarkMove the 12 static MAD variables from toke.c into the...
2006-03-10 Nicholas ClarkTweak change 27457 - make PL_lasttoke MAD only, but...
2006-03-10 Steve PetersMove PL_lasttoke out of its PERL_MAD define in intrpvar.h.
2006-03-09 Nicholas ClarkThe remainder of the toke.c MAD changes. Now to investi...
2006-03-07 Nicholas ClarkSome of the MAD structures in headers, plus PL_madskill...
2006-02-20 Nicholas ClarkSteal code from maint, and use PERL_ARENA_ROOTS_SIZE...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 Nicholas ClarkEliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas ClarkIt's actually easier to get rid of PL_fdscript than...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-01 Jim Cromie[patch] arena rework - unify arenaroots
2006-01-29 Nicholas ClarkAvoid using space to create 2 functions just to force...
2005-12-31 Dave Mitchelltidy index arrangements in new MY_CXT code
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-21 Robin HoustonFeature bundle is now :5.10, and add -E switch
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-11-19 Nicholas ClarkMap the HE arena onto SV type 0 (SVt_NULL).
2005-11-16 Nicholas ClarkPL_pte_root and PL_pte_arenaroot can be exterminated...
2005-11-16 Jim CromieRe: eliminate discreet arenaroots
2005-10-30 Nicholas ClarkGiven that sv_nosharing performs the same function...
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-06-29 Rafael Garcia-SuarezRemove old variable needed for binary compatibility
2005-06-24 Nicholas ClarkExtend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also...
2005-06-20 Rafael Garcia-SuarezRemove the deprecated $# variable
2005-06-13 Nicholas ClarkWe no longer need PL_shared_hek_table
2005-05-29 Nicholas ClarkChange the IV to a union.
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
2005-05-24 Nicholas ClarkCorrect the description of pte_arenaroot
2005-05-23 Nicholas ClarkWe don't need IV and RV arena variables anymore. We...
2005-05-23 Nicholas Clarkcreate an "allocated" structure for PVs, PVAVs and...
2005-05-18 Gisle AasWell defined $? and introduction of ${^CHILD_ERROR_NATI...
2005-05-13 Nicholas ClarkAllocate GV bodies from arenas
2005-05-07 Nicholas ClarkThe ptr_table arena variables and code is only needed...
2005-05-06 Nicholas ClarkChange types of PL_he_arenaroot and PL_pte_arenaroot...
2005-05-06 Nicholas ClarkAllocate pointer table entries (for ithread cloning...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-25 Andy LesterConsting five
2005-03-25 Rafael Garcia-SuarezRemove the const qualifier from argv and env variables
2004-03-23 Paul Szabo5.9.1 suidperl
2004-03-16 Nicholas ClarkMove the PERLVAR(Ireentrant_buffer, REENTR*) outside...
2004-02-28 Dave Mitchellmake the bison-based parser threadsafe and capable...
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2004-02-14 Dave Mitchellremove binary compatibility stuff from the yacc ->...
2004-02-14 Dave MitchellSwitch from byacc to bison and simplify the perly....
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-10-21 Radu Greabembedding perl
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-07-28 Jarkko HietaniemiMake Storable work with blead/maint by making PL_sv_pla...
2003-07-27 Marcus Holland-MoritzRe: [PATCH] Re: Storing &PL_sv_undef as a hash key...
2003-07-11 Jarkko HietaniemiChicken out: the hash randomisation is not on by default.
2003-07-10 Jarkko HietaniemiRetract #20112.
2003-07-10 Jarkko HietaniemiArgh. At least AIX builds choke because of this.
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-05-29 Jarkko HietaniemiComment tweakage.
2003-05-29 Dave Mitchelljumbo closure fix
2003-05-12 Jarkko HietaniemiMore moves to intrpvar.h.
2003-05-11 Jarkko HietaniemiMove the thread *hook into interpreter.
2003-04-28 Jarkko HietaniemiFeel-good cleanup.
2003-04-28 Jarkko HietaniemiDetecting errors of reentrant APIs: getgrgid_r and...
2003-04-07 Jarkko HietaniemiFuture binary compat wishful thinking:
2003-04-02 Artur BergmanAdd packname->stash cache before the check if a packnam...
2003-04-01 Ilya ZakharevichIntegrate:
2003-03-11 Jarkko HietaniemiAdd missing intrpvar clonings to perl_clone.
2003-03-11 Jarkko HietaniemiAdd reminders to intrpvar.h about perl_clone(), as...
2003-02-24 Jarkko HietaniemiPERL_SIGNALS=unsafe enables the old unsafe/immediate...
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2003-02-15 Jarkko HietaniemiThe new(er) way of controlling Unicode I/O (and other...
2003-01-16 Jarkko HietaniemiMake the locale-induced UTF-8-ification of STD fhs
next