This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Todo: decapsulation of smart match argument
[perl5.git] / intrpvar.h
2009-07-15 Vincent PitDocument PL_opfreehook
2009-07-15 Vincent PitThe op_free() hook doesn't need to return an OP*, so...
2009-07-08 Vincent PitAdd a pluggable hook in op_free()
2009-05-21 Nicholas ClarkUse only one block of memory for both PL_psig_name...
2009-05-20 Nicholas ClarkRemove binary compatibility scaffolding for the change...
2009-05-20 Nicholas ClarkReplace run-time on-demand initialisation of PL_bitcoun...
2009-05-19 Nicholas ClarkDocument the purpose of PL_psig_ptr and PL_psig_name.
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-11-26 Nicholas ClarkThe vestigial PL_pad_reset_pending can actually be...
2008-11-18 Nicholas ClarkNote where there is a U8 of space.
2008-11-18 Nicholas ClarkRename PL_breakable_sub_generation to PL_breakable_sub_...
2008-11-17 Nicholas ClarkFix the bug introduced with MRO, whereby the internals...
2008-11-14 Chip Salzenberg[perl #948] [PATCH] Allow tied $,
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
2008-02-22 Nicholas ClarkAs best as I (and my minion, gcc -Os) can tell, PL_curc...
2008-01-11 Nicholas ClarkPack the recycled pad offsets into an SV at PL_regex_pa...
2008-01-11 Nicholas ClarkNote the U8 sized space created by removing -P, and...
2008-01-11 Rafael Garcia-SuarezRemove the -P switch
2008-01-10 Nicholas ClarkBetter descriptions for PL_regex_pad and PL_regex_padav.
2007-12-20 Robin Barkermake miniperl -Wwrite-strings clean
2007-12-03 Nicholas Clarkmod_perl is special, and assigns meaning to a perl_dest...
2007-11-24 Nicholas ClarkRemove (probably) the last vestige of the assertions...
2007-11-08 Jerry D. HeddenBug fix for storing shared objects in shared structures
2007-11-07 Nicholas Clark"Bake" the values of PERL_REVISION, PERL_VERSION and...
2007-10-08 Nicholas ClarkMove (most of) the conditionally compiled members of...
2007-10-08 Nicholas ClarkShrink 4 bytes (ILP32) from the interpreter structure.
2007-10-05 Nicholas ClarkPL_cshname is actually a constant value known at compil...
2007-10-03 Rafael Garcia-SuarezReverse change #31978
2007-09-27 Nicholas ClarkMove the bool v_string_ok into the U16-sized gap in...
2007-09-26 Robin BarkerRE: [PATCH] use 5.010 is ugly; use 5.10.0 warns
2007-09-15 Nicholas ClarkNote the gotcha about newlines in the elements of PL_pr...
2007-09-14 Dave Mitchellenable utf8 cache assertions on DEBUGGING builds
2007-09-10 Dave Mitchellchange #31246 unconditionally enabled utf8 cache debugg...
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-05-25 Dave Mitchelldelete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
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
next