This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for podlators update.
[perl5.git] / pad.h
2016-02-03 Karl Williamsonperlapi: Clarify that a literal string must end in...
2015-09-04 Karl Williamsonperlapi use 'UTF-8' instead of variants of that
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-17 David Mitchellfix PAD_COMPNAME_GEN documentation
2015-07-09 Daniel Draganimprove debugging of padlist API
2015-06-08 David Mitchellmake PadlistNAMES() lvalue again.
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2014-12-07 Father ChrysostomosRevert ‘Used pad name lists for pad ids’
2014-12-02 Father Chrysostomospad.h: Use PERL_PADNAME_MINIMAL by default
2014-11-30 Father ChrysostomosMinimise the size of padname + string buffer
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father Chrysostomospad.h: Mention ‘fake’ under PadnameOUTER
2014-11-30 Father Chrysostomospad.h: Update PadnamePV description
2014-11-30 Father ChrysostomosMake pad names always UTF8
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-30 Father Chrysostomospad.h: Don’t use pad_compname_type
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in the source
2014-11-15 Father ChrysostomosPut PL_cop_seqmax++ code in one spot
2014-11-13 Father ChrysostomosAdd new LVALUE flag for pad names
2014-09-08 Peter MartiniFix documented return type for PAD_SV
2014-06-24 Daniel Draganfix multi-evals problems in pad name list api
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-01-15 Tony Cook[perl #120670] make perl headers C++11 compatible
2013-12-29 Father ChrysostomosConsistent spaces after dots in perlintern.pod
2013-10-30 Father Chrysostomospad.h: Correct PadlistMAX docs
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-26 Father Chrysostomospad.c: Use &PL_sv_no for const pad names
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-09-17 Father ChrysostomosRevert "Set PL_comppad_name on sub entry"
2012-09-16 Father ChrysostomosSet PL_comppad_name on sub entry
2012-08-24 Father Chrysostomospad.h: Rename PadnameSTATE; make it a proper boolean
2012-08-23 Father Chrysostomospad.h: PadnameSTATE
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-23 Father Chrysostomospad.h: Let PADNAME_PV return null
2012-08-22 Father Chrysostomospad.h: typos in macro definitions
2012-08-22 Father Chrysostomospad.h: PADNAME_SV
2012-08-22 Father Chrysostomospad.[ch]: PADNAME_OUTER
2012-08-21 Father ChrysostomosMore PAD APIs
2012-08-21 Father ChrysostomosFix format closure bug with redefined outer sub
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 Father ChrysostomosMove PAD(LIST) typedefs to perl.h
2012-08-08 Father Chrysostomos[perl #114018] Let eval close over stale vars in active sub
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-04-10 Father Chrysostomos[perl #109718] Clone PL_comppad properly
2012-01-19 Steffen SchwigonBump several file copyright dates
2011-09-01 Father ChrysostomosDefenestrate PAD_DUP
2011-07-13 Brian Fraserpad.h: Added a padadd_UTF8_NAME flag for pad_add_name_pvn.
2011-07-13 ZeframAPIify pad functions
2011-06-11 Nicholas ClarkTest that SvFLAGS() & SVpad_NAME is SVpad_NAME, not...
2011-02-06 David Mitchellrename PAD_MAX to PERL_PADSEQ_INTRO
2009-12-16 Gerard GoossenStore the PL_compcv instead of the the PL_comppad in...
2009-11-15 Nicholas ClarkMake the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas ClarkConvert pad_check_dup() to static linkage, and call...
2009-11-15 Nicholas ClarkRefactor common code paths from Perl_pad_add_name(...
2009-11-09 Nicholas ClarkAdd length and flags arguments to Perl_pad_check_dup().
2009-04-08 Marcus Holland-MoritzUse of freed comppad array during clear_yystack()
2008-10-27 Nicholas ClarkAdd MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-06-08 Reini UrbanRe: [PATCH] readable assertion names, now the rest
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