This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / sv.h
2022-07-18 Tony Cookreplace (0+(pointer)) with casts to the pointer type
2022-07-07 Paul "LeoNerd" EvansUpdate comment in sv.h on the location of bodies_by_typ...
2022-07-02 Paul "LeoNerd" EvansCreate `HvHasAUX()` macro
2022-06-29 Karl WilliamsonEval param to SvPV-foo exactly once
2022-06-18 Karl WilliamsonFollow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8
2022-06-13 Karl WilliamsonEvaluate SET_SVANY_FOR_BODYLESS_[IN]V() param just...
2022-06-13 Karl WilliamsonEvaluate isGV_with_GP(on|off)() param just once
2022-06-13 Karl WilliamsonEvaluate Sv[INURU}V_set() params just once
2022-06-13 Karl WilliamsonEvaluate SvSetSV_(nosteal_)?and() params just once
2022-06-13 Karl WilliamsonEvaluate SvIV_please() param just once
2022-06-13 Karl WilliamsonEvaluate SvREFCNT_inc_simple_void() param just once
2022-06-10 Karl WilliamsonSvGETMAGIC: evaluate its argument just once
2022-05-28 Karl WilliamsonChange SvIV and kin to inline functions
2022-05-28 Karl Williamsonperlapi: Add pod link to newly documented macros
2022-05-28 Karl WilliamsonEvaluate SvPVXtrue's argument just once
2022-05-28 Karl WilliamsonChange formal macro parameter name
2022-05-28 Karl Williamsonperlapi: Document SvPV_shrink_to_cur
2022-05-28 Karl Williamsonperlapi: Document SV_CHECK_THINKFIRST*
2022-05-28 Yves Ortonsv.c - add new bool related utility functions and macros
2022-05-19 Karl Williamsonperlapi: Document SvAMAGIC
2022-05-08 Karl Williamsonperlapi: newIO should be in IO section
2022-05-08 Karl Williamsonperlapi: Document newIO
2022-05-06 Karl Williamsonperlapi,perlintern: Add tainting section
2022-04-25 Karl Williamsonperlapi: Document SvPVXtrue
2022-04-24 Karl Williamsonperlapi: Rmv duplicate entries
2022-03-07 Richard LeachMake newSV_type an inline function
2022-02-19 Nicholas ClarkUpdate SvPV() etc to avoid calling sv_2pv_flags() for...
2022-01-27 Paul "LeoNerd" EvansCreate sv_streq() API family, as a stringy copy of...
2022-01-26 Paul "LeoNerd" EvansInitial implementation of sv_numeq() and _flags() variant
2021-10-11 Nicholas ClarkSplit the XPVHV body into two variants "normal" and...
2021-10-11 Nicholas ClarkRename HE_SVSLOT to HE_ARENA_ROOT_IX
2021-09-11 Paul "LeoNerd" EvansSvIsBOOL's return type of 'bool' must be lowercase...
2021-09-10 Paul "LeoNerd" EvansAdd SvIsBOOL() macro to test for SVs being boolean...
2021-09-10 Paul "LeoNerd" EvansDefine a third kind of COW state; STATIC
2021-05-31 Michael G SchwernBase *.[ch] files: Replace leading tabs with blanks
2021-04-14 Felipe GasperDocs: Emphasize SvPVbyte and SvPVutf8 over SvPV. This...
2020-12-30 Karl Williamsonperlapi: link to SvPV
2020-12-30 Karl Williamsonperlapi: Consolidate newRV and newRV_inc pod
2020-12-27 Karl Williamsonperlapi: Two references aren't yet links
2020-12-27 Karl WilliamsonDocument SvPV_renew
2020-12-20 Karl Williamsonperlapi: SvPVbyte_force() and kin: clarify.
2020-12-20 Karl Williamsonperlapi: Document and consolidate SvPV functions
2020-12-13 Karl Williamsonperlapi: Remove duplicate text
2020-12-13 Karl WilliamsonDocument and consolidate SvPV..force functions
2020-12-06 Karl Williamsonperlapi: Consolidate SvSET-ish entries
2020-12-06 Karl WilliamsonEvaluate arg once in all forms of SvTRUE
2020-11-29 Karl WilliamsonDocument SvSHARED_HASH
2020-11-29 Karl Williamsonperlapi: Consolidate svREFCNT_dec-ish entries
2020-11-29 Karl Williamsonperlapi: Consolidate SvPVX-ish entries
2020-11-28 Karl Williamsonperlapi: Consolidate SvREFCNT_INC-ish entries
2020-11-23 Karl WilliamsonConfine scope of SV_CONST to core
2020-11-23 Karl Williamsonperlapi: Consolidate Sv{INU]VX-ish entries
2020-11-22 Karl Williamsonsv.h: Add comments
2020-11-21 Karl Williamsonperlapi: Consolidate sv_catpv-ish entries
2020-11-21 Karl WilliamsonDocument isGV_with_GP
2020-11-18 Karl Williamsonperlapi: Consolidate sv_catsv-ish entries
2020-11-18 Karl Williamsonperlapi: Consolidate sv_catpvn-ish entries
2020-11-10 Nicolas RAdd a few helpers to B for INVLIST
2020-11-09 Karl Williamsonperlapi: Consolidate sv_setsv-ish entries
2020-11-09 Karl Williamsonsv.c: Change some formal param names for clarity, consi...
2020-11-06 Karl Williamsonautodoc.pl: Enhance apidoc_section feature
2020-10-31 Karl Williamsonperlapi: Document SvPV_free
2020-10-09 Karl Williamsonperlapi: svtype is a typedef
2020-09-29 Karl Williamsonsv.h: sv_collxfrm didn't work properly
2020-09-10 Karl WilliamsonUse macro instead of its expansion
2020-09-04 Karl Williamsonperlapi: Turn some references to mg_[gs]et into links
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-09-02 Karl Williamsonsv.h: Clarify comment
2020-08-23 Karl WilliamsonDocument SvOOK_off
2020-08-23 Karl WilliamsonDocument SvVSTRING_mg
2020-08-15 Karl WilliamsonNote SV_UTF8_NO_ENCODING exists, but deprecated
2020-07-20 Dagfinn Ilmari Man... Use static asserts when comparing sizeof() to a constant
2020-07-18 Karl Williamsonhandy.h: Create nBIT_UMAX() macro
2020-07-18 Karl WilliamsonMake SvTRUEx identical to SvTRUE
2020-07-18 Karl WilliamsonUpdate pod for SvTRUE, to indicate single param evaluation
2020-07-18 Karl Williamsonsv.h: Wanted UOK, but said IOK
2020-07-18 Karl Williamsonsv.h: Change formal parameter name to reflect its usage
2020-05-22 Dagfinn Ilmari Man... Fix a bunch of repeated-word typos
2020-03-01 Paul "LeoNerd" EvansSvTRUE might need to take aTHX
2020-03-01 Paul "LeoNerd" EvansInitial experiment at moving SvTRUE into a static inlin...
2019-12-21 Karl WilliamsonClarify SvPVbyteFOO docs
2019-12-17 Karl Williamsonsv.h: Fix typo in pod
2019-11-16 Karl WilliamsonDouble the number of possible SV types
2019-09-15 Karl WilliamsonSome SvREFCNT_foo are no longer macros
2019-09-15 Karl Williamsoninline.h: Change fcn name prefix from S_ to Perl_
2019-09-15 Karl Williamsonsv.h: SVt_INVLIST is core-only
2019-09-03 Karl WilliamsonImprove grammar in pod
2019-09-03 Karl Williamsonperlapi: Document SvUVXx()
2019-09-02 PaliImplement SvPV*_or_null*
2019-09-02 PaliImplement SvPVutf8_nomg and SvPVbyte_nomg
2019-09-02 PaliImplement sv_utf8_downgrade_nomg
2019-06-25 Karl WilliamsonFix apidoc macro entries
2019-06-19 PaliDocument SvTRUEx() macro
2019-05-28 Dagfinn Ilmari Man... Remove remaining assignments to SvCUR and SvLEN in...
2019-02-24 PaliAdd newSVsv_nomg() macro which is like newSVsv() but...
2018-08-05 Karl Williamsonperlapi: Fix up SV handling pod
2017-12-06 Zeframremove stray NULLOK/NN from apidoc directives
2017-10-08 Father ChrysostomosAdd isGV_or_RVCV macro
2017-08-04 David MitchellSvTRUE(): add code comment
next