summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* optimize SV creation funcs in sv.cDaniel Dragan2014-10-041-0/+3
* for storage of NVs, use "IV in sv_u in head no-body trick" where possibleDaniel Dragan2014-09-281-0/+7
* Remove most uses of PADMYFather Chrysostomos2014-09-241-3/+5
* Stop setting PADMY; renumber PADSTALEFather Chrysostomos2014-09-241-11/+8
* SvFLAGS: informally reserve a bitDavid Mitchell2014-09-221-2/+4
* Consistent spaces after dots in perlapiFather Chrysostomos2014-09-211-1/+1
* Implement the bipolar read-only systemFather Chrysostomos2014-09-201-6/+12
* Add SVf_PROTECTFather Chrysostomos2014-09-201-0/+1
* Renumber SVf_IsCOWFather Chrysostomos2014-09-201-5/+3
* Parenthesize & and | a bit.Jarkko Hietaniemi2014-09-181-3/+3
* sv.h: Expand comment about potential SVf_UTF8 conflictFather Chrysostomos2014-09-151-1/+2
* sv_cathekFather Chrysostomos2014-09-151-0/+6
* sv.h: Document SVt_INVLIST fieldsKarl Williamson2014-07-211-3/+8
* be explicit that SvSetSV() doesn't do set magicTony Cook2014-06-171-1/+1
* perlapi: Nit, and mention NUL for some functionsKarl Williamson2014-06-071-2/+3
* perlapi: Clarify some instances where NUL is or isn't permittedKarl Williamson2014-05-301-1/+2
* Wrap various pod uses of NUL with C<>Karl Williamson2014-05-301-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