@@ -10439,7 +10439,7 @@ so is used in situations where the caller doesn't already have the thread
1043910439context.
1044010440
1044110441=for apidoc vnewSVpvf
10442- Like C<L</newSVpvf>> but the arguments are an encapsulated argument list .
10442+ Like C<L</newSVpvf>> but the arguments are a C<va_list> .
1044310443
1044410444=cut
1044510445*/
@@ -11600,7 +11600,7 @@ eventually calling it. It does not handle magic; the forms whose name contains
1160011600C<_mg> additionally handle 'set' magic after calling it.
1160111601
1160211602It has two sets of argument lists, only one of which is used in any given call.
11603- The first set, C<args>, is an encapsulated argument list of pointers to C
11603+ The first set, C<args>, is a pointer to a C<va_list> of pointers to C
1160411604strings. If it is NULL, the other list, C<svargs>, is used; it is an array
1160511605of pointers to SV's. C<sv_count> gives how many there are in the list.
1160611606
@@ -11633,7 +11633,7 @@ The forms whose name contains C<_no_context> do not take a thread
1163311633context (C<aTHX>) parameter, so are used in situations where the caller
1163411634doesn't already have the thread context.
1163511635
11636- The forms whose name contains C<vset> use an encapsulated argument list , the
11636+ The forms whose name contains C<vset> use a C<va_list> , the
1163711637other forms use C<sprintf>-style arguments.
1163811638
1163911639There are no other differences between the forms.
@@ -11749,7 +11749,7 @@ C<sv_vcatpvfn_flags> is the most general, and all the other forms are
1174911749implemented by eventually calling it.
1175011750
1175111751It has two sets of argument lists, only one of which is used in any given call.
11752- The first set, C<args>, is an encapsulated argument list of pointers to C
11752+ The first set, C<args>, is a pointer to a C<va_list> of pointers to C
1175311753strings. If it is NULL, the other list, C<svargs>, is used; it is an array
1175411754of pointers to SV's. C<sv_count> gives how many there are in the list.
1175511755
@@ -11792,7 +11792,7 @@ The forms whose name contains C<_no_context> do not take a thread
1179211792context (C<aTHX>) parameter, so are used in situations where the caller
1179311793doesn't already have the thread context.
1179411794
11795- The forms whose name contains C<vcat> use an encapsulated argument list , the
11795+ The forms whose name contains C<vcat> use a C<va_list> , the
1179611796other forms use C<sprintf>-style arguments.
1179711797
1179811798There are no other differences between the forms.
0 commit comments