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
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2010-01-23 01:31:31 +0300
committerCorinna Vinschen <corinna@vinschen.de>2010-01-23 01:31:31 +0300
commit326fb376dda24e2c3f445863791eb6073d91d69b (patch)
tree6f272a713b5deab3bead327e258592b887f3d528 /winsup/cygwin/wchar.h
parente894eef9f5bfa989029423afe729da554df8d17e (diff)
* Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.
* autoload.cc (LocaleNameToLCID): Define. * cygwin.din (strfmon): Export. * nlsfuncs.cc: New file. Define a lot of internal functions called from setlocale. (wcscoll): Implement locale-aware here, using CompareStringW function. (strcoll): Ditto. (wcsxfrm): Implement locale-aware here, usingLCMapStringW function. (strxfrm): Ditto. (__set_charset_from_locale): Replace __set_charset_from_codepage. Return Linux-compatible charset. * strfuncs.cc (__set_charset_from_codepage): Remove. * wchar.h (__set_charset_from_codepage): Drop definition. * wincap.h (wincaps::has_localenames): New element. * wincap.cc: Implement above element throughout. * libc/strfmon.c: New file. * libc/strptime.cc: Remove locale constant strings in favor of access to locale-specifc data. (strptime): Point _CurrentTimeLocale to locale-specific data. Throughout use correct locale-specific format fields for all locale-specific formats. * include/monetary.h: New file. * include/cygwin/version.h (CYGWIN_VERSION_API_MINOR): Bump.
Diffstat (limited to 'winsup/cygwin/wchar.h')
-rw-r--r--winsup/cygwin/wchar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/winsup/cygwin/wchar.h b/winsup/cygwin/wchar.h
index 1398238c1..820519af5 100644
--- a/winsup/cygwin/wchar.h
+++ b/winsup/cygwin/wchar.h
@@ -1,6 +1,6 @@
/* wchar.h: Extra wchar defs
- Copyright 2007, 2009 Red Hat, Inc.
+ Copyright 2007, 2009, 2010 Red Hat, Inc.
This file is part of Cygwin.
@@ -44,8 +44,6 @@ extern wctomb_f __utf8_wctomb;
extern char *__locale_charset ();
-extern mbtowc_p __set_charset_from_codepage (unsigned int cp, char *charset);
-
#ifdef __cplusplus
}
#endif