This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Break apart the list of functions defined in universal.c by perl
[perl5.git] / cv.h
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...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-04-03 Gurusamy Sarathyscrounge and save three extra branches in pp_entersub()
1999-03-22 Gurusamy Sarathyupdate copyright years
1999-02-18 Gurusamy Sarathydistinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1998-04-25 Nick Ing-SimmonsImplement use attrs qw(locked package);
1998-04-21 Gurusamy Sarathy[asperl] add AS patch#17
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-09-09 Malcolm BeattieRewrite synchronisation of subs/methods and add attrs
1997-07-24 Malcolm BeattieStart support for fake threads.
1997-05-26 Malcolm BeattieIntegrate thrperl 5.003->5.004.
1997-03-28 Malcolm BeattieInitial 3-way merge from (5.001m, thr1m, 5.003) plus...
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-01-25 Perl 5 Porters[inseparable changes from patch from perl5.003_22 to... perl-5.003_23
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...
1997-01-04 Gurusamy SarathyIntroduce CVf_NODEBUG flag
1996-12-27 Chip SalzenbergSupport named closures
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-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2