summaryrefslogtreecommitdiff
path: root/cv.h
Commit message (Expand)AuthorAgeFilesLines
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-6/+1
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-2/+2
* It's good to be able to dump FORMATs too :-)Nicholas Clark2007-01-021-1/+2
* 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
* stab at UNITCHECK blocksAlexander Gough2006-10-191-1/+1
* Fix bug in DynaLoader, which has been passing a filename in dynamicNicholas Clark2006-05-021-0/+3
* Make usage of :unique emit a deprecation warning.Rafael Garcia-Suarez2006-03-141-3/+1
* Move the GvNAME HEK into the IV union - every GV is now 1 pointerNicholas Clark2006-03-051-0/+2
* 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
* Goodbye PERL_XSUB_OLDSTYLE.Nicholas Clark2006-02-211-8/+1
* PVCVs don't need XNVs either.Nicholas Clark2006-02-201-1/+31
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-4/+12
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-201-5/+11
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-201-5/+7
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-1/+1
* Abolish BROKEN_UNION_INIT in B::C, as it works around problems inNicholas Clark2006-02-201-2/+1
* Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,Nicholas Clark2006-02-201-12/+13
* Sync change 25229 to .h source filesRafael Garcia-Suarez2005-07-281-1/+1
* Change the IV to a union.Nicholas Clark2005-05-291-10/+5
* Reorder the union to cause Win32 compilers to use void * alignment forNicholas Clark2005-05-241-1/+1
* 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-1/+10
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-1/+0
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Document CVf_UNIQUE flag betterDave Mitchell2004-01-201-1/+4
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Typos fixes by Stas Bekman.Rafael Garcia-Suarez2003-04-081-1/+1
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-1/+6
* docpatch for cv.hNicholas Clark2002-12-261-1/+1
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-0/+61
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+4
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-8/+0
* Re: [PATCH] cv.h: Comment updatePaul Johnson2002-10-151-1/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-59/+1
* Re: perl 5.7.3 + XS lvalue subsSpider Boardman2002-03-281-0/+2
* Extract something from yesterdays effort - convert my mail on padNick Ing-Simmons2002-02-081-0/+59
* Integrate mainlineNick Ing-Simmons2002-01-251-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* Missing ")" in CvFILEGVPaul Marquess2001-09-221-1/+1
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-4/+4
* Retract #11212.Jarkko Hietaniemi2001-07-081-2/+0
* (Retracted by #11223.)Graham Barr2001-07-081-0/+2
* Re: CvFILE corruption under ithreadsRobin Houston2001-06-251-0/+5
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* Re: Creating const subs for constants.John Tobey2000-10-211-0/+5
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-1/+1