This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a new compile option PERL_DEBUG_READONLY_OPS which marks the optree
[perl5.git] / gv.h
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
2002-05-02 Jarkko HietaniemiNew try at the Class::DBI core dump at global cleanup.
2002-03-21 Dave Mitchell-DCRIPPLED_CC RIP
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-02 Abhijit Menon-SenRe: [PATH] shared -> unique;
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-10 Doug MacEachern[patch] GvSHARED
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-10 Gurusamy Sarathymore cleanups for change#4539
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-24 Gurusamy Sarathyremove unused interpreter globals
1999-09-29 Charles Baileyresync with mainline
1999-09-25 Larry WallRe: [PATCH 5.005_61] "our" declarations
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-07-05 Gurusamy Sarathyadd comments on GV_FOO constants, s/8/GV_ADDINEVAL/
1998-05-15 Gurusamy Sarathy[win32] merge changes#922,944,949,965,970 from maintbranch
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-21 Perl 5 Porters[inseparable changes from patch from perl5.003_27 to...
1997-01-15 Perl 5 Porters[inseparable changes from patch from perl5.003_20 to...
1997-01-04 Perl 5 Porters[inseparable changes from patch from perl5.003_18 to...
1996-06-18 Perl 5 PortersAdd cast for GV type
1996-02-29 Andy Doughertyperl 5.002 perl-5.002
1995-03-13 Larry WallPerl 5.001 perl-5.001
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2