This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
A few more details in perldelta
[perl5.git] / scope.c
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...
2006-04-08 Nicholas ClarkBy swapping the order of pushes onto the save stack for
2006-04-06 Nicholas ClarkMove all the regexp state variables into a single struc...
2006-04-05 Nicholas ClarkSave the regexp engine state as 1 block on the save...
2006-04-05 Nicholas ClarkPerl_save_alloc can use the new(er) SSGROW rather than...
2006-04-02 Nicholas ClarkAbstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-30 Nicholas ClarkFix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-29 Jarkko Hietaniemire-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-09 Nicholas ClarkNote the cause of another MAD test failure - an explici...
2006-03-08 Nicholas ClarkFurther MAD changes.
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Nicholas ClarkWith PERL_DONT_CREATE_GVSV, don't need to create a...
2006-02-24 Nicholas ClarkGiven that SvPV on a typeglob is now irrelevant, really...
2006-02-24 Andy LesterPerl_save_aelem can't be const
2006-02-24 Andy Lesterunused context warnings
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-14 Nicholas ClarkBack out change change 10214 (drop SVp_IOK from >>...
2006-02-06 Nicholas ClarkMove Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-31 Nicholas ClarkEliminate save_threadsv, as it is never linked to,...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-16 Nicholas Clarks/Nullav/NULL/g
2005-11-19 Steve PetersCleaning up some warnings generated by "gcc -W"
2005-11-14 Nicholas ClarkRemove the two register keywords from auto variables...
2005-11-07 Andy LesterConsting and localizing: Part LXVIII
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-07 Dave Mitchellmore taint fallout from change 24943
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-22 Dave Mitchellhandle magic in local correctly
2005-06-20 Andy LesterMore random cleanups
2005-06-10 Nicholas ClarkWork around bug 36211, plus a lot of TODO regression...
2005-06-07 Andy LesterUnvoid SvUPGRADE
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-30 Andy Lester[PATCH] More embed.fnc strictures, plus consting and...
2005-05-20 Andy LesterAttribute configuration
2005-05-17 Jarkko Hietaniemiperl 5.9.x (@ 24471): Symbian update
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas ClarkAdd casting to allow g++ (3.3.5) to compile the core...
2005-03-26 Nicholas ClarkNeed to return something when the compiler doesn't...
2005-03-25 Andy LesterConsting part 4
2005-03-24 Andy LesterThird consting batch
2005-03-18 Andy LesterMore const parms
2005-03-14 Andy LesterAdding const qualifiers
2005-01-14 Nicholas ClarkCorrect the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clarkreplace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas ClarkUpdate copyright years. Add an editor block while passi...
2005-01-10 Marcus Holland-MoritzRemove PERL_FLEXIBLE_EXCEPTIONS code.
2004-09-08 Marcus Holland-MoritzSvO?OK_off()'s return value
2004-08-03 Dave Mitchellmore typo fixes for change 3176 (comments at top of...
2004-08-01 Dave MitchellAdd comment to top of reentr.c and fix typos in other...
2004-08-01 Marcus Holland-MoritzRemove redundant SvOOK_off (called implicitly by SvOK_off)
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-23 Dave Mitchellremove binary compat from #23156 (remove PL_retstack)
2004-07-23 Dave Mitchellremove the return stack PL_retstack, and store return...
2004-07-02 Dave Mitchell[perl #30258] utf8 POPSTACK crash on split execution
2004-03-26 Dave Mitchell [perl #27040] - hints hash was being double freed...
2004-03-24 Rafael Garcia-SuarezGood catch from Dave Mitchell; plus a null pointer...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-03-14 Dave Mitchell [perl #27638] scope exit could expose freed local...
2004-01-17 Dave Mitchellback out change #22167 "freeing a CV reference that...
2004-01-17 Dave Mitchell [perl #24914] freeing a CV reference that was currentl...
2003-09-22 Rafael Garcia-SuarezWhen localising a magic value, propagate the readonly...
2003-08-26 Dave Mitchellimproved 19064 (local $_[0] problems)
2003-08-21 Jarkko HietaniemiRetract #19064, broke mod_perl flushing (localisation...
2003-08-09 Dave Mitchelladd "$lexical not available" warning in C<for my $lex ()>
2003-08-07 Dave MitchellFwd: Re: [PATCH] flags set incorrectly on abandoned...
2003-08-04 Rafael Garcia-SuarezFix bug #23141 : localization of readonly magic scalars
2003-05-05 Adrian M. Enache[patch] Re: [perl #21728] regexp SEGV
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-26 Dave Mitchell[PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-01-03 Dave Mitchellnew flag SvPADSTALE
2003-01-03 Dave Mitchellremove flag SvPADBUSY
2002-12-17 Richard Hitt[Fwd: Patch for perl utf8-related bug]
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
next