Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add missing =cut to sv.h | David Mitchell | 2022-08-17 | 1 | -0/+2 |
* | Define a CvREFCOUNTED_ANYSV flag | Paul "LeoNerd" Evans | 2022-08-16 | 1 | -0/+28 |
* | Fix typo in CvMETHOD_off definition | Leon Timmermans | 2022-07-30 | 1 | -1/+1 |
* | Add back-compatibility aliases for renamed CVf_METHOD flag | Paul "LeoNerd" Evans | 2022-07-26 | 1 | -0/+8 |
* | Rename CVf_METHOD to CVf_NOWARN_AMBIGUOUS | Paul "LeoNerd" Evans | 2022-07-26 | 1 | -5/+8 |
* | replace (0+(pointer)) with casts to the pointer type | Tony Cook | 2022-07-18 | 1 | -1/+1 |
* | Define a CvSIGNATURE flag | Paul "LeoNerd" Evans | 2022-01-31 | 1 | -0/+5 |
* | style: Detabify indentation of the C code maintained by the core. | Michael G. Schwern | 2021-01-17 | 1 | -24/+24 |
* | autodoc.pl: Specify scn for single-purpose files | Karl Williamson | 2020-11-06 | 1 | -5/+0 |
* | Make some flags accessible from /ext | Karl Williamson | 2020-10-16 | 1 | -1/+1 |
* | cv.h: Note CV is documented here | Karl Williamson | 2020-10-08 | 1 | -0/+2 |
* | Reorganize perlapi | Karl Williamson | 2020-09-04 | 1 | -7/+4 |
* | Add embed.fnc entries for Cv inline fcns | Karl Williamson | 2019-09-15 | 1 | -2/+2 |
* | inline.h: Change fcn name prefix from S_ to Perl_ | Karl Williamson | 2019-09-15 | 1 | -2/+2 |
* | Fix apidoc macro entries | Karl Williamson | 2019-06-25 | 1 | -1/+1 |
* | Improve description of CVf_DYNFILE flag | David Mitchell | 2019-03-07 | 1 | -1/+1 |
* | Add CvGvNAME_HEK helper | Nicolas R | 2017-09-21 | 1 | -1/+11 |
* | perlapi: Change some 'eg' to 'e.g.' | Karl Williamson | 2015-09-03 | 1 | -1/+1 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | cv.h: Add CVf_ANONCONST flag | Father Chrysostomos | 2015-01-19 | 1 | -1/+6 |
* | Remove context param from set_padlist | Father Chrysostomos | 2014-11-21 | 1 | -1/+1 |
* | PoisonPADLIST should not be totally empty. | Jarkko Hietaniemi | 2014-11-09 | 1 | -1/+1 |
* | add xs_handshake API | Daniel Dragan | 2014-11-07 | 1 | -3/+2 |
* | free up CvPADLIST slot for XSUBs for future use | Daniel Dragan | 2014-10-31 | 1 | -1/+27 |
* | refactor Perl_cv_undef_flags | Daniel Dragan | 2014-10-29 | 1 | -3/+6 |
* | embed.fnc: cv_name is documented | Father Chrysostomos | 2014-09-24 | 1 | -0/+2 |
* | Stop undef &foo from temporarily anonymising | Father Chrysostomos | 2014-09-15 | 1 | -0/+4 |
* | Add cv_set_call_checker_flags | Father Chrysostomos | 2014-09-15 | 1 | -0/+2 |
* | For lexical subs, reify CvGV from CvSTASH and CvNAME_HEK | Father Chrysostomos | 2014-09-15 | 1 | -8/+2 |
* | Add CVf_LEXICAL flag | Father Chrysostomos | 2014-09-15 | 1 | -0/+5 |
* | Consistent spaces after dots in perlintern.pod | Father Chrysostomos | 2013-12-29 | 1 | -10/+10 |
* | perlapi: Consistent spaces after dots | Father Chrysostomos | 2013-12-29 | 1 | -1/+1 |
* | Add a const qualifier for the arg to the S_CvGV inline function in cv.h. | Andy Dougherty | 2013-07-12 | 1 | -2/+2 |
* | CvNAME_HEK_set | Father Chrysostomos | 2012-09-15 | 1 | -0/+9 |
* | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 1 | -1/+21 |
* | Unify CvDEPTH for formats and subs | Father Chrysostomos | 2012-09-11 | 1 | -1/+0 |
* | Move S_CvDEPTHp from cv.h to inline.h; shrink macros | Father Chrysostomos | 2012-08-21 | 1 | -16/+1 |
* | sv.h: Don’t repeat _XPV_HEAD | Father Chrysostomos | 2012-08-17 | 1 | -5/+1 |
* | Restore VC++ 6 build on Windows | Steve Hay | 2012-08-18 | 1 | -0/+4 |
* | cv.h: macro parentheses | Father Chrysostomos | 2012-08-06 | 1 | -1/+1 |
* | Add a depth field to formats | Father Chrysostomos | 2012-08-05 | 1 | -3/+11 |
* | Eliminate PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-07-12 | 1 | -4/+0 |
* | Define cv_forget_slab under PL_OP_SLAB_ALLOC | Father Chrysostomos | 2012-06-29 | 1 | -0/+4 |
* | Add CVf_SLABBED flag | Father Chrysostomos | 2012-06-29 | 1 | -0/+9 |
* | [perl #89544] Non-eval closures don’t need CvOUTSIDE | Father Chrysostomos | 2012-06-20 | 1 | -0/+5 |
* | cv.h: Add comments | Father Chrysostomos | 2012-06-08 | 1 | -0/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | cv.h: comment typo | Father Chrysostomos | 2011-10-16 | 1 | -1/+1 |
* | Improve documentation of XS autoloading | Father Chrysostomos | 2011-10-11 | 1 | -0/+3 |
* | Resolve XS AUTOLOAD-prototype conflict | Father Chrysostomos | 2011-10-09 | 1 | -0/+22 |