Fix .spec file to be extracted Module::Build
[platform/upstream/perl.git] / pad.h
2023-12-28 TizenOpenSourceImported Upstream version 5.38.0 upstream upstream/5.38.0
2022-01-21 DongHun KwakImported Upstream version 5.33.6 upstream/5.33.6
2022-01-21 DongHun KwakImported Upstream version 5.33.4 upstream/5.33.4
2022-01-21 DongHun KwakImported Upstream version 5.33.2 upstream/5.33.2
2020-12-17 DongHun KwakImported Upstream version 5.31.4 upstream/5.31.4
2020-12-17 DongHun KwakImported Upstream version 5.31.3 upstream/5.31.3
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2017-06-28 DongHun KwakImported Upstream version 5.25.6 47/136047/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.1 30/136030/1
2017-06-28 DongHun KwakImported Upstream version 5.22.3 28/136028/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.2 11/136011/1
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-12-02 Steve HayMerge branch 'dirnames' into blead
2013-10-30 Father Chrysostomospad.h: Correct PadlistMAX docs
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-26 Father Chrysostomos[Merge] Constants, inlined subs, TARGs, ...
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 Chrysostomos[Merge] [perl #113930] Lexical subs
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-22 Father Chrysostomos[Merge] New PADLIST type
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-06-04 Steve PetersMerge branch 'post-5.16' into blead
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 Father ChrysostomosMerge UTF8 pad stuff
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-29 Steve PetersMerge branch 'blead' of ssh://stevep@perl5.git.perl...
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-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
2009-05-05 Rafael Garcia-SuarezMerge branch 'blead' into smartmatch
2009-04-09 Rafael Garcia-SuarezMerge commit 'rafl/blead' into blead
2009-04-08 Marcus Holland-MoritzUse of freed comppad array during clear_yystack()
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
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-17 Nick Ing-SimmonsIntegrate mainline
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
2003-01-13 Jarkko HietaniemiIntegrate perlio #18040 and #18043 (no real changes;
2003-01-01 Nick Ing-SimmonsIntegrate mainline
2002-12-17 Dave MitchellRe: [jhi@iki.fi: enums are not nums]
next