| Commit message (Expand) | Author | Age | Files | Lines |
* | av.h: more apidoc tweaks | Richard Leach | 2021-08-27 | 1 | -2/+4 |
* | av.h: apidoc updates for khw comments | Richard Leach | 2021-08-27 | 1 | -7/+8 |
* | av.h - addressing comments | Richard Leach | 2021-08-27 | 1 | -4/+4 |
* | av.h - better document newAV_alloc_x/newAV_alloc_xz | Richard Leach | 2021-08-27 | 1 | -22/+40 |
* | av.h: document that backrefs lists are fake AVs | Richard Leach | 2021-08-27 | 1 | -4/+5 |
* | av.h: additional comments regarding real/fake AVs | Richard Leach | 2021-08-27 | 1 | -5/+15 |
* | av.h - document newAV_alloc_xz | Richard Leach | 2021-07-29 | 1 | -0/+1 |
* | Add Perl_av_new_alloc() function and newAV_alloc_x/z() macros | Richard Leach | 2021-05-26 | 1 | -0/+40 |
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 1 | -1/+1 |
* | autodoc.pl: Specify scn for single-purpose files | Karl Williamson | 2020-11-06 | 1 | -2/+0 |
* | Add POD for AvARRAY. | Felipe Gasper | 2020-09-29 | 1 | -0/+6 |
* | Document AvFILLp; clarify related entries | Karl Williamson | 2020-09-13 | 1 | -5/+6 |
* | Reorganize perlapi | Karl Williamson | 2020-09-04 | 1 | -2/+0 |
* | Change some =head1 to apidoc_section lines | Karl Williamson | 2020-09-04 | 1 | -1/+1 |
* | Add av_count() | Karl Williamson | 2020-08-19 | 1 | -1/+2 |
* | Note that AvFILLp is not for public use | Karl Williamson | 2019-09-02 | 1 | -0/+2 |
* | Fix apidoc macro entries | Karl Williamson | 2019-06-25 | 1 | -1/+1 |
* | Remove redundant info on =for apidoc lines | Karl Williamson | 2019-05-30 | 1 | -1/+1 |
* | perlapi: AvFILL isn't deprecated | Karl Williamson | 2018-07-16 | 1 | -1/+1 |
* | Change av_foo_nomg() name | Karl Williamson | 2017-02-11 | 1 | -5/+3 |
* | Imprison at_tindex_nomg() | Karl Williamson | 2016-03-19 | 1 | -1/+8 |
* | Add av_tindex_nomg() | Karl Williamson | 2016-03-07 | 1 | -0/+2 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | Make PADNAMELIST a separate type | Father Chrysostomos | 2014-11-30 | 1 | -2/+0 |
* | Skip trailing constants when searching pads | Father Chrysostomos | 2013-07-30 | 1 | -0/+3 |
* | Add av_tindex() synonym for av_top_index() | Karl Williamson | 2013-02-08 | 1 | -0/+4 |
* | Change name 'av_top' to 'av_top_index' | Karl Williamson | 2013-02-08 | 1 | -1/+1 |
* | Add av_top() synonym for av_len() | Karl Williamson | 2013-01-19 | 1 | -1/+1 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | [perl #97020] Carp (actually caller) leaking memory | Father Chrysostomos | 2011-08-18 | 1 | -1/+1 |
* | perlapi.pod Enhancements | Shlomi Fish | 2011-07-18 | 1 | -0/+2 |
* | Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc. | Nicholas Clark | 2010-05-21 | 1 | -4/+2 |
* | In the SV body, exchange the positions of the NV and stash/magic. | Nicholas Clark | 2010-05-21 | 1 | -2/+3 |
* | Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once. | Nicholas Clark | 2009-08-22 | 1 | -12/+3 |
* | Eliminate the remaining definitions for *_allocated structs. | Nicholas Clark | 2009-08-22 | 1 | -5/+0 |
* | Add MUTABLE_AV(), and remove (AV *) casts from headers. | Nicholas Clark | 2008-10-27 | 1 | -2/+2 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -2/+2 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 1 | -1/+5 |
* | factor out duplicate code in struct xpv* | Marcus Holland-Moritz | 2007-12-30 | 1 | -41/+15 |
* | Perl_newAV() can become a mathom by making newAV() a wrapper around | Nicholas Clark | 2007-12-20 | 1 | -0/+10 |
* | Update copyright years to include 2007. (Plus a couple of 2006s and | Nicholas Clark | 2007-01-02 | 1 | -1/+1 |
* | Remove the vestigal "#if 0"s from header files that defined same-sized | Nicholas Clark | 2007-01-02 | 1 | -4/+0 |
* | Move all the FBM data fields from the table into a struct xbm_s which | Nicholas Clark | 2006-12-28 | 1 | -0/+5 |
* | Move the low/high cop sequences from NVX/IVX to a two U32 structure | Nicholas Clark | 2006-12-28 | 1 | -0/+4 |
* | Move the GvNAME HEK into the IV union - every GV is now 1 pointer | Nicholas Clark | 2006-03-05 | 1 | -0/+4 |
* | xgv_stash can be stored as a union with the NV, reducing the size of | Nicholas Clark | 2006-02-25 | 1 | -1/+4 |
* | Store the stash for our in the magic slot. This will allow us to use | Nicholas Clark | 2006-02-24 | 1 | -2/+8 |
* | Fix obsolete identifiers in comment | Rafael Garcia-Suarez | 2005-09-15 | 1 | -2/+2 |
* | Attempt 2 at a diet memory layout can go live. | Nicholas Clark | 2005-05-31 | 1 | -1/+1 |