This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] Use __uselocale in ctype_members.cc


> 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
> 
> 	* config/locale/gnu/ctype_members.cc (ctype<wchar_t>::do_widen(char)):
> 	Switch to _M_c_locale_ctype around btowc call.
> 	(ctype<wchar_t>::do_widen(const char*, const char *, wchar_t*)):
> 	Switch to _M_c_locale_ctype around mbsrtowcs call.
> 	(ctype<wchar_t>::do_narrow(char)): Switch to _M_c_locale_ctype around
> 	wctob call.
> 	(ctype<wchar_t>::do_narrow(const char*, const char *, wchar_t*)):
> 	Switch to _M_c_locale_ctype around wcsrtombs call.

This is fine. Thanks Jakub!


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