summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* Consistent spaces after dots in perlapiFather Chrysostomos2015-01-131-1/+1
* be explicit that SvSetSV() doesn't do set magicTony Cook2014-07-141-1/+1
* perlapi: Nit, and mention NUL for some functionsKarl Williamson2014-07-141-2/+3
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-07-141-1/+2
* Wrap various pod uses of NUL with C<>Karl Williamson2014-07-141-2/+2
* clarify SvPV documentationDavid Golden2014-05-131-2/+4
* Implement "max waste" thresholds to avoid problems with COW and deliberately ...Yves Orton2014-05-121-6/+0
* sprinkle LIKELY() on pp_hot.c scope.c and some *.hDavid Mitchell2014-03-121-12/+12
* sv.h: add some more flag usage commentaryDavid Mitchell2014-03-071-5/+8
* gv_check(): use aux flag rather than IsCOWDavid Mitchell2014-02-281-1/+0
* sv.h: Add commentKarl Williamson2014-02-161-0/+1
* Fix small typo (dsb -> dsv)Matthew Horsfall (alh)2014-02-141-2/+2
* Avoid compiler warnings by consistently using #ifdef instead of plain #ifBrian Fraser2014-02-051-1/+1
* SvGROW should un-cow under PERL_OLD_COPY_ON_WRITEFather Chrysostomos2014-01-161-1/+1
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-8/+11
* Revert "make perl core quiet under -Wfloat-equal"David Mitchell2013-11-161-1/+1
* make perl core quiet under -Wfloat-equalDavid Mitchell2013-11-091-1/+1
* correct POD for SvIsCOW, it returns a U32Daniel Dragan2013-10-231-2/+2
* sv.h: Make BmUSEFUL the same type on debug/non-debug buildsFather Chrysostomos2013-09-151-1/+1
* Move BmUSEFUL to the IV slot from the NV slot, simplifying union _xnvu.Nicholas Clark2013-09-131-5/+4
* [perl #119481] Check SvVALID for !SvSCREAM, skip PADReini Urban2013-09-031-4/+7
* Stop pos() from being confused by changing utf8nessFather Chrysostomos2013-08-251-2/+1
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-1/+7
* sv.h: Add comment about gv_check and SvIsCOWFather Chrysostomos2013-08-061-0/+1
* Skip trailing constants when searching padsFather Chrysostomos2013-07-301-1/+2
* sv.h: Comments added/typo fixed.Karl Williamson2013-07-191-1/+8
* Remove redundant field from inversion listsKarl Williamson2013-07-161-1/+0
* Reinstate "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-161-0/+8
* Reinstate "Create SVt_INVLIST"Karl Williamson2013-07-161-6/+14
* Fix typo in docs for SvPV: ") => >"Brian Gottreu2013-07-101-1/+1
* Revert "Create SVt_INVLIST"Karl Williamson2013-07-041-14/+6
* Revert "Use new Svt_INVLIST for inversion lists."Karl Williamson2013-07-041-8/+0
* Use new Svt_INVLIST for inversion lists.Karl Williamson2013-07-031-0/+8
* Create SVt_INVLISTKarl Williamson2013-07-031-6/+14
* SV_CONST(name) and PL_sv_constsRuslan Zakirov2013-06-301-0/+48
* sv.h: Correct assertion in BmUSEFULFather Chrysostomos2013-06-221-1/+1
* Remove BmRARE and BmPREVIOUSFather Chrysostomos2013-06-211-20/+8
* Upgrade cv_flags_t from 16 to 32 bits.Peter Martini2013-06-181-1/+1
* [perl #118159] Make PVs take precedence in SvTRUEFather Chrysostomos2013-05-261-3/+4
* Remove core references to SVt_BINDKarl Williamson2013-05-181-2/+1
* further tweak SvPV() docsDavid Mitchell2013-05-091-5/+7
* clarify SvPV* and SvPV_force* docsDavid Mitchell2013-05-091-9/+18
* better POD for SvPVX, pre-5.9.3 PerlsDaniel Dragan2013-03-061-1/+2
* Remove the check for SVt_BIND from SvOK().Nicholas Clark2013-02-201-5/+1
* perlapi: Fix SvIOK_UV, SvUOK descriptionsKarl Williamson2013-01-231-4/+6
* include SvREADONLY() in SvIMMORTAL() testDavid Mitchell2013-01-121-1/+1
* Fix SvREFCNT_dec doc typoSteven Schubiger2013-01-041-1/+1
* Remove redundant NULL checks.Eric Brine2013-01-031-1/+1
* perlapi: Fix misstatementKarl Williamson2012-12-241-2/+4
* perlapi: Fix typosKarl Williamson2012-12-241-2/+2