This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
5.30.3 on Monday
[perl5.git] / av.h
2019-09-03 Karl WilliamsonNote that AvFILLp is not for public use
2019-06-25 Karl WilliamsonFix apidoc macro entries
2019-05-31 Karl WilliamsonRemove redundant info on =for apidoc lines
2018-07-17 Karl Williamsonperlapi: AvFILL isn't deprecated
2017-02-11 Karl WilliamsonChange av_foo_nomg() name
2016-03-20 Karl WilliamsonImprison at_tindex_nomg()
2016-03-08 Karl WilliamsonAdd av_tindex_nomg()
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-02-08 Karl WilliamsonAdd av_tindex() synonym for av_top_index()
2013-02-08 Karl WilliamsonChange name 'av_top' to 'av_top_index'
2013-01-20 Karl WilliamsonAdd av_top() synonym for av_len()
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2011-08-18 Father Chrysostomos[perl #97020] Carp (actually caller) leaking memory
2011-07-19 Shlomi Fishperlapi.pod Enhancements
2010-05-21 Nicholas ClarkRemove union _xivu from struct xpvav - replace it with...
2010-05-21 Nicholas ClarkIn the SV body, exchange the positions of the NV and...
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2008-10-27 Nicholas ClarkAdd MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-25 Nicholas ClarkUpdate copyright years.
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-12-20 Nicholas ClarkPerl_newAV() can become a mathom by making newAV()...
2007-01-02 Nicholas ClarkUpdate copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas ClarkRemove the vestigal "#if 0"s from header files that...
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-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...
2005-09-15 Rafael Garcia-SuarezFix obsolete identifiers in comment
2005-05-31 Nicholas ClarkAttempt 2 at a diet memory layout can go live.
2005-05-29 Nicholas ClarkGoodbye xav_arylen. You won't be missed that much.
2005-05-29 Nicholas ClarkChange the IV to a union.
2005-05-26 Nicholas ClarkRename the members of the SV head union to avoid pre...
2005-05-25 Nicholas ClarkI think for now these have to be disabled by default.
2005-05-24 Nicholas ClarkReorder the union to cause Win32 compilers to use void...
2005-05-23 Nicholas ClarkDon't allocate an IV slot where the type doesn't use...
2005-05-23 Nicholas Clarkcreate an "allocated" structure for PVs, PVAVs and...
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...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
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-08-17 Mark-Jason DominusNegative subscripts optionally passed to tied array...
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-03-30 Simon Cozensav.h cosmetics
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-06-09 Jarkko HietaniemiRename the fdpid locking and integrate with Sarathy.
2000-06-08 Gurusamy Sarathytweak comment about @DB::args
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-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-09-29 Charles Baileyresync with mainline
1999-09-10 Gurusamy Sarathynote about AVf_*
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-01-14 Nick Ing-SimmonsTIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-03-01 Perl 5 Porters[inseparable changes from match from perl-5.003_91...
1997-02-18 Perl 5 Porters[inseparable changes from patch from perl5.003_26 to...
1995-12-10 Gurusamy Sarathyturbidity in av.[ch]
1995-11-20 Larry Wall5.002 beta 1
1994-10-17 Larry Wallperl 5.000 perl-5.000
1993-11-10 Larry Wallperl 5.0 alpha 4
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2