This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: ‘Scalars leaked’ is a warning
[perl5.git] / intrpvar.h
2012-06-13 David Mitchelleliminate PL_reginterp_cnt
2012-06-05 Father Chrysostomos[perl #78742] Store CopSTASH in a pad under threads
2012-05-23 Father ChrysostomosExcise PL_amagic_generation
2012-02-18 Ævar Arnfjörð Bjar... Remove gete?[ug]id caching
2012-02-16 Karl Williamsonperl #77654: quotemeta quotes non-ASCII consistently
2012-02-15 Ævar Arnfjörð Bjar... Further eliminate POSIX-emulation under LinuxThreads
2012-02-11 Karl Williamsonintrpvar.h: Rmv no longer used PL_ variable
2012-02-11 Karl Williamsonregcomp.c: /[[:lower:]]/i should match the same as...
2012-02-09 Karl WilliamsonAdd compile-time inversion lists for POSIX classes
2012-02-09 Karl Williamsonregcomp.c: Use compile-time invlists
2012-01-13 Karl Williamsonintrpvar.h: clarification in comment
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid false warnings about holes.
2011-11-11 Nicholas ClarkRe-order intrpvar.h to avoid holes in the interpreter...
2011-11-09 Karl Williamsonintrpvar.h: Increase size of variable that stores UTF8...
2011-10-27 Father ChrysostomosFix CORE::glob
2011-10-24 Father ChrysostomosRemove part of intrpvar.h comment
2011-10-01 Karl Williamsonutf8.c: Add function to retrieve new _Perl_IDStart...
2011-10-01 Karl WilliamsonDon't use swash to find cntrls
2011-10-01 Karl WilliamsonNo need for swashes for properties that are ASCII-only
2011-10-01 Karl WilliamsonNo need for swashes for computing if ASCII
2011-08-11 Nicholas ClarkSimplify embedvar.h, removing a level of macro indirect...
2011-07-18 Nicholas ClarkIn intrpvar.h, move all the USE_LOCALE_NUMERIC variable...
2011-07-03 Karl WilliamsonChange inversion lists to SVs
2011-07-01 Nicholas ClarkStore C<study>'s data in in mg_ptr instead of interpret...
2011-07-01 Nicholas ClarkMerge PL_scream{first,next} into one allocated buffer.
2011-06-12 Nicholas ClarkReorder interpreter struct to remove alignment holes
2011-06-12 Nicholas ClarkIn perlvar.h, move the always-present globals above...
2011-03-28 David LeadbeaterMicroperl doesn't do signal handlers, ifdef some handli...
2011-02-25 Karl Williamsonintrpvar.h: Add comment about PERLVARI
2011-02-22 Karl Williamsonintrpvar.h: Need to initialize PL_utf8_foldable
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-07 David MitchellInit PL_cop_seqmax to a high value under DEBUGGING
2011-02-02 Karl WilliamsonAdd PL_foldable - a list of chars that participate...
2011-02-02 Karl Williamsonintrpvar.h: Clarify comment
2010-11-26 David Mitchellmake PL_perlio an array of PerlIOl, not PerlIO *
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-10-27 Zeframnew API functions op_scope and op_lvalue
2010-10-22 Nicholas ClarkNote the U8-sized space in intrpvar.h created by 737c24...
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-14 Father Chrysostomosembed.pl -> regen/embed.pl
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-09-10 Zeframdocumentation on hooking the peephole optimiser
2010-09-08 Nicholas ClarkReorder interpreter struct to remove alignment hole...
2010-09-08 Nicholas ClarkRemove offer_nice_chunk(), PL_nice_chunk and PL_nice_ch...
2010-08-26 Zeframmake recursive part of peephole optimiser hookable
2010-07-26 Florian RagwitzCheck API compatibility when loading xs modules
2010-07-12 Ben MorrowGeneric hooks into Perl_block_{start,end}.
2010-06-07 David Mitchellidentify a few vars in intrpvar.h
2010-06-04 David Mitchelladd PL_signalhook to hook into signal dispatch
2010-05-21 Nicholas ClarkPL_in_load_module only has values 0 and 1, so can be...
2010-04-25 Zeframunwinding target nominated by separate global
2009-12-06 Karl Williamsonqr/\X/ expansion
2009-11-18 Nicholas ClarkPL_scopestack_name needs to be present, -DDEBUGGING...
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-10-19 Yves Ortonsomewhat fix failing regex tests. but break lots of...
2009-09-13 Rafael Garcia-SuarezRemove obsolete interpreter variable PL_utf8_alnumc
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
next