Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 1 | -1/+4 |
* | Unify CvDEPTH for formats and subs | Father Chrysostomos | 2012-09-11 | 1 | -18/+3 |
* | More PAD APIs | Father Chrysostomos | 2012-08-21 | 1 | -0/+12 |
* | Use PADLIST in more places | Father Chrysostomos | 2012-08-21 | 1 | -1/+1 |
* | Static inline functions for SvPADTMP and SvPADSTALE | Father Chrysostomos | 2012-08-21 | 1 | -45/+4 |
* | Use fast SvREFCNT_dec for non-GCC | Father Chrysostomos | 2012-08-21 | 1 | -16/+1 |
* | Use static inline functions for SvREFCNT_inc | Father Chrysostomos | 2012-08-21 | 1 | -36/+4 |
* | sv.h: Don’t repeat _XPV_HEAD | Father Chrysostomos | 2012-08-17 | 1 | -16/+8 |
* | Restore VC++ 6 build on Windows | Steve Hay | 2012-08-18 | 1 | -0/+19 |
* | Insert missing words into SvPV_force* documentation | Steve Hay | 2012-08-13 | 1 | -2/+2 |
* | assert_(...) | Father Chrysostomos | 2012-08-05 | 1 | -15/+5 |
* | Add a depth field to formats | Father Chrysostomos | 2012-08-05 | 1 | -1/+6 |
* | Make PL_(top|body|form)target PVIVs | Father Chrysostomos | 2012-08-05 | 1 | -2/+1 |
* | sv.h: Document SvTHINKFIRST | Father Chrysostomos | 2012-07-28 | 1 | -0/+24 |
* | Oust sv_gmagical_2iv_please | Father Chrysostomos | 2012-07-28 | 1 | -6/+1 |
* | Flatten vstrings modified in place | Father Chrysostomos | 2012-07-27 | 1 | -1/+1 |
* | Make all the SvPV*force* macros always return sv with SvPOK_only, as API | Chip Salzenberg | 2012-07-26 | 1 | -11/+18 |
* | make SvOOK_offset macro safer, with parens and underscores | Chip Salzenberg | 2012-07-20 | 1 | -14/+14 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -94/+75 |
* | sv.h: Improve docs of Sv[GS]ETMAGIC | Father Chrysostomos | 2012-07-03 | 1 | -2/+5 |
* | sv.h: Move comment just before struct it describes | Father Chrysostomos | 2012-06-15 | 1 | -2/+2 |
* | sv.h: Comment typo | Father Chrysostomos | 2012-06-08 | 1 | -1/+1 |
* | [perl #109542] Make num ops treat $1 as "$1" | Father Chrysostomos | 2012-06-07 | 1 | -2/+8 |
* | sv.h: Document the only use of SvSCREAM | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Check HvNAME in Gv_AMG | Father Chrysostomos | 2012-05-21 | 1 | -1/+3 |
* | sv.h: define SvAMAGIC in terms of HvAMAGIC | Father Chrysostomos | 2012-05-21 | 1 | -5/+3 |
* | sv.h: Turn off AMAGIC flag in Gv_AMG | Father Chrysostomos | 2012-05-21 | 1 | -1/+2 |
* | sv.h: Add HvAMAGIC macros | Father Chrysostomos | 2012-05-21 | 1 | -0/+5 |
* | Don’t check PL_amagic_generation in Gv_AMG | Father Chrysostomos | 2012-05-21 | 1 | -1/+1 |
* | Move SvAMAGIC flag from object to stash | Father Chrysostomos | 2012-05-21 | 1 | -6/+13 |
* | perlapi (from sv.h) clarifications | Karl Williamson | 2012-03-19 | 1 | -2/+4 |
* | fix slowdown in nested hash freeing | David Mitchell | 2012-03-06 | 1 | -0/+1 |
* | sv_force_normal: Don’t confuse regexps with cows | Father Chrysostomos | 2012-01-22 | 1 | -1/+2 |
* | Fix bad reference in sv.h’s docs | Father Chrysostomos | 2011-12-30 | 1 | -1/+1 |
* | Adjust substr offsets when using, not when creating, lvalue | Father Chrysostomos | 2011-12-04 | 1 | -0/+2 |
* | Bring SvOOK_on back, but simpler | Father Chrysostomos | 2011-12-01 | 1 | -0/+1 |
* | Remove SvOOK_on | Father Chrysostomos | 2011-11-30 | 1 | -1/+0 |
* | Remove obsolete comment about SvPOKp in sv.h | Father Chrysostomos | 2011-11-29 | 1 | -4/+0 |
* | Remove duplicate comment from sv.h | Father Chrysostomos | 2011-11-27 | 1 | -1/+1 |
* | sv.h: Consistent use of spaces after dots | Father Chrysostomos | 2011-11-26 | 1 | -25/+30 |
* | [perl #97632] Improve SvTAINT docs | Father Chrysostomos | 2011-11-26 | 1 | -1/+5 |
* | [RT #36079] Convert ` to '. | jkeenan | 2011-11-22 | 1 | -1/+1 |
* | document boolSV(), which is used in the default typemap | Tony Cook | 2011-10-17 | 1 | -0/+10 |
* | Improve documentation of XS autoloading | Father Chrysostomos | 2011-10-11 | 1 | -4/+2 |
* | Update docs for XS AUTOLOAD | Father Chrysostomos | 2011-10-09 | 1 | -0/+5 |
* | Correct SvEND docs | Father Chrysostomos | 2011-10-08 | 1 | -1/+6 |
* | renumber SVpad_STATE and free a bit in SvFLAGS | David Mitchell | 2011-10-07 | 1 | -2/+3 |
* | make SVs_PADTMP and SVs_PADSTALE share a bit | David Mitchell | 2011-10-07 | 1 | -20/+28 |
* | mro.c: Correct utf8 and bytes concatenation | Father Chrysostomos | 2011-10-06 | 1 | -0/+6 |