summaryrefslogtreecommitdiff
path: root/av.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix obsolete identifiers in commentRafael Garcia-Suarez2005-09-151-2/+2
* Attempt 2 at a diet memory layout can go live.Nicholas Clark2005-05-311-1/+1
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-3/+1
* Change the IV to a union.Nicholas Clark2005-05-291-21/+12
* Rename the members of the SV head union to avoid pre-processorNicholas Clark2005-05-261-1/+1
* I think for now these have to be disabled by default.Nicholas Clark2005-05-251-1/+1
* Reorder the union to cause Win32 compilers to use void * alignment forNicholas Clark2005-05-241-1/+1
* Don't allocate an IV slot where the type doesn't use the IV slot.Nicholas Clark2005-05-231-0/+19
* create an "allocated" structure for PVs, PVAVs and PVHVsNicholas Clark2005-05-231-0/+2
* Re-order IVX slot in SV bodiesNicholas Clark2005-05-221-2/+12
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-211-7/+17
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-2/+1
* Goodbye AvFLAGSNicholas Clark2005-05-201-17/+9
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-021-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Negative subscripts optionally passed to tied array methodsMark-Jason Dominus2002-08-171-0/+1
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* av.h cosmeticsSimon Cozens2001-03-301-1/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* tweak comment about @DB::argsGurusamy Sarathy2000-06-081-2/+2
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+10
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-1/+1
* note about AVf_*Gurusamy Sarathy1999-09-101-0/+20
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-1/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* TIEARRAY updates - almost works ...Nick Ing-Simmons1998-01-141-2/+1
* tie array changes to core and testsNick Ing-Simmons1998-01-131-4/+8
* [inseparable changes from match from perl-5.003_91 to perl-5.003_92]Perl 5 Porters1997-03-011-1/+1