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: libstdc++ ctype & os support for Darwin


Long overdue. It's nice to see this in.

I am seeing a couple of failures in regression runs posted on gcc-testresults. In particular, 

22_locale/num_get/get/char/10.cc
22_locale/num_get/get/char/4.cc

Should not fail (wchar_t either.) Usually these failures can be traced
back to ctype implementation errors.

FYI

-benjamin

>2004-10-29  Geoffrey Keating  <geoffk@apple.com>
>
>	* configure.host (darwin*): Set os_include_dir to a separate directory
>	for Darwin.
>	* acinclude.m4 (GLIBCXX_ENABLE_CLOCALE): Add a new C locale kind,
>	'darwin'.
>	* config/locale/darwin/ctype_members.cc: New.
>	* config/os/bsd/darwin/ctype_base.h: New.
>	* config/os/bsd/darwin/ctype_inline.h: New.
>	* config/os/bsd/darwin/ctype_noninline.h: New.
>	* config/os/bsd/darwin/os_defines.h: New.


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