doc 1e6ffe
[p5sagit/p5-mst-13.2.git] / pad.h
2009-12-16 Gerard Goossen Store the PL_compcv instead of the the PL_comppad in...
2009-11-15 Nicholas Clark Make the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas Clark Convert pad_check_dup() to static linkage, and call...
2009-11-15 Nicholas Clark Refactor common code paths from Perl_pad_add_name(...
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_pad_check_dup().
2009-04-08 Marcus Holland-Moritz Use of freed comppad array during clear_yystack()
2008-10-27 Nicholas Clark Add MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas Clark Add a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas Clark Update copyright years.
2008-06-08 Reini Urban Re: [PATCH] readable assertion names, now the rest
2008-01-16 Rafael Garcia-Suarez A couple of POD fixes by Steven Schubiger
2008-01-01 Marcus Holland-Moritz Add editor blocks to some header files.
2007-01-05 Rafael Garcia-Suarez Update copyright years in .h files. Also, in .pl
2007-01-03 Nicholas Clark Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2006-12-28 Nicholas Clark With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy...
2006-12-28 Nicholas Clark Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
2006-12-28 Nicholas Clark Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas Clark Move the low/high cop sequences from NVX/IVX to a two...
2006-12-28 Nicholas Clark Abstract the pad code's overloaded use of SvNVX and...
2006-04-10 Jarkko Hietaniemi es: quiet some warnings (with a free AIX cpp insanity...
2006-03-08 Nicholas Clark Add MAD changes to pad code (new function Perl_pad_peg)
2006-02-24 Nicholas Clark Replace usage of GvSTASH for storing the stash of C...
2006-02-24 Nicholas Clark As SVs can't both be in a pad, and the name of a variab...
2006-02-23 Nicholas Clark Replace direct flags tests ...
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-08 Nicholas Clark Update copyright with the 2 years where changes were...
2005-07-28 Rafael Garcia-Suarez Sync change 25229 to .h source files
2005-07-01 Dave Mitchell the PAD_SET_CUR macro expanded too much for AIX compilers
2005-04-19 Andy Lester pad_compname_type(), takes care of a clunky macro
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-06 Nicholas Clark Casting to/from (void *) sufficient to make a C++ compi...
2003-10-16 Dave Mitchell Ensure PL_comppad/curpad point to PL_main_cv's padlist...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-12-17 Dave Mitchell Re: [jhi@iki.fi: enums are not nums]
2002-11-12 Dave Mitchell Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32...
2002-10-22 Dave Mitchell PL_curpad == AvARRAY(PL_comppad) always
2002-10-04 H.Merijn Brand Non ANSI feature detection in enum
2002-10-02 Dave Mitchell move all pad-related code to its own src file