cvs commit: src/lib/libc/stdlib strtoimax.c strtol.c strtoll.c strtoul.c strtoull.c strtoumax.c

Andrey Chernov ache at nagual.pp.ru
Sun Jul 3 01:06:58 GMT 2005


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/



More information about the cvs-src mailing list