This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Perl @ http://www.ccl4.org/~nick/P/perl-33444.tar.bz2
[perl5.git] / pad.h
2008-01-16 Rafael Garcia-SuarezA couple of POD fixes by Steven Schubiger
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2007-01-05 Rafael Garcia-SuarezUpdate copyright years in .h files. Also, in .pl
2007-01-03 Nicholas ClarkRename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2006-12-28 Nicholas ClarkWith PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy...
2006-12-28 Nicholas ClarkMove PAD_COMPNAME_GEN from SvCUR to SvUVX.
2006-12-28 Nicholas ClarkMove PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad...
2006-12-28 Nicholas ClarkMove the low/high cop sequences from NVX/IVX to a two...
2006-12-28 Nicholas ClarkAbstract the pad code's overloaded use of SvNVX and...
2006-04-10 Jarkko Hietaniemies: quiet some warnings (with a free AIX cpp insanity...
2006-03-08 Nicholas ClarkAdd MAD changes to pad code (new function Perl_pad_peg)
2006-02-24 Nicholas ClarkReplace usage of GvSTASH for storing the stash of C...
2006-02-24 Nicholas ClarkAs SVs can't both be in a pad, and the name of a variab...
2006-02-23 Nicholas ClarkReplace direct flags tests & manipulations for SVpad_TY...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-01-08 Nicholas ClarkUpdate copyright with the 2 years where changes were...
2005-07-28 Rafael Garcia-SuarezSync change 25229 to .h source files
2005-07-01 Dave Mitchellthe PAD_SET_CUR macro expanded too much for AIX compilers
2005-04-19 Andy Lesterpad_compname_type(), takes care of a clunky macro
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-06 Nicholas ClarkCasting to/from (void *) sufficient to make a C++ compi...
2003-10-16 Dave MitchellEnsure PL_comppad/curpad point to PL_main_cv's padlist...
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-12-17 Dave MitchellRe: [jhi@iki.fi: enums are not nums]
2002-11-12 Dave MitchellRe: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32...
2002-10-22 Dave MitchellPL_curpad == AvARRAY(PL_comppad) always
2002-10-04 H.Merijn BrandNon ANSI feature detection in enum
2002-10-02 Dave Mitchellmove all pad-related code to its own src file