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 strtol in Turkish locales (bug 19242)


On 11/19/2015 11:22 PM, Joseph Myers wrote:

> 2015-11-19  Joseph Myers  <joseph@codesourcery.com>
> 
> 	[BZ #19242]
> 	* stdlib/strtol_l.c (ISALPHA): Use _nl_C_locobj_ptr for locale.
> 	(TOUPPER): Likewise.
> 	* stdlib/tst-strtol-locale-main.c: New file.
> 	* stdlib/tst-strtol-locale.c: Likewise.
> 	* stdlib/Makefile (tests): Add tst-strtol-locale.
> 	[$(run-built-tests) = yes] (LOCALES): Add tr_TR.ISO-8859-9.
> 	[$(run-built-tests) = yes] ($(objpfx)tst-strtol-locale.out):
> 	Depend on $(gen-locales).
> 	* wcsmbs/tst-wcstol-locale.c: New file.
> 	* wcsmbs/Makefile (tests): Add tst-wcstol-locale.
> 	[$(run-built-tests) = yes] (LOCALES): Add tr_TR.UTF-8 and
> 	tr_TR.ISO-8859-9.
> 	[$(run-built-tests) = yes] ($(objpfx)tst-wcstol-locale.out):
> 	Depend on $(gen-locales).

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]