summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* perlapi (from sv.h) clarificationsKarl Williamson2012-03-191-2/+4
* fix slowdown in nested hash freeingDavid Mitchell2012-03-061-0/+1
* sv_force_normal: Don’t confuse regexps with cowsFather Chrysostomos2012-01-221-1/+2
* Fix bad reference in sv.h’s docsFather Chrysostomos2011-12-301-1/+1
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-0/+2
* Bring SvOOK_on back, but simplerFather Chrysostomos2011-12-011-0/+1
* Remove SvOOK_onFather Chrysostomos2011-11-301-1/+0
* Remove obsolete comment about SvPOKp in sv.hFather Chrysostomos2011-11-291-4/+0
* Remove duplicate comment from sv.hFather Chrysostomos2011-11-271-1/+1
* sv.h: Consistent use of spaces after dotsFather Chrysostomos2011-11-261-25/+30
* [perl #97632] Improve SvTAINT docsFather Chrysostomos2011-11-261-1/+5
* [RT #36079] Convert ` to '.jkeenan2011-11-221-1/+1
* document boolSV(), which is used in the default typemapTony Cook2011-10-171-0/+10
* Improve documentation of XS autoloadingFather Chrysostomos2011-10-111-4/+2
* Update docs for XS AUTOLOADFather Chrysostomos2011-10-091-0/+5
* Correct SvEND docsFather Chrysostomos2011-10-081-1/+6
* renumber SVpad_STATE and free a bit in SvFLAGSDavid Mitchell2011-10-071-2/+3
* make SVs_PADTMP and SVs_PADSTALE share a bitDavid Mitchell2011-10-071-20/+28
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-061-0/+6
* Add MAYBE_DEREF_GV macroFather Chrysostomos2011-09-101-1/+1
* replace many SvTYPE assertions with lookup tablesDavid Mitchell2011-07-151-63/+26
* ensure SVs_PADTMP and SVs_PADTMP not both onDavid Mitchell2011-07-151-3/+22
* Make SvIsCOW honest about globsFather Chrysostomos2011-07-121-2/+2
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-9/+9
* Store the BM table in mg_ptr instead of after SvCUR().Nicholas Clark2011-06-111-2/+0
* Abolish xbm_rare. Move BmUSEFUL() to union _xnvu and BmPREVIOUS() to the UV.Nicholas Clark2011-06-111-7/+5
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-111-1/+3
* Emulate the value of BmFLAGS() using SvTAIL().Nicholas Clark2011-06-111-7/+3
* Use 0x40008000 in SvFLAGS() for SVpad_NAME, not 0x40000000Nicholas Clark2011-06-111-2/+15
* Improve comments in sv.h describing SVrepl_EVAL and SVf_IVisUV.Nicholas Clark2011-05-241-2/+1
* Remove empty #ifdef/#else/#endif block.Nicholas Clark2011-05-191-3/+0
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-181-5/+5
* Inline sv_cmp() and sv_cmp_locale() as macros wrapping their flags variants.Nicholas Clark2010-11-111-0/+2
* rt #72398 - get magic before downgrading in SvPVbyte()Tony Cook2010-10-251-0/+7
* Revert "[perl #77928] Glob slot assignment and set-magic"Father Chrysostomos2010-09-291-16/+2
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+4
* [perl #77928] Glob slot assignment and set-magicFather Chrysostomos2010-09-281-2/+16
* define SvTRUE_nomg for compilers other than gccFather Chrysostomos2010-09-241-0/+15
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-0/+23
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-0/+2
* fix some 64-bit casts under DEBUG_LEAKING_SCALARSDavid Mitchell2010-09-011-1/+1
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-4/+4
* DEBUG_LEAKING_SCALARS: add sv_debug_parentDavid Mitchell2010-08-011-2/+2
* Store xio_ifp in sv_u in the SV head, reducing XPVIO by 1 pointer.Nicholas Clark2010-06-301-3/+18
* Only allow SvPVX() on SVt_PVIO when IOf_FAKE_DIRP is set.Nicholas Clark2010-06-301-1/+4
* Eliminate macro _XPVIO_TAIL by inlining it within struct xpvio.Nicholas Clark2010-06-281-30/+27
* Better ithreads cloning - add all SVs with a 0 refcnt to the temps stack.Nicholas Clark2010-05-241-0/+1
* Cleaner implementations for Perl_clone_params_{new,del}Nicholas Clark2010-05-241-0/+1
* make overload respect get magicDavid Mitchell2010-05-211-0/+7
* Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfmNicholas Clark2010-05-211-4/+3