This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Changes and bump Module::CoreList to 2.44 for a CPAN release
[perl5.git] / scope.c
2011-01-21 David Mitchelladd GvCV_set() and GvGP_set() macros.
2010-12-16 Jan DuboisSilence some data truncation compiler warnings
2010-11-21 Father ChrysostomosRevert "Globs that are in the symbol table can be unglo...
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-29 Zeframadd SAVEFREECOPHH()
2010-10-21 Zeframfull API for cop hint hashes
2010-10-13 Nicholas ClarkIn S_save_scalar_at, remove oldtainted, unneeded since...
2010-09-16 Zeframadd hv_copy_hints_hv and save_hints to the API
2010-09-08 David Mitchellbad things happened with for $x (...) { *x = *y }
2010-09-08 David Mitchelleliminate next_op from struct block_loop
2010-07-28 Chip Salzenbergremove misleading comment about CXINC; it's fine
2010-07-28 Chip SalzenbergRevert "Fix off-by-one: avoid allocating an extra context"
2010-07-28 Chip SalzenbergFix off-by-one: avoid allocating an extra context
2010-05-05 Nicholas ClarkWhen saving ints, if the value is small enough save...
2010-05-05 Nicholas ClarkWhen saving I32s, if the value is small enough save...
2010-05-04 Nicholas ClarkFor SAVEt_I16, save the value with the type.
2010-05-04 Nicholas ClarkFor SAVEt_I8, save the value with the type.
2010-05-03 Nicholas ClarkFor SAVEt_BOOL, save the value with the type.
2010-05-03 Nicholas ClarkFor SAVEt_ALLOC, store the number of save stack entries...
2010-05-02 Nicholas ClarkFor SAVEt_REGCONTEXT, store the number of save stack...
2010-05-02 Nicholas ClarkFix c6bf6a65 - 64 bit big endian builds were broken.
2010-05-02 Nicholas ClarkFor SVt_CLEAR, store the pad offset with the type.
2010-05-01 Nicholas ClarkOn the save stack, store the save type as the bottom...
2010-04-26 Lubomir Rintel ... Globs that are in symbol table can be un-globbed
2010-04-15 Nicholas ClarkMove PERL_ASYNC_CHECK() from the runloop to control...
2010-04-15 David Mitchelluse cBOOL for bool casts
2010-04-13 David Mitchellfix minor casting issue
2010-04-11 David MitchellRT 8857: premature free in local of tied element
2010-03-30 David Mitchellimprove -Dl debugging output
2009-11-13 Jerry D. HeddenFix compiler warning:
2009-11-12 Gerard GoossenAdd ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-08 Vincent PitSvREFCNT_dec already checks if the SV is non-NULL ...
2009-07-25 Vincent PitIntroduce save_hdelete() and SAVEHDELETE()
2009-07-25 Vincent PitAdd a new SAVEf_KEEPOLDELEM flag to save_scalar_at...
2009-07-25 Vincent PitIntroduce save_aelem_flags()
2008-12-28 Vincent PitAdd save_adelete()/SAVEADELETE() to save on the stack...
2008-12-03 Nicholas ClarkFix for tainting regression in a test of Text::Template...
2008-12-01 Nicholas ClarkThe temporary SV created in Perl_save_helem_flags(...
2008-12-01 Nicholas ClarkChange 34966 should also have removed the SSCHECK(4...
2008-12-01 Nicholas ClarkImplement Perl_save_delete() using save_pushptri32ptr().
2008-12-01 Nicholas ClarkRe-order Perl_save_delete() to PTR, INT, PTR.
2008-12-01 Nicholas ClarkAdd S_save_pushptri32ptr() and use it to re-implement...
2008-12-01 Nicholas ClarkMove the implmentation of SAVEHINTS() into a new Perl_s...
2008-12-01 Nicholas ClarkFor SAVEHINTS(), re-order the savestack to be (?:PTR...
2008-12-01 Nicholas ClarkExpose save_pushi32ptr() and implement SAVECOPARYBASE...
2008-12-01 Nicholas ClarkExpose save_pushptrptr() and implement SAVESWITCHSTACK...
2008-11-30 Nicholas ClarkRefactor all of the code of the form
2008-11-30 Nicholas ClarkRefactor all of the code of the form
2008-11-30 Nicholas ClarkConvert all the scope save functions of the form
2008-11-30 Nicholas ClarkThis feels like a more robust location than that of...
2008-11-30 Nicholas ClarkProposed fix for -T -d:NYTProf regression. Probably...
2008-11-13 Chip SalzenbergRe: [perl #60360] [PATCH] UPDATED: local $SIG{FOO}...
2008-11-12 Chip SalzenbergRe: [perl #60360] [PATCH] local $SIG{FOO} = sub {....
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-16 Nicholas ClarkClarify which save types are in mathoms, which aren...
2008-02-26 Rafael Garcia-SuarezChainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-26 Nicholas ClarkInvestigation reveals that the work of restoring the...
2008-01-26 Nicholas ClarkPOPLOOP is actually doing all the work of Perl_save_pad...
2008-01-26 Benjamin SmithRe: struct context now 12.5% smaller than 5.10
2008-01-24 Nicholas ClarkIn struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas ClarkMerge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas ClarkChange the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas ClarkSplit CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-21 Nicholas ClarkIn struct block_subst, access the member once via a...
2008-01-21 Nicholas ClarkIn struct block_eval, access the members old_in_eval...
2008-01-20 Nicholas ClarkIn struct block_sub and block_format, access the member...
2008-01-20 Nicholas ClarkSplit struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas ClarkIn struct block_loop access element label via the macro...
2007-06-29 Rafael Garcia-SuarezRemoves the code that is supposed to restore magic...
2007-05-31 Nicholas Clarkblead segfaults on local *@; eval {1} because ERRSV...
2007-05-29 Bo LindberghRe: localising hash element by variable
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-23 Jerry D. HeddenUn-mathom Perl_save_I16
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-04-04 Nicholas ClarkGet further through the build with read-only optrees...
2007-03-17 Nicholas ClarkRemove the other 4 bits of MAD code designed to abort...
2007-03-16 Nicholas ClarkRemove the abort() trap, which Larry said was actually...
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .c files
2007-01-04 Marcus Holland-MoritzThe first three patches from:
2007-01-03 Dave Mitchellhandle cloning of parsers on the save stack
2006-12-07 Jerry D. HeddenPerl_save_destructor is not a mathom
2006-12-06 Rafael Garcia-Suarezsave_I8 is not a mathom.
2006-10-18 Dave Bailey[perl #40557] regexec.c saves context stack position...
2006-09-17 Nicholas ClarkStore a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas ClarkRevert changes 28772, 28773, 28774 as they won't gain...
2006-09-01 Nicholas ClarkAccess to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas ClarkAccess cx->blk_sub.hasargs via a pair of macros (as...
2006-08-07 Jarkko Hietaniemig++ large patch
2006-05-20 Nicholas ClarkRename cop_hints to cop_hints_hash
2006-05-02 Nicholas ClarkDe-duplicate the code that creates new GPs into Perl_ne...
2006-04-27 Dave Mitchell[perl #39012] another REIFY bug
2006-04-14 Nicholas ClarkChange SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-13 Nicholas ClarkRemove SAVEt_FREESHAREDPV, as nothing is using it,...
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
next