summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* perlapi: Document SvAMAGICKarl Williamson2022-05-191-0/+9
* perlapi: newIO should be in IO sectionKarl Williamson2022-05-081-0/+1
* perlapi: Document newIOKarl Williamson2022-05-071-0/+7
* perlapi,perlintern: Add tainting sectionKarl Williamson2022-05-061-0/+2
* perlapi: Document SvPVXtrueKarl Williamson2022-04-251-1/+14
* perlapi: Rmv duplicate entriesKarl Williamson2022-04-231-39/+0
* Make newSV_type an inline functionRichard Leach2022-03-071-2/+1
* Update SvPV() etc to avoid calling sv_2pv_flags() for cached IV strings.Nicholas Clark2022-02-191-7/+18
* Create sv_streq() API family, as a stringy copy of the sv_numeq() onesPaul "LeoNerd" Evans2022-01-271-0/+1
* Initial implementation of sv_numeq() and _flags() variantPaul "LeoNerd" Evans2022-01-261-0/+1
* Split the XPVHV body into two variants "normal" and "with aux"Nicholas Clark2021-10-111-1/+5
* Rename HE_SVSLOT to HE_ARENA_ROOT_IXNicholas Clark2021-10-111-5/+3
* SvIsBOOL's return type of 'bool' must be lowercase in =apidoc linePaul "LeoNerd" Evans2021-09-111-1/+1
* Add SvIsBOOL() macro to test for SVs being boolean-intentPaul "LeoNerd" Evans2021-09-101-0/+26
* Define a third kind of COW state; STATICPaul "LeoNerd" Evans2021-09-101-4/+7
* Base *.[ch] files: Replace leading tabs with blanksMichael G Schwern2021-05-311-333/+333
* Docs: Emphasize SvPVbyte and SvPVutf8 over SvPV. This updatesFelipe Gasper2021-04-141-3/+13
* perlapi: link to SvPVKarl Williamson2020-12-301-2/+2
* perlapi: Consolidate newRV and newRV_inc podKarl Williamson2020-12-301-3/+4
* perlapi: Two references aren't yet linksKarl Williamson2020-12-271-2/+2
* Document SvPV_renewKarl Williamson2020-12-271-0/+11
* perlapi: SvPVbyte_force() and kin: clarify.Karl Williamson2020-12-201-8/+11
* perlapi: Document and consolidate SvPV functionsKarl Williamson2020-12-201-40/+87
* perlapi: Remove duplicate textKarl Williamson2020-12-131-3/+0
* Document and consolidate SvPV..force functionsKarl Williamson2020-12-131-14/+45
* perlapi: Consolidate SvSET-ish entriesKarl Williamson2020-12-061-10/+13
* Evaluate arg once in all forms of SvTRUEKarl Williamson2020-12-061-35/+26
* Document SvSHARED_HASHKarl Williamson2020-11-291-0/+6
* perlapi: Consolidate svREFCNT_dec-ish entriesKarl Williamson2020-11-291-5/+4
* perlapi: Consolidate SvPVX-ish entriesKarl Williamson2020-11-291-4/+16
* perlapi: Consolidate SvREFCNT_INC-ish entriesKarl Williamson2020-11-281-28/+27
* Confine scope of SV_CONST to coreKarl Williamson2020-11-221-41/+44
* perlapi: Consolidate Sv{INU]VX-ish entriesKarl Williamson2020-11-221-36/+27
* sv.h: Add commentsKarl Williamson2020-11-221-2/+2
* perlapi: Consolidate sv_catpv-ish entriesKarl Williamson2020-11-211-3/+0
* Document isGV_with_GPKarl Williamson2020-11-211-0/+7
* perlapi: Consolidate sv_catsv-ish entriesKarl Williamson2020-11-171-2/+0
* perlapi: Consolidate sv_catpvn-ish entriesKarl Williamson2020-11-171-4/+0
* Add a few helpers to B for INVLISTNicolas R2020-11-101-0/+5
* perlapi: Consolidate sv_setsv-ish entriesKarl Williamson2020-11-091-3/+0
* sv.c: Change some formal param names for clarity, consistencyKarl Williamson2020-11-091-1/+1
* autodoc.pl: Enhance apidoc_section featureKarl Williamson2020-11-061-4/+4
* perlapi: Document SvPV_freeKarl Williamson2020-10-311-2/+10
* 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