summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* perlapi: svtype is a typedefKarl Williamson2020-10-091-1/+1
* sv.h: sv_collxfrm didn't work properlyKarl Williamson2020-09-281-1/+1
* Use macro instead of its expansionKarl Williamson2020-09-091-4/+4
* perlapi: Turn some references to mg_[gs]et into linksKarl Williamson2020-09-041-2/+2
* Reorganize perlapiKarl Williamson2020-09-041-3/+3
* Change some =head1 to apidoc_section linesKarl Williamson2020-09-041-1/+1
* sv.h: Clarify commentKarl Williamson2020-09-011-1/+1
* Document SvOOK_offKarl Williamson2020-08-221-0/+10
* Document SvVSTRING_mgKarl Williamson2020-08-221-1/+7
* Note SV_UTF8_NO_ENCODING exists, but deprecatedKarl Williamson2020-08-151-0/+7
* Use static asserts when comparing sizeof() to a constantDagfinn Ilmari Mannsåker2020-07-201-2/+2
* handy.h: Create nBIT_UMAX() macroKarl Williamson2020-07-171-1/+1
* Make SvTRUEx identical to SvTRUEKarl Williamson2020-07-171-9/+5
* Update pod for SvTRUE, to indicate single param evaluationKarl Williamson2020-07-171-1/+2
* sv.h: Wanted UOK, but said IOKKarl Williamson2020-07-171-1/+1
* sv.h: Change formal parameter name to reflect its usageKarl Williamson2020-07-171-56/+56
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-4/+4
* SvTRUE might need to take aTHXPaul "LeoNerd" Evans2020-03-011-1/+1
* Initial experiment at moving SvTRUE into a static inline macroPaul "LeoNerd" Evans2020-03-011-1/+1
* Clarify SvPVbyteFOO docsKarl Williamson2019-12-211-5/+8
* sv.h: Fix typo in podKarl Williamson2019-12-161-2/+2
* Double the number of possible SV typesKarl Williamson2019-11-161-3/+6
* Some SvREFCNT_foo are no longer macrosKarl Williamson2019-09-151-6/+6
* inline.h: Change fcn name prefix from S_ to Perl_Karl Williamson2019-09-151-7/+7
* sv.h: SVt_INVLIST is core-onlyKarl Williamson2019-09-151-2/+2
* Improve grammar in podKarl Williamson2019-09-031-2/+2
* perlapi: Document SvUVXx()Karl Williamson2019-09-021-0/+3
* Implement SvPV*_or_null*Pali2019-09-021-0/+32
* Implement SvPVutf8_nomg and SvPVbyte_nomgPali2019-09-021-0/+16
* Implement sv_utf8_downgrade_nomgPali2019-09-021-0/+2
* Fix apidoc macro entriesKarl Williamson2019-06-251-17/+17
* Document SvTRUEx() macroPali2019-06-191-0/+11
* Remove remaining assignments to SvCUR and SvLEN in coreDagfinn Ilmari Mannsåker2019-05-281-0/+15
* Add newSVsv_nomg() macro which is like newSVsv() but does not process get magicPali2019-02-251-0/+5
* perlapi: Fix up SV handling podKarl Williamson2018-08-051-4/+0
* remove stray NULLOK/NN from apidoc directivesZefram2017-12-061-3/+3
* Add isGV_or_RVCV macroFather Chrysostomos2017-10-081-0/+4
* SvTRUE(): add code commentDavid Mitchell2017-08-041-1/+1
* fix SvTRUE() cast (broke xor)David Mitchell2017-07-311-1/+1
* SvTRUE(): inline ROK, outline NOKDavid Mitchell2017-07-271-3/+5
* SvTRUE(): special-case immortalsDavid Mitchell2017-07-271-1/+3
* Make immortal SVs contiguousDavid Mitchell2017-07-271-1/+14
* SvTRUE(): handle get magic more efficientlyDavid Mitchell2017-07-271-1/+1
* rationalise SvTRUE() macro variantsDavid Mitchell2017-07-271-4/+5
* give REGEXP SVs the POK flag againDavid Mitchell2017-07-271-9/+11
* add PL_sv_zeroDavid Mitchell2017-07-271-1/+1
* Define and use symbolic constants for LvFLAGSDagfinn Ilmari Mannsåker2017-06-021-0/+4
* PATCH: [perl #130801] perlapi: Clarify SvIV/SvUV/SvNV behaviorPali2017-04-111-18/+33
* vec(): defer lvalue out-of-range croakingDavid Mitchell2017-03-311-1/+2
* sv.h: Add commentKarl Williamson2017-02-121-1/+4