summaryrefslogtreecommitdiff
path: root/gv.h
Commit message (Expand)AuthorAgeFilesLines
...
* GvFLAGS can be overlaid with SvCUR.Nicholas Clark2006-02-251-2/+2
* Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.Nicholas Clark2006-02-251-2/+2
* Abstract the specific use of SvCUR in GVs for detecting variables onNicholas Clark2006-02-251-0/+5
* xgv_stash can be stored as a union with the NV, reducing the size ofNicholas Clark2006-02-251-2/+2
* Amazingly, it seems that none of the other GV specific macros areNicholas Clark2006-02-251-17/+30
* Store GvGP in the SV head union. For all the common lookups [eg GvCV()]Nicholas Clark2006-02-251-2/+3
* Assert that GvSTASH is only called on PVGVs and PVLVs.Nicholas Clark2006-02-241-1/+9
* Revert an assert() fix in the light of change #27152Steve Hay2006-02-131-4/+2
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-1/+1
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-0/+2
* Workaround another problem following change 26395Steve Hay2006-01-051-2/+4
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Workaround Win32 compiler bugs following change 26395Steve Hay2006-01-041-1/+5
* Add an optimisation to allow proxy constant subroutines to be copiedNicholas Clark2005-12-221-0/+1
* Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disablesNicholas Clark2005-12-201-0/+5
* Add some paranoia to check that GP accesses aren't being done on theNicholas Clark2005-12-171-1/+8
* Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()Nicholas Clark2005-10-301-0/+1
* silence some compiler warningsDave Mitchell2005-07-101-2/+2
* DEFSV causes GvSVn() to be used in lvalue context.Nicholas Clark2005-07-081-3/+3
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-301-3/+0
* Nothing is actually relying on GvUNIQUE holding state.Nicholas Clark2005-06-301-6/+3
* First stab at not automatically creating an unused SV for GvSVNicholas Clark2005-06-291-0/+8
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Downconst external APIsRafael Garcia-Suarez2005-03-291-1/+1
* Third consting batchAndy Lester2005-03-241-1/+1
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-071-1/+3
* Remove spurious semicolonsNicholas Clark2004-12-061-2/+2
* Turn gv_fullname3 and gv_efullname3 into macros that callNicholas Clark2004-12-061-0/+3
* 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
* New try at the Class::DBI core dump at global cleanup.Jarkko Hietaniemi2002-05-021-1/+1
* -DCRIPPLED_CC RIPDave Mitchell2002-03-211-12/+0
* 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/+2
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-6/+6
* [patch] GvSHAREDDoug MacEachern2001-02-101-0/+13
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* 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/+8
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-1/+0
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
* more cleanups for change#4539Gurusamy Sarathy1999-11-101-0/+5
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-2/+3
* remove unused interpreter globalsGurusamy Sarathy1999-10-241-2/+2
* Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-0/+1
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-1/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* add comments on GV_FOO constants, s/8/GV_ADDINEVAL/Gurusamy Sarathy1998-07-051-4/+8
* [win32] merge changes#922,944,949,965,970 from maintbranchGurusamy Sarathy1998-05-151-0/+1