| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [perl #96126] Allocate CvFILE more simply | Father Chrysostomos | 2011-08-17 | 1 | -2/+9 |
* | perlapi.pod Enhancements | Shlomi Fish | 2011-07-18 | 1 | -1/+6 |
* | add CvSTASH_set() macro and make CvSTASH() rvalue only | Zefram | 2010-10-25 | 1 | -1/+2 |
* | plugin mechanism to rewrite calls to a subroutine | Zefram | 2010-10-10 | 1 | -0/+2 |
* | add CvGV_set() macro and make CvGV() rvalue only | David Mitchell | 2010-07-18 | 1 | -1/+2 |
* | add CVf_CVGV_RC flag | David Mitchell | 2010-07-18 | 1 | -4/+6 |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 1 | -1/+4 |
* | Reorder CVf_* flags to be numerically contiguous again. | Nicholas Clark | 2010-06-09 | 1 | -3/+3 |
* | Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfm | Nicholas Clark | 2010-05-21 | 1 | -2/+3 |
* | In the SV body, exchange the positions of the NV and stash/magic. | Nicholas Clark | 2010-05-21 | 1 | -1/+0 |
* | Eliminate the remaining definitions for *_allocated structs. | Nicholas Clark | 2009-08-22 | 1 | -6/+0 |
* | Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit. | Nicholas Clark | 2009-04-13 | 1 | -6/+1 |
* | Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to add | Nicholas Clark | 2008-10-27 | 1 | -13/+13 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | You can't (and shouldn't) use CvDEPTH on a PVFM. | Nicholas Clark | 2008-07-31 | 1 | -2/+1 |
* | Re: [PATCH] readable assertion names, now the rest | Reini Urban | 2008-06-08 | 1 | -4/+4 |
* | Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe, | Nicholas Clark | 2008-01-23 | 1 | -1/+5 |
* | factor out duplicate code in struct xpv* | Marcus Holland-Moritz | 2007-12-30 | 1 | -77/+6 |
* | Remove support for assertions and -A | Rafael Garcia-Suarez | 2007-06-05 | 1 | -6/+1 |
* | Update copyright years to include 2007. (Plus a couple of 2006s and | Nicholas Clark | 2007-01-02 | 1 | -2/+2 |
* | It's good to be able to dump FORMATs too :-) | Nicholas Clark | 2007-01-02 | 1 | -1/+2 |
* | Move all the FBM data fields from the table into a struct xbm_s which | Nicholas Clark | 2006-12-28 | 1 | -0/+5 |