This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update DB_File to CPAN version 1.829
[perl5.git] / cv.h
2012-09-16 Father ChrysostomosCvNAME_HEK_set
2012-09-16 Father ChrysostomosAllow CVs to point to HEKs rather than GVs
2012-09-12 Father ChrysostomosUnify CvDEPTH for formats and subs
2012-08-21 Father ChrysostomosMove S_CvDEPTHp from cv.h to inline.h; shrink macros
2012-08-18 Father Chrysostomossv.h: Don’t repeat _XPV_HEAD
2012-08-17 Steve HayRestore VC++ 6 build on Windows
2012-08-06 Father Chrysostomoscv.h: macro parentheses
2012-08-05 Father ChrysostomosAdd a depth field to formats
2012-07-12 Father ChrysostomosEliminate PL_OP_SLAB_ALLOC
2012-06-29 Father ChrysostomosDefine cv_forget_slab under PL_OP_SLAB_ALLOC
2012-06-29 Father ChrysostomosAdd CVf_SLABBED flag
2012-06-20 Father Chrysostomos[perl #89544] Non-eval closures don’t need CvOUTSIDE
2012-06-08 Father Chrysostomoscv.h: Add comments
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-10-16 Father Chrysostomoscv.h: comment typo
2011-10-12 Father ChrysostomosImprove documentation of XS autoloading
2011-10-10 Father ChrysostomosResolve XS AUTOLOAD-prototype conflict
2011-08-17 Father Chrysostomos[perl #96126] Allocate CvFILE more simply
2011-07-19 Shlomi Fishperlapi.pod Enhancements
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-07-18 David Mitchelladd CvGV_set() macro and make CvGV() rvalue only
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-14 David Mitchellprotect CvGV weakref with backref
2010-06-09 Nicholas ClarkReorder CVf_* flags to be numerically contiguous again.
2010-05-21 Nicholas ClarkRemove union _xivu from _XPVCV_COMMON, and hence struct...
2010-05-21 Nicholas ClarkIn the SV body, exchange the positions of the NV and...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2008-10-27 Nicholas ClarkConvert all (CV *) casts to (const CV *). Convert ...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-07-31 Nicholas ClarkYou can't (and shouldn't) use CvDEPTH on a PVFM.
2008-06-08 Reini UrbanRe: [PATCH] readable assertion names, now the rest
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2007-12-30 Marcus Holland-Moritzfactor out duplicate code in struct xpv*
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-01-02 Nicholas ClarkUpdate copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas ClarkIt's good to be able to dump FORMATs too :-)
2006-12-28 Nicholas ClarkMove all the FBM data fields from the table into a...
2006-12-28 Nicholas ClarkMove the low/high cop sequences from NVX/IVX to a two...
2006-10-19 Alexander Goughstab at UNITCHECK blocks
2006-05-02 Nicholas ClarkFix bug in DynaLoader, which has been passing a filenam...
2006-03-14 Rafael Garcia-SuarezMake usage of :unique emit a deprecation warning.
2006-03-05 Nicholas ClarkMove the GvNAME HEK into the IV union - every GV is...
2006-02-25 Nicholas Clarkxgv_stash can be stored as a union with the NV, reducin...
2006-02-24 Nicholas ClarkStore the stash for our in the magic slot. This will...
2006-02-21 Nicholas ClarkGoodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas ClarkPVCVs don't need XNVs either.
2006-02-20 Nicholas ClarkPVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clarkxcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clarkxcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas ClarkAdd a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas ClarkAbolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-20 Nicholas ClarkRe-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2005-07-28 Rafael Garcia-SuarezSync change 25229 to .h source files
2005-05-29 Nicholas ClarkChange the IV to a union.
2005-05-24 Nicholas ClarkReorder the union to cause Win32 compilers to use void...
2005-05-22 Nicholas ClarkRe-order IVX slot in SV bodies
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-01-20 Dave MitchellDocument CVf_UNIQUE flag better
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-04-08 Rafael Garcia-SuarezTypos fixes by Stas Bekman.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-02-16 Salvador Fandiñoadd support for assertions. Updated form of:
2002-12-26 Nicholas Clarkdocpatch for cv.h
2002-12-14 Dave MitchellProper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave Mitchellallow evals to see the full lexical scope
2002-10-19 H.Merijn BrandHappy chainsaw stories; The removal of the 5005 threads
2002-10-15 Paul JohnsonRe: [PATCH] cv.h: Comment update
2002-10-02 Dave Mitchellmove all pad-related code to its own src file
2002-03-28 Spider BoardmanRe: perl 5.7.3 + XS lvalue subs
2002-02-08 Nick Ing-SimmonsExtract something from yesterdays effort - convert...
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-09-22 Paul MarquessMissing ")" in CvFILEGV
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-07-08 Jarkko HietaniemiRetract #11212.
2001-07-08 Graham Barr(Retracted by #11223.)
2001-06-25 Robin HoustonRe: CvFILE corruption under ithreads
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-10-21 John TobeyRe: Creating const subs for constants.
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
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-09-29 Charles Baileyresync with mainline
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
next