newlib-cygwin/winsup/cygwin/include/cygwin
Corinna Vinschen 326fb376dd * 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.
2010-01-22 22:31:31 +00:00
..
_types.h
acl.h
config.h * include/cygwin/config.h (DEFAULT_LOCALE): Define as "C.UTF-8". 2009-10-09 08:36:21 +00:00
core_dump.h
cygwin_dll.h * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting. 2009-08-13 07:35:50 +00:00
fs.h
grp.h
hdreg.h
icmp.h
if.h * include/cygwin/if.h (IFF_POINTOPOINT): Fix typo. 2007-06-20 09:28:47 +00:00
in.h * autoload.cc (GetIpForwardTable): Define. 2007-06-14 16:02:32 +00:00
in6.h * include/cygwin/in6.h: Drop inclusion of asm/byteorder.h. 2007-01-18 10:25:40 +00:00
in_systm.h
ipc.h
kd.h * fhandler.h (class dev_console): Add `metabit' indicating the 2006-07-03 15:29:10 +00:00
msg.h
mtio.h
rdevio.h
sem.h
shm.h
signal.h * cygwin.din (sys_sigabbrev): Add this here. 2008-09-11 06:22:31 +00:00
socket.h * cygwin.din (accept4): Export. 2010-01-15 15:40:05 +00:00
sockios.h
stat.h * include/cygwin/stat.h (S_TYPEISSHM, S_TYPEISSEM, S_TYPEISSHM): 2007-03-13 13:22:00 +00:00
stdlib.h Provide euidaccess, canonicalize_file_name; fix fchmodat. 2009-09-25 23:55:00 +00:00
sys_time.h
sysproto.h
time.h * include/cygwin/time.h: Remove redundant #endif. 2007-12-03 11:34:59 +00:00
types.h * include/cygwin/types.h: Update copyright. 2006-07-14 21:45:00 +00:00
utmp.h
version.h * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o. 2010-01-22 22:31:31 +00:00
wait.h * exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing. 2009-07-18 20:25:07 +00:00