Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2001 04:34:30 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org, bde@FreeBSD.org
Subject:   Re: cvs commit: src/lib/libc/stdlib strtol.c strtoll.c strtoq.c
Message-ID:  <20011128013430.GA15066@nagual.pp.ru>
In-Reply-To: <XFMail.011127165507.jhb@FreeBSD.org>
References:  <200111280048.fAS0mBb36010@freefall.freebsd.org> <XFMail.011127165507.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 27, 2001 at 16:55:07 -0800, John Baldwin wrote:
> 
> Does C99 support more than base 36 and if so should the manpage be updated?
> 

As bde tells me, C99 says nothing about >= 36 bases deprication, POSIX not 
say too excepting 
[EINVAL] The value of base is not supported.
with no clarification about valid base range. I.e. they have _description_ 
what happens in 2 .. 35 range and nothing about outside of it.

Personally I agree with any way. I am not good standards reader due to 
some language problems. Please clarify this issue with bde (Cc'ed)

-- 
Andrey A. Chernov
http://ache.pp.ru/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011128013430.GA15066>