Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-22Rename <sys/_locale.h> to <xlocale.h>Yaakov Selkowitz
The locale_t type is provided by <xlocale.h> on Linux, FreeBSD, and Darwin. While, like on some of those systems, it is automatically included by <locale.h> with the proper feature test macros, its presence under this particular name is still presumed in real-world software. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2016-08-15Add sys/_locale.h header and fix up headersCorinna Vinschen
Signed-off by: Corinna Vinschen <corinna@vinschen.de>
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen
Signed-off by: Corinna Vinschen <corinna@vinschen.de>
2016-08-11Feature test macros overhaul: wctype.hYaakov Selkowitz
iswblank was first introduced in C99. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2002-11-072002-11-06 Kazuhiro Fujieda <fujieda@jaist.ac.jp>Jeff Johnston
* libc/include/wchar.h: Use _{BEGIN,END}_STD_C instead of extern "C". * libc/include/wctype.h: Ditto.
2002-11-042002-11-04 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/include/wchar.h: Add extern "C" specifier if C++. * libc/include/wctype.h: Ditto.
2002-09-212002-09-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston
* libc/include/wctype.h: New file.