]> sourceware.org Git - newlib-cygwin.git/commit
Implement strto[dflu]_l/wcsto[dflu]_l
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 10 Aug 2016 14:30:46 +0000 (16:30 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 15 Aug 2016 15:35:21 +0000 (17:35 +0200)
commit238455adfab4f8070ac65400aac22bb8a9e502fc
tree68dbe978bc7250338ba2de4bab0db5f2feb81b32
parent5ef60b7e6a0abad86fe637197f738f8a90b525c8
Implement strto[dflu]_l/wcsto[dflu]_l

Implement GNU extensions strtod_l, strtof_l, strtol_l, strtold_l, strtoll_l,
strtoul_l, strtoull_l, wcstod_l, wcstof_l, wcstol_l, wcstold_l, wcstoll_l,
wcstoul_l, wcstoull_l.

Export from Cygwin, fix posix.xml.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
27 files changed:
newlib/libc/include/stdlib.h
newlib/libc/include/wchar.h
newlib/libc/locale/setlocale.h
newlib/libc/stdlib/gdtoa-gethex.c
newlib/libc/stdlib/mprec.h
newlib/libc/stdlib/strtod.c
newlib/libc/stdlib/strtodg.c
newlib/libc/stdlib/strtol.c
newlib/libc/stdlib/strtold.c
newlib/libc/stdlib/strtoll.c
newlib/libc/stdlib/strtoll_r.c
newlib/libc/stdlib/strtorx.c
newlib/libc/stdlib/strtoul.c
newlib/libc/stdlib/strtoull.c
newlib/libc/stdlib/strtoull_r.c
newlib/libc/stdlib/wcsnrtombs.c
newlib/libc/stdlib/wcstod.c
newlib/libc/stdlib/wcstol.c
newlib/libc/stdlib/wcstold.c
newlib/libc/stdlib/wcstoll.c
newlib/libc/stdlib/wcstoll_r.c
newlib/libc/stdlib/wcstoul.c
newlib/libc/stdlib/wcstoull.c
newlib/libc/stdlib/wcstoull_r.c
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/doc/posix.xml
This page took 0.03578 seconds and 5 git commands to generate.