summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* replace (0+(pointer)) with casts to the pointer typeTony Cook2022-07-181-2/+2
* Update comment in sv.h on the location of bodies_by_type[], since it was move...Paul "LeoNerd" Evans2022-07-071-1/+1
* Create `HvHasAUX()` macroPaul "LeoNerd" Evans2022-07-021-3/+2
* Eval param to SvPV-foo exactly onceKarl Williamson2022-06-291-119/+112
* Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8Karl Williamson2022-06-181-57/+57
* Evaluate SET_SVANY_FOR_BODYLESS_[IN]V() param just onceKarl Williamson2022-06-131-4/+10
* Evaluate isGV_with_GP(on|off)() param just onceKarl Williamson2022-06-131-10/+17
* Evaluate Sv[INURU}V_set() params just onceKarl Williamson2022-06-131-19/+34
* Evaluate SvSetSV_(nosteal_)?and() params just onceKarl Williamson2022-06-131-4/+12
* Evaluate SvIV_please() param just onceKarl Williamson2022-06-131-2/+5
* Evaluate SvREFCNT_inc_simple_void() param just onceKarl Williamson2022-06-131-1/+7
* SvGETMAGIC: evaluate its argument just onceKarl Williamson2022-06-101-6/+0
* Change SvIV and kin to inline functionsKarl Williamson2022-05-281-62/+4
* perlapi: Add pod link to newly documented macrosKarl Williamson2022-05-281-2/+2
* Evaluate SvPVXtrue's argument just onceKarl Williamson2022-05-281-24/+0
* Change formal macro parameter nameKarl Williamson2022-05-271-2/+2
* perlapi: Document SvPV_shrink_to_curKarl Williamson2022-05-271-0/+13
* perlapi: Document SV_CHECK_THINKFIRST*Karl Williamson2022-05-271-5/+24
* sv.c - add new bool related utility functions and macrosYves Orton2022-05-271-0/+63
* 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