summaryrefslogtreecommitdiff
path: root/cv.h
Commit message (Expand)AuthorAgeFilesLines
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-1/+8
* cv.h - remove left sidecomment starYves Orton2022-12-301-1/+1
* add missing =cut to sv.hDavid Mitchell2022-08-171-0/+2
* Define a CvREFCOUNTED_ANYSV flagPaul "LeoNerd" Evans2022-08-161-0/+28
* Fix typo in CvMETHOD_off definitionLeon Timmermans2022-07-301-1/+1
* Add back-compatibility aliases for renamed CVf_METHOD flagPaul "LeoNerd" Evans2022-07-261-0/+8
* Rename CVf_METHOD to CVf_NOWARN_AMBIGUOUSPaul "LeoNerd" Evans2022-07-261-5/+8
* replace (0+(pointer)) with casts to the pointer typeTony Cook2022-07-181-1/+1
* Define a CvSIGNATURE flagPaul "LeoNerd" Evans2022-01-311-0/+5
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-24/+24
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-5/+0
* Make some flags accessible from /extKarl Williamson2020-10-161-1/+1
* cv.h: Note CV is documented hereKarl Williamson2020-10-081-0/+2
* Reorganize perlapiKarl Williamson2020-09-041-7/+4
* Add embed.fnc entries for Cv inline fcnsKarl Williamson2019-09-151-2/+2
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-2/+2
* Fix apidoc macro entriesKarl Williamson2019-06-251-1/+1
* Improve description of CVf_DYNFILE flagDavid Mitchell2019-03-071-1/+1
* Add CvGvNAME_HEK helperNicolas R2017-09-211-1/+11
* perlapi: Change some 'eg' to 'e.g.'Karl Williamson2015-09-031-1/+1
* 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