| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add MAYBE_DEREF_GV macro | Father Chrysostomos | 2011-09-10 | 1 | -1/+1 |
* | replace many SvTYPE assertions with lookup tables | David Mitchell | 2011-07-15 | 1 | -63/+26 |
* | ensure SVs_PADTMP and SVs_PADTMP not both on | David Mitchell | 2011-07-15 | 1 | -3/+22 |
* | Make SvIsCOW honest about globs | Father Chrysostomos | 2011-07-12 | 1 | -2/+2 |
* | Store FBMs in PVMGs, instead of GVs. | Nicholas Clark | 2011-06-11 | 1 | -9/+9 |
* | Store the BM table in mg_ptr instead of after SvCUR(). | Nicholas Clark | 2011-06-11 | 1 | -2/+0 |
* | Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV. | Nicholas Clark | 2011-06-11 | 1 | -7/+5 |
* | Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS(). | Nicholas Clark | 2011-06-11 | 1 | -1/+3 |
* | Emulate the value of BmFLAGS() using SvTAIL(). | Nicholas Clark | 2011-06-11 | 1 | -7/+3 |
* | Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000 | Nicholas Clark | 2011-06-11 | 1 | -2/+15 |
* | Improve comments in sv.h describing SVrepl_EVAL and SVf_IVisUV. | Nicholas Clark | 2011-05-24 | 1 | -2/+1 |
* | Remove empty #ifdef/#else/#endif block. | Nicholas Clark | 2011-05-19 | 1 | -3/+0 |
* | Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218 | Nicholas Clark | 2011-05-18 | 1 | -5/+5 |
* | Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants. | Nicholas Clark | 2010-11-11 | 1 | -0/+2 |
* | rt #72398 - get magic before downgrading in SvPVbyte() | Tony Cook | 2010-10-25 | 1 | -0/+7 |
* | Revert "[perl #77928] Glob slot assignment and set-magic" | Father Chrysostomos | 2010-09-29 | 1 | -16/+2 |
* | systematically provide pv/pvn/pvs/sv quartets | Zefram | 2010-09-28 | 1 | -0/+4 |
* | [perl #77928] Glob slot assignment and set-magic | Father Chrysostomos | 2010-09-28 | 1 | -2/+16 |
* | define SvTRUE_nomg for compilers other than gcc | Father Chrysostomos | 2010-09-24 | 1 | -0/+15 |
* | [perl #76814] FETCH called twice - ! | Father Chrysostomos | 2010-09-24 | 1 | -0/+23 |
* | [perl #76814] FETCH called twice - string comparison ops | Father Chrysostomos | 2010-09-24 | 1 | -0/+2 |
* | fix some 64-bit casts under DEBUG_LEAKING_SCALARS | David Mitchell | 2010-09-01 | 1 | -1/+1 |
* | Remove CALL_FPTR and CPERLscope. | Ben Morrow | 2010-08-20 | 1 | -4/+4 |
* | DEBUG_LEAKING_SCALARS: add sv_debug_parent | David Mitchell | 2010-08-01 | 1 | -2/+2 |
* | Store xio_ifp in sv_u in the SV head, reducing XPVIO by 1 pointer. | Nicholas Clark | 2010-06-30 | 1 | -3/+18 |
* | Only allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is set. | Nicholas Clark | 2010-06-30 | 1 | -1/+4 |
* | Eliminate macro _XPVIO_TAIL by inlining it within struct xpvio. | Nicholas Clark | 2010-06-28 | 1 | -30/+27 |
* | Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack. | Nicholas Clark | 2010-05-24 | 1 | -0/+1 |
* | Cleaner implementations for Perl_clone_params_{new,del} | Nicholas Clark | 2010-05-24 | 1 | -0/+1 |
* | make overload respect get magic | David Mitchell | 2010-05-21 | 1 | -0/+7 |
* | Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfm | Nicholas Clark | 2010-05-21 | 1 | -4/+3 |
* | Remove union _xivu from struct regexp - replace it with a non-union paren_names. | Nicholas Clark | 2010-05-21 | 1 | -1/+0 |
* | Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc. | Nicholas Clark | 2010-05-21 | 1 | -1/+0 |
* | In the SV body, exchange the positions of the NV and stash/magic. | Nicholas Clark | 2010-05-21 | 1 | -13/+12 |