This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix strtod ("NAN(I)") in Turkish locales (bug 19266)


On 11/19/2015 01:37 AM, Joseph Myers wrote:
> 2015-11-19  Joseph Myers  <joseph@codesourcery.com>
> 
> 	[BZ #19266]
> 	* stdlib/strtod_l.c (____STRTOF_INTERNAL): Check directory for
> 	upper case and lower case letters inside NAN(), not using TOLOWER.
> 	* stdlib/tst-strtod-nan-locale-main.c: New file.
> 	* stdlib/tst-strtod-nan-locale.c: Likewise.
> 	* stdlib/Makefile (tests): Add tst-strtod-nan-locale.
> 	[$(run-built-tests) = yes] ($(objpfx)tst-strtod-nan-locale.out):
> 	Depend on $(gen-locales).
> 	($(objpfx)tst-strtod-nan-locale): Depend on $(libm).
> 	* wcsmbs/tst-wcstod-nan-locale.c: New file.
> 	* wcsmbs/Makefile (tests): Add tst-wcstod-nan-locale.
> 	[$(run-built-tests) = yes] ($(objpfx)tst-wcstod-nan-locale.out):
> 	Depend on $(gen-locales).
> 	($(objpfx)tst-wcstod-nan-locale): Depend on $(libm).

This looks good to me.

Thanks,
Florian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]