From 0f8e99e6b6437e33cba24699aefea8b17ce0bfc6 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 23 Nov 2010 09:56:19 -0800 Subject: [PATCH] =?utf8?q?Document=20the=20refcount=20of=20version=20funct?= =?utf8?q?ions=E2=80=99=20retval?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- util.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/util.c b/util.c index a878f4b..52554be 100644 --- a/util.c +++ b/util.c @@ -5162,6 +5162,8 @@ point representation. Call like: NOTE: you can pass either the object directly or the SV contained within the RV. +The SV returned has a refcount of 1. + =cut */ @@ -5241,6 +5243,8 @@ representation. Call like: NOTE: you can pass either the object directly or the SV contained within the RV. +The SV returned has a refcount of 1. + =cut */ @@ -5298,7 +5302,9 @@ Perl_vnormal(pTHX_ SV *vs) In order to maintain maximum compatibility with earlier versions of Perl, this function will return either the floating point notation or the multiple dotted notation, depending on whether -the original version contained 1 or more dots, respectively +the original version contained 1 or more dots, respectively. + +The SV returned has a refcount of 1. =cut */ -- 2.7.4