This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Devel::Peek: Fix a couple of pod glitches
[perl5.git] / gv.h
2015-12-17 Tony Cookdocument save_gp() and the GVf_INTRO flag
2015-08-17 David MitchellEliminate GvASSIGN_GENERATION and _set macros
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-01-20 Matthew HorsfallRevert "refactor gv_add_by_type"
2015-01-06 Daniel Draganrefactor gv_add_by_type
2014-09-23 Father Chrysostomosgv.h: Use PERL_BITFIELD32 for the bitfield
2014-09-23 Father Chrysostomosgv.h: Make gp_line and gp_flags into a bitfield
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-19 Father Chrysostomosgv.h: Add a gp_flags field
2014-09-18 Father Chrysostomosgv.h: Comment typo
2014-09-18 Father ChrysostomosRemove GVf_IN_PAD
2014-09-07 Father ChrysostomosRemove GV_ADDINEVAL
2014-08-20 syberMake S_method_common use gv_stashpvn instead of copypas...
2013-11-13 David Mitchellfix definition of GvFILEGV()
2012-11-29 Father ChrysostomosReset method caches when GPs are shared
2012-09-17 Father Chrysostomos[perl #114924] Make method calls work with ::SUPER...
2012-06-21 Jesse Luehrsdocument some more Gv* macros
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-10-06 Father ChrysostomosMerge multi and flags params to gv_init_*
2011-10-06 Brian Frasergv.c: newGVgen_flags and a flags parameter for gv_get_s...
2011-10-06 Father ChrysostomosRemove method param from gv_autoload_*
2011-10-06 Father ChrysostomosRemove 4 from new gv_autoload4_(sv|pvn?) functions
2011-10-06 Brian Frasergv.c: Added gv_autoload4_(sv|pv|pvn)
2011-10-06 Brian Frasergv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
2011-10-06 Father ChrysostomosRemove some _get variants of *NAMEUTF8 macros in [gh]v.h
2011-10-06 Brian Frasergv.c: Added gv_fetchmeth_(sv|pv|pvn).
2011-10-06 Brian Frasergv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv...
2011-10-06 Brian FraserUTF-8 related macros in hv.h and gv.h
2011-09-09 Father ChrysostomosEnter gv_fetchsv_nomg
2011-08-30 Father ChrysostomosEliminate is_gv_magical_sv
2011-06-11 Father ChrysostomosRevert ‘Deprecate tie $handle without *’
2011-01-21 David Mitchelladd GvCV_set() and GvGP_set() macros.
2010-12-03 Father ChrysostomosDeprecate tie $handle without *
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-06-04 David Mitchellfix indendation of DM_* flag definitions
2010-06-04 David Mitchellexpress DM_[GU]ID flags in terms of components
2010-06-04 David Mitchellrename DM_ARRAY flag to DM_ARRAY_ISA
2010-05-27 George GreerFix clang "incompatible operand types" error in ternary...
2010-03-30 David MitchellPL_defoutgv isn't always a GV.
2009-08-08 Nicholas ClarkMerge gv_IOadd() into gv_add_by_type().
2009-08-08 Nicholas ClarkMerge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add...
2009-08-07 Nicholas ClarkRemove GvREFCNT_inc(), which is deprecated and unused.
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
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 Urbanreadable assertion names
2008-04-17 Nicholas Clark/* This code tries to figure out just what went wrong...
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-06-16 Rafael Garcia-SuarezMore portability nits by Jarkko
2007-03-31 Nicholas ClarkRearrange members of structures to reduce memory size...
2007-03-01 Nicholas ClarkDon't SEGV when dumping an undefined typeglob. The...
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2006-12-12 Nicholas ClarkAssert that PVGVs are never SvVALID() in the PVBM sense.
2006-05-02 Steve PetersAnother place where Intel C++ pretending to be gcc...
2006-05-02 Nicholas ClarkGvFILE() cannot be a pointer to the memory owned by...
2006-04-25 Andy Lesteruse NOOP macro
2006-04-24 Marcus Holland-MoritzEnsure GvNAME doesn't return NULL
2006-03-31 Andy LesterRandom accumulated patches
2006-03-05 Nicholas ClarkChange 27380 (HEK into the IV union failed to convert...
2006-03-05 Nicholas ClarkPerl_gv_name_set should not leak the old HEK. Allow...
2006-03-05 Nicholas ClarkMove the GvNAME HEK into the IV union - every GV is...
2006-03-05 Nicholas ClarkUse a HEK to store the GV's name, rather than a malloc...
2006-03-05 Nicholas ClarkProvide Perl_gv_name_set to replace LVALUE use of GvNAM...
2006-02-27 Andy Lesterfix up gv.c and gv.h
2006-02-27 Rafael Garcia-SuarezFix argument grouping for some macros
2006-02-25 Nicholas ClarkGvFLAGS can be overlaid with SvCUR.
2006-02-25 Nicholas ClarkUse xpv_len rather than xpv_cur in GVs to store GvASSIG...
2006-02-25 Nicholas ClarkAbstract the specific use of SvCUR in GVs for detecting...
2006-02-25 Nicholas Clarkxgv_stash can be stored as a union with the NV, reducin...
2006-02-25 Nicholas ClarkAmazingly, it seems that none of the other GV specific...
2006-02-25 Nicholas ClarkStore GvGP in the SV head union. For all the common...
2006-02-24 Nicholas ClarkAssert that GvSTASH is only called on PVGVs and PVLVs.
2006-02-13 Steve HayRevert an assert() fix in the light of change #27152
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-01-05 Steve HayWorkaround another problem following change 26395
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Steve HayWorkaround Win32 compiler bugs following change 26395
2005-12-22 Nicholas ClarkAdd an optimisation to allow proxy constant subroutines...
2005-12-20 Nicholas ClarkAdd a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that...
2005-12-17 Nicholas ClarkAdd some paranoia to check that GP accesses aren't...
2005-10-30 Nicholas ClarkReplace gv_fetchmethod() with a macro to call gv_fetchm...
2005-07-10 Dave Mitchellsilence some compiler warnings
2005-07-08 Nicholas ClarkDEFSV causes GvSVn() to be used in lvalue context.
2005-06-30 Nicholas ClarkIf gp_flags is unused, why are we even allocating it?
2005-06-30 Nicholas ClarkNothing is actually relying on GvUNIQUE holding state.
2005-06-29 Nicholas ClarkFirst stab at not automatically creating an unused...
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-29 Rafael Garcia-SuarezDownconst external APIs
2005-03-24 Andy LesterThird consting batch
2005-01-07 Nicholas ClarkStage 1 of utf8 support for soft references.
2004-12-06 Nicholas ClarkRemove spurious semicolons
2004-12-06 Nicholas ClarkTurn gv_fullname3 and gv_efullname3 into macros that...
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
next