OSDN Git Service

* libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length of
authorcorinna <corinna>
Tue, 16 Jun 2009 17:44:20 +0000 (17:44 +0000)
committercorinna <corinna>
Tue, 16 Jun 2009 17:44:20 +0000 (17:44 +0000)
commit4d94368d218fff822d1cbcc307efd85f306e76e8
treeb729756818d51b82511955421e5786da9c76e19a
parentf67ce5703bef252c91c129ec1db4c7c586096c52
* libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length of
radix char instead of assuming length 1.
* libc/stdlib/gdtoa-gethex.c: Remove use of USE_LOCALE.
(gethex): Allow multibyte decimal point.
Fix compiler warnings due to different signedness of pointer types.
* libc/stdlib/strtod.c: Remove use of USE_LOCALE.
(_strtod_r): Allow multibyte decimal point.
* libc/stdlib/wcstod.c (_wcstod_r): Evaluate correct wide char
endptr position if the decimal point is a multibyte char.
newlib/ChangeLog
newlib/libc/stdio/vfprintf.c
newlib/libc/stdlib/gdtoa-gethex.c
newlib/libc/stdlib/strtod.c
newlib/libc/stdlib/wcstod.c