LOGONLY mark 4ea801 as NODOC (warning fixes to perlbug) and e6eb90 as DOCed (bugfix...
[p5sagit/p5-mst-13.2.git] / cv.h
2010-06-09 Nicholas Clark Reorder CVf_* flags to be numerically contiguous again.
2010-05-21 Nicholas Clark Remove union _xivu from _XPVCV_COMMON, and hence struct...
2010-05-21 Nicholas Clark In the SV body, exchange the positions of the NV and...
2009-08-22 Nicholas Clark Eliminate the remaining definitions for *_allocated...
2009-04-13 Nicholas Clark Remove CVf_LOCKED and CvLOCKED*(), now that nothing...
2008-10-27 Nicholas Clark Convert all (CV *) casts to (const CV *). Convert ...
2008-10-25 Nicholas Clark Update copyright years.
2008-07-31 Nicholas Clark You can't (and shouldn't) use CvDEPTH on a PVFM.
2008-06-08 Reini Urban Re: [PATCH] readable assertion names, now the rest
2008-01-23 Nicholas Clark Deprecate (and remove core use of ) Nullav, Nullcv...
2007-12-30 Marcus Holland-Moritz factor out duplicate code in struct xpv*
2007-06-05 Rafael Garcia-Suarez Remove support for assertions and -A
2007-01-02 Nicholas Clark Update copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas Clark It's good to be able to dump FORMATs too :-)
2006-12-28 Nicholas Clark Move all the FBM data fields from the table into a...
2006-12-28 Nicholas Clark Move the low/high cop sequences from NVX/IVX to a two...
2006-10-19 Alexander Gough stab at UNITCHECK blocks
2006-05-02 Nicholas Clark Fix bug in DynaLoader, which has been passing a filenam...
2006-03-14 Rafael Garcia-Suarez Make usage of :unique emit a deprecation warning.
2006-03-05 Nicholas Clark Move the GvNAME HEK into the IV union - every GV is...
2006-02-25 Nicholas Clark xgv_stash can be stored as a union with the NV, reducin...
2006-02-24 Nicholas Clark Store the stash for our in the magic slot. This will...
2006-02-21 Nicholas Clark Goodbye PERL_XSUB_OLDSTYLE.
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-20 Nicholas Clark Abolish BROKEN_UNION_INIT in B::C, as it works around...
2006-02-20 Nicholas Clark Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS...
2005-07-28 Rafael Garcia-Suarez Sync change 25229 to .h source files
2005-05-29 Nicholas Clark Change the IV to a union.
2005-05-24 Nicholas Clark Reorder the union to cause Win32 compilers to use void...
2005-05-22 Nicholas Clark Re-order IVX slot in SV bodies
2005-05-21 Nicholas Clark Add a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas Clark Move the xpv_pv/xrv_rv member into the SV head, in...
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-01-20 Dave Mitchell Document CVf_UNIQUE flag better
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-08 Rafael Garcia-Suarez Typos fixes by Stas Bekman.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-16 Salvador Fandiño add support for assertions. Updated form of:
2002-12-26 Nicholas Clark docpatch for cv.h
2002-12-14 Dave Mitchell Proper fix for CvOUTSIDE weak refcounting
2002-12-02 Dave Mitchell allow evals to see the full lexical scope
2002-10-19 H.Merijn Brand Happy chainsaw stories; The removal of the 5005 threads
2002-10-15 Paul Johnson Re: [PATCH] cv.h: Comment update
2002-10-02 Dave Mitchell move all pad-related code to its own src file
2002-03-28 Spider Boardman Re: perl 5.7.3 + XS lvalue subs
2002-02-08 Nick Ing-Simmons Extract something from yesterdays effort - convert...
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-09-22 Paul Marquess Missing ")" in CvFILEGV
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-07-08 Jarkko Hietaniemi Retract #11212.
2001-07-08 Graham Barr (Retracted by #11223.)
2001-06-25 Robin Houston Re: CvFILE corruption under ithreads
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-10-21 John Tobey Re: Creating const subs for constants.
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-09-29 Charles Bailey resync with mainline
1999-09-05 Gurusamy Sarathy initial implementation of lvalue subroutines (slightly...
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathy remove _() non-ansism
1999-04-03 Gurusamy Sarathy scrounge and save three extra branches in pp_entersub()
1999-03-22 Gurusamy Sarathy update copyright years
1999-02-18 Gurusamy Sarathy distinguish eval'' from BEGIN|INIT|END CVs (fixes buggy...
1998-04-25 Nick Ing-Simmons Implement 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 Hietaniemi AIX patch (including Configure support for {sched,pthre...
1997-09-09 Malcolm Beattie Rewrite synchronisation of subs/methods and add attrs
1997-07-24 Malcolm Beattie Start support for fake threads.
1997-05-26 Malcolm Beattie Integrate thrperl 5.003->5.004.
1997-03-28 Malcolm Beattie Initial 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...
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 Sarathy Introduce CVf_NODEBUG flag
1996-12-27 Chip Salzenberg Support named closures
1996-02-29 Andy Dougherty perl 5.002
1995-03-13 Larry Wall Perl 5.001
1994-10-17 Larry Wall perl 5.000
1994-03-18 Larry Wall perl 5.0 alpha 6
1993-10-07 Larry Wall perl 5.0 alpha 2