| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Goodbye xav_arylen. You won't be missed that much. | Nicholas Clark | 2005-05-29 | 1 | -3/+1 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 1 | -21/+12 |
* | Rename the members of the SV head union to avoid pre-processor | Nicholas Clark | 2005-05-26 | 1 | -1/+1 |
* | I think for now these have to be disabled by default. | Nicholas Clark | 2005-05-25 | 1 | -1/+1 |
* | Reorder the union to cause Win32 compilers to use void * alignment for | Nicholas Clark | 2005-05-24 | 1 | -1/+1 |
* | Don't allocate an IV slot where the type doesn't use the IV slot. | Nicholas Clark | 2005-05-23 | 1 | -0/+19 |
* | create an "allocated" structure for PVs, PVAVs and PVHVs | Nicholas Clark | 2005-05-23 | 1 | -0/+2 |
* | Re-order IVX slot in SV bodies | Nicholas Clark | 2005-05-22 | 1 | -2/+12 |
* | Add a union in place of xnv_nv, which allows AVs and HVs to re-use | Nicholas Clark | 2005-05-21 | 1 | -7/+17 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -2/+1 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -17/+9 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Reverse copyright update (#18801) for files not changed in 2003. | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Negative subscripts optionally passed to tied array methods | Mark-Jason Dominus | 2002-08-17 | 1 | -0/+1 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+4 |
* | av.h cosmetics | Simon Cozens | 2001-03-30 | 1 | -1/+1 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | tweak comment about @DB::args | Gurusamy Sarathy | 2000-06-08 | 1 | -2/+2 |
* | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+10 |
* | preliminary support for perl_clone() (still needs work in | Gurusamy Sarathy | 1999-11-08 | 1 | -1/+1 |
* | note about AVf_* | Gurusamy Sarathy | 1999-09-10 | 1 | -0/+20 |
* | slightly tweaked version of suggested patch | Dan Sugalski | 1999-07-06 | 1 | -1/+1 |
* | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | TIEARRAY updates - almost works ... | Nick Ing-Simmons | 1998-01-14 | 1 | -2/+1 |
* | tie array changes to core and tests | Nick Ing-Simmons | 1998-01-13 | 1 | -4/+8 |
* | [inseparable changes from match from perl-5.003_91 to perl-5.003_92] | Perl 5 Porters | 1997-03-01 | 1 | -1/+1 |
* | [inseparable changes from patch from perl5.003_26 to perl5.003_27] | Perl 5 Porters | 1997-02-18 | 1 | -2/+2 |
* | turbidity in av.[ch] | Gurusamy Sarathy | 1995-12-10 | 1 | -1/+1 |
* | 5.002 beta 1 | Larry Wall | 1995-11-21 | 1 | -0/+4 |
* | perl 5.000perl-5.000 | Larry Wall | 1994-10-17 | 1 | -22/+16 |
* | perl 5.0 alpha 4 | Larry Wall | 1993-11-10 | 1 | -11/+5 |
* | perl 5.0 alpha 2perl-5a2 | Larry Wall | 1993-10-07 | 1 | -0/+56 |