summaryrefslogtreecommitdiff
path: root/cv.h
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* cv.h: Add CVf_ANONCONST flagFather Chrysostomos2015-01-191-1/+6
* Remove context param from set_padlistFather Chrysostomos2014-11-211-1/+1
* PoisonPADLIST should not be totally empty.Jarkko Hietaniemi2014-11-091-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-3/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+27
* refactor Perl_cv_undef_flagsDaniel Dragan2014-10-291-3/+6
* embed.fnc: cv_name is documentedFather Chrysostomos2014-09-241-0/+2
* Stop undef &foo from temporarily anonymisingFather Chrysostomos2014-09-151-0/+4
* Add cv_set_call_checker_flagsFather Chrysostomos2014-09-151-0/+2
* For lexical subs, reify CvGV from CvSTASH and CvNAME_HEKFather Chrysostomos2014-09-151-8/+2
* Add CVf_LEXICAL flagFather Chrysostomos2014-09-151-0/+5
* Consistent spaces after dots in perlintern.podFather Chrysostomos2013-12-291-10/+10
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-1/+1
* Add a const qualifier for the arg to the S_CvGV inline function in cv.h.Andy Dougherty2013-07-121-2/+2
* CvNAME_HEK_setFather Chrysostomos2012-09-151-0/+9
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-1/+21
* Unify CvDEPTH for formats and subsFather Chrysostomos2012-09-111-1/+0
* Move S_CvDEPTHp from cv.h to inline.h; shrink macrosFather Chrysostomos2012-08-211-16/+1
* sv.h: Don’t repeat _XPV_HEADFather Chrysostomos2012-08-171-5/+1
* Restore VC++ 6 build on WindowsSteve Hay2012-08-181-0/+4
* cv.h: macro parenthesesFather Chrysostomos2012-08-061-1/+1
* Add a depth field to formatsFather Chrysostomos2012-08-051-3/+11
* Eliminate PL_OP_SLAB_ALLOCFather Chrysostomos2012-07-121-4/+0
* Define cv_forget_slab under PL_OP_SLAB_ALLOCFather Chrysostomos2012-06-291-0/+4
* Add CVf_SLABBED flagFather Chrysostomos2012-06-291-0/+9
* [perl #89544] Non-eval closures don’t need CvOUTSIDEFather Chrysostomos2012-06-201-0/+5
* cv.h: Add commentsFather Chrysostomos2012-06-081-0/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* cv.h: comment typoFather Chrysostomos2011-10-161-1/+1
* Improve documentation of XS autoloadingFather Chrysostomos2011-10-111-0/+3
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-091-0/+22
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-2/+9
* perlapi.pod EnhancementsShlomi Fish2011-07-181-1/+6
* add CvSTASH_set() macro and make CvSTASH() rvalue onlyZefram2010-10-251-1/+2
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+2
* add CvGV_set() macro and make CvGV() rvalue onlyDavid Mitchell2010-07-181-1/+2
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-4/+6
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-1/+4
* Reorder CVf_* flags to be numerically contiguous again.Nicholas Clark2010-06-091-3/+3
* Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfmNicholas Clark2010-05-211-2/+3
* In the SV body, exchange the positions of the NV and stash/magic.Nicholas Clark2010-05-211-1/+0
* Eliminate the remaining definitions for *_allocated structs.Nicholas Clark2009-08-221-6/+0
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-131-6/+1
* Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to addNicholas Clark2008-10-271-13/+13
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* You can't (and shouldn't) use CvDEPTH on a PVFM.Nicholas Clark2008-07-311-2/+1
* Re: [PATCH] readable assertion names, now the restReini Urban2008-06-081-4/+4
* 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-77/+6