Eliminate (SV *) casts from the rest of *.c, picking up one (further)
[p5sagit/p5-mst-13.2.git] / scope.c
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas Clark Eliminate (AV *) casts in *.c.
2008-10-28 Nicholas Clark Every remaining (HV *) cast in *.c
2008-10-25 Nicholas Clark Update copyright years.
2008-10-16 Nicholas Clark Clarify which save types are in mathoms, which aren...
2008-02-26 Rafael Garcia-Suarez Chainsaw DEBUG_S out, as suggested by Vincent Pit.
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-26 Nicholas Clark Investigation reveals that the work of restoring the...
2008-01-26 Nicholas Clark POPLOOP is actually doing all the work of Perl_save_pad...
2008-01-26 Benjamin Smith Re: struct context now 12.5% smaller than 5.10
2008-01-24 Nicholas Clark In struct block_loop, merge itermax and iterlval into...
2008-01-24 Nicholas Clark Merge CXt_LOOP_STACK's use of itermax for the reverse...
2008-01-24 Nicholas Clark Change the context type of for ($a .. $b) to CXt_LOOP_L...
2008-01-24 Nicholas Clark Split CXt_LOOP into CXt_LOOP_PLAIN and CXt_LOOP_FOR...
2008-01-21 Nicholas Clark In struct block_subst, access the member once via a...
2008-01-21 Nicholas Clark In struct block_eval, access the members old_in_eval...
2008-01-20 Nicholas Clark In struct block_sub and block_format, access the member...
2008-01-20 Nicholas Clark Split struct block_sub into struct block_sub and struct...
2008-01-20 Nicholas Clark In struct block_loop access element label via the macro...
2007-06-29 Rafael Garcia-Suarez Removes the code that is supposed to restore magic...
2007-05-31 Nicholas Clark blead segfaults on local *@; eval {1} because ERRSV...
2007-05-29 Bo Lindbergh Re: localising hash element by variable
2007-04-30 Brandon Black Re: mro status, etc
2007-04-23 Jerry D. Hedden Un-mathom Perl_save_I16
2007-04-19 Brandon Black Re: new C3 MRO patch
2007-04-04 Nicholas Clark Get further through the build with read-only optrees...
2007-03-17 Nicholas Clark Remove the other 4 bits of MAD code designed to abort...
2007-03-16 Nicholas Clark Remove the abort() trap, which Larry said was actually...
2007-01-05 Rafael Garcia-Suarez Update copyright years in .c files
2007-01-04 Marcus Holland-Moritz The first three patches from:
2007-01-03 Dave Mitchell handle cloning of parsers on the save stack
2006-12-07 Jerry D. Hedden Perl_save_destructor is not a mathom
2006-12-06 Rafael Garcia-Suarez save_I8 is not a mathom.
2006-10-18 Dave Bailey [perl #40557] regexec.c saves context stack position...
2006-09-17 Nicholas Clark Store a pointer to the op in struct block_loop, rather...
2006-09-16 Nicholas Clark Revert changes 28772, 28773, 28774 as they won't gain...
2006-09-01 Nicholas Clark Access to cx->blk_sub.lval via macros (as it's about...
2006-09-01 Nicholas Clark Access cx->blk_sub.hasargs via a pair of macros (as...
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-05-20 Nicholas Clark Rename cop_hints to cop_hints_hash
2006-05-02 Nicholas Clark De-duplicate the code that creates new GPs into Perl_ne...
2006-04-27 Dave Mitchell [perl #39012] another REIFY bug
2006-04-14 Nicholas Clark Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS()...
2006-04-13 Nicholas Clark Remove SAVEt_FREESHAREDPV, as nothing is using it,...
2006-04-12 Nicholas Clark Change cop_warnings from an SV holding the warnings...
2006-04-08 Nicholas Clark By swapping the order of pushes onto the save stack for
2006-04-06 Nicholas Clark Move all the regexp state variables into a single struc...
2006-04-05 Nicholas Clark Save the regexp engine state as 1 block on the save...
2006-04-05 Nicholas Clark Perl_save_alloc can use the new(er) SSGROW rather than...
2006-04-02 Nicholas Clark Abstract all the accesses to cop_arybase (apart from...
2006-04-01 Nicholas Clark Automatically set HINT_LOCALIZE_HH whenever %^H is...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-30 Nicholas Clark Fix bug #38815 (localising keys which are UTF-8 encoded...
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-03-09 Nicholas Clark Note the cause of another MAD test failure - an explici...
2006-03-08 Nicholas Clark Further MAD changes.
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Nicholas Clark With PERL_DONT_CREATE_GVSV, don't need to create a...
2006-02-24 Nicholas Clark Given that SvPV on a typeglob is now irrelevant, really...
2006-02-24 Andy Lester Perl_save_aelem can't be const
2006-02-24 Andy Lester unused context warnings
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-14 Nicholas Clark Back out change change 10214 (drop SVp_IOK from >>...
2006-02-06 Nicholas Clark Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-31 Nicholas Clark Eliminate save_threadsv, as it is never linked to,...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-08 Nicholas Clark Update copyright years (including some years where...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2005-12-16 Nicholas Clark s/Nullav/NULL/g
2005-11-19 Steve Peters Cleaning up some warnings generated by "gcc -W"
2005-11-14 Nicholas Clark Remove the two register keywords from auto variables...
2005-11-07 Andy Lester Consting and localizing: Part LXVIII
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-07 Dave Mitchell more taint fallout from change 24943
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-22 Dave Mitchell handle magic in local correctly
2005-06-20 Andy Lester More random cleanups
2005-06-10 Nicholas Clark Work around bug 36211, plus a lot of TODO regression...
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-02 Steve Peters SvPVX_const() - part 3 ... and const'ing Storable
2005-05-30 Andy Lester [PATCH] More embed.fnc strictures, plus consting and...
2005-05-20 Andy Lester Attribute configuration
2005-05-17 Jarkko Hietaniemi perl 5.9.x (@ 24471): Symbian update
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-04-05 Nicholas Clark Add casting to allow g++ (3.3.5) to compile the core...
2005-03-26 Nicholas Clark Need to return something when the compiler doesn't...
2005-03-25 Andy Lester Consting part 4
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2005-03-14 Andy Lester Adding const qualifiers
2005-01-14 Nicholas Clark Correct the editor block to match the perl 5 policy...
2005-01-13 Nicholas Clark replace NEWSV(), SvSetSV() with newSVsv()
2005-01-13 Nicholas Clark Update copyright years. Add an editor block while passi...
2005-01-10 Marcus Holland-Moritz Remove PERL_FLEXIBLE_EXCEPTIONS code.
next