| Commit message (Expand) | Author | Age | Files | Lines |
* | add CvSTASH_set() macro and make CvSTASH() rvalue only | Zefram | 2010-10-25 | 1 | -1/+2 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 1 | -0/+2 |
* | add CvGV_set() macro and make CvGV() rvalue only | David Mitchell | 2010-07-18 | 1 | -1/+2 |
* | add CVf_CVGV_RC flag | David Mitchell | 2010-07-18 | 1 | -4/+6 |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 1 | -1/+4 |
* | Reorder CVf_* flags to be numerically contiguous again. | Nicholas Clark | 2010-06-09 | 1 | -3/+3 |
* | Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfm | Nicholas Clark | 2010-05-21 | 1 | -2/+3 |
* | In the SV body, exchange the positions of the NV and stash/magic. | Nicholas Clark | 2010-05-21 | 1 | -1/+0 |
* | Eliminate the remaining definitions for *_allocated structs. | Nicholas Clark | 2009-08-22 | 1 | -6/+0 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 1 | -6/+1 |
* | Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to add | Nicholas Clark | 2008-10-27 | 1 | -13/+13 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | You can't (and shouldn't) use CvDEPTH on a PVFM. | Nicholas Clark | 2008-07-31 | 1 | -2/+1 |
* | Re: [PATCH] readable assertion names, now the rest | Reini Urban | 2008-06-08 | 1 | -4/+4 |
* | 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 | -77/+6 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -6/+1 |
* | Update copyright years to include 2007. (Plus a couple of 2006s and | Nicholas Clark | 2007-01-02 | 1 | -2/+2 |
* | It's good to be able to dump FORMATs too :-) | Nicholas Clark | 2007-01-02 | 1 | -1/+2 |
* | 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 |
* | stab at UNITCHECK blocks | Alexander Gough | 2006-10-19 | 1 | -1/+1 |
* | Fix bug in DynaLoader, which has been passing a filename in dynamic | Nicholas Clark | 2006-05-02 | 1 | -0/+3 |
* | Make usage of :unique emit a deprecation warning. | Rafael Garcia-Suarez | 2006-03-14 | 1 | -3/+1 |
* | Move the GvNAME HEK into the IV union - every GV is now 1 pointer | Nicholas Clark | 2006-03-05 | 1 | -0/+2 |
* | 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 |
* | Goodbye PERL_XSUB_OLDSTYLE. | Nicholas Clark | 2006-02-21 | 1 | -8/+1 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 1 | -1/+31 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 1 | -4/+12 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 1 | -5/+11 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 1 | -5/+7 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Abolish BROKEN_UNION_INIT in B::C, as it works around problems in | Nicholas Clark | 2006-02-20 | 1 | -2/+1 |
* | Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits, | Nicholas Clark | 2006-02-20 | 1 | -12/+13 |
* | Sync change 25229 to .h source files | Rafael Garcia-Suarez | 2005-07-28 | 1 | -1/+1 |
* | Change the IV to a union. | Nicholas Clark | 2005-05-29 | 1 | -10/+5 |
* | Reorder the union to cause Win32 compilers to use void * alignment for | Nicholas Clark | 2005-05-24 | 1 | -1/+1 |
* | 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 | -1/+10 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -1/+0 |
* | Update copyright notices | Rafael Garcia-Suarez | 2004-03-16 | 1 | -1/+1 |
* | Document CVf_UNIQUE flag better | Dave Mitchell | 2004-01-20 | 1 | -1/+4 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Typos fixes by Stas Bekman. | Rafael Garcia-Suarez | 2003-04-08 | 1 | -1/+1 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | add support for assertions. Updated form of: | Salvador FandiƱo | 2003-02-16 | 1 | -1/+6 |
* | docpatch for cv.h | Nicholas Clark | 2002-12-26 | 1 | -1/+1 |
* | Proper fix for CvOUTSIDE weak refcounting | Dave Mitchell | 2002-12-14 | 1 | -0/+61 |
* | allow evals to see the full lexical scope | Dave Mitchell | 2002-12-02 | 1 | -0/+4 |