summaryrefslogtreecommitdiff
path: root/av.h
Commit message (Expand)AuthorAgeFilesLines
* perlapi: Further clean up AV docsKarl Williamson2022-05-201-7/+9
* perlapi: Clean up some AV documentationKarl Williamson2022-05-201-35/+65
* av.h: more apidoc tweaksRichard Leach2021-08-271-2/+4
* av.h: apidoc updates for khw commentsRichard Leach2021-08-271-7/+8
* av.h - addressing commentsRichard Leach2021-08-271-4/+4
* av.h - better document newAV_alloc_x/newAV_alloc_xzRichard Leach2021-08-271-22/+40
* av.h: document that backrefs lists are fake AVsRichard Leach2021-08-271-4/+5
* av.h: additional comments regarding real/fake AVsRichard Leach2021-08-271-5/+15
* av.h - document newAV_alloc_xzRichard Leach2021-07-291-0/+1
* Add Perl_av_new_alloc() function and newAV_alloc_x/z() macrosRichard Leach2021-05-261-0/+40
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1/+1
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-2/+0
* Add POD for AvARRAY.Felipe Gasper2020-09-291-0/+6
* Document AvFILLp; clarify related entriesKarl Williamson2020-09-131-5/+6
* Reorganize perlapiKarl Williamson2020-09-041-2/+0
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* Add av_count()Karl Williamson2020-08-191-1/+2
* Note that AvFILLp is not for public useKarl Williamson2019-09-021-0/+2
* Fix apidoc macro entriesKarl Williamson2019-06-251-1/+1
* Remove redundant info on =for apidoc linesKarl Williamson2019-05-301-1/+1
* perlapi: AvFILL isn't deprecatedKarl Williamson2018-07-161-1/+1
* Change av_foo_nomg() nameKarl Williamson2017-02-111-5/+3
* Imprison at_tindex_nomg()Karl Williamson2016-03-191-1/+8
* Add av_tindex_nomg()Karl Williamson2016-03-071-0/+2
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-2/+0
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-0/+3
* Add av_tindex() synonym for av_top_index()Karl Williamson2013-02-081-0/+4
* Change name 'av_top' to 'av_top_index'Karl Williamson2013-02-081-1/+1
* Add av_top() synonym for av_len()Karl Williamson2013-01-191-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-181-1/+1
* perlapi.pod EnhancementsShlomi Fish2011-07-181-0/+2
* Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc.Nicholas Clark2010-05-211-4/+2
* In the SV body, exchange the positions of the NV and stash/magic.Nicholas Clark2010-05-211-2/+3
* Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once.Nicholas Clark2009-08-221-12/+3
* Eliminate the remaining definitions for *_allocated structs.Nicholas Clark2009-08-221-5/+0
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2008-10-271-2/+2
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-2/+2
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-1/+5
* factor out duplicate code in struct xpv*Marcus Holland-Moritz2007-12-301-41/+15
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2007-12-201-0/+10
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-1/+1
* Remove the vestigal "#if 0"s from header files that defined same-sizedNicholas Clark2007-01-021-4/+0
* Move all the FBM data fields from the table into a struct xbm_s whichNicholas Clark2006-12-281-0/+5
* Move the low/high cop sequences from NVX/IVX to a two U32 structureNicholas Clark2006-12-281-0/+4
* Move the GvNAME HEK into the IV union - every GV is now 1 pointerNicholas Clark2006-03-051-0/+4
* xgv_stash can be stored as a union with the NV, reducing the size ofNicholas Clark2006-02-251-1/+4
* Store the stash for our in the magic slot. This will allow us to useNicholas Clark2006-02-241-2/+8