Date: Fri, 21 Jan 2005 04:15:43 +0300 From: Andrey Chernov <ache@nagual.pp.ru> To: src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c Message-ID: <20050121011542.GA79968@nagual.pp.ru> In-Reply-To: <200501210042.j0L0gDKj001516@repoman.freebsd.org> References: <200501210042.j0L0gDKj001516@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jan 21, 2005 at 12:42:13AM +0000, Andrey A. Chernov wrote: > lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c > strtoull.c strtoumax.c > Log: > POSIX says that 0[xX] prefix is _optional_ even in base 16 case, make it > really so. To all of whom are interested: previously strtol("0x@", ..., 16 or 0) sets EINVAL, now not. -- http://ache.pp.ru/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050121011542.GA79968>