summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* perlapi: Add 2 links to other parts of the podKarl Williamson2015-05-081-0/+3
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* improve SvPV_set's docs, it really shouldn't be public APIDaniel Dragan2015-01-191-3/+8
* More branch prediction hints for sv_setsv_flagsSteffen Mueller2014-12-011-1/+1
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-63/+7
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-2/+1
* Use PADNAME rather than SV in the sourceFather Chrysostomos2014-11-301-1/+1
* remove a branch in SvIV_please_nomgDaniel Dragan2014-11-241-3/+3
* Add new LVALUE flag for pad namesFather Chrysostomos2014-11-131-0/+2
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-1/+4
* Apify SV_CATBYTES and SV_CATUTF8Father Chrysostomos2014-10-181-6/+2
* 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