This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin 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]

src/winsup/mingw ChangeLog include/_mingw.h in ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	mingw-std-ns-branch
Changes by:	dannysmith at sourceware dot org	2003-04-07 01:22:47

Modified files:
	winsup/mingw   : ChangeLog 
	winsup/mingw/include: _mingw.h ctype.h locale.h stdlib.h time.h 
	                      wchar.h 
	winsup/mingw/include/sys: types.h 

Log message:
	* include/_mingw.h: Don't include <bits/c++config.h>.
	(__MINGW_USE_NAMESPACES): Define as _GLIBCPP_USE_NAMESPACES.
	* include/ctype.h: Whitespace changes.
	* include/locale.h: Remove duplicate inclusion of <stddef.h>.
	* include/stdlib.h: (strtof, strtold): Move out of std namespace.
	(wcstof, wcstold): Likewise.
	* include/time.h (strftime): Remove duplicate declaration.
	(_wasctime): Qualify tm with __CSTD.
	* include/wchar.h (wcstof, wcstold): Move out of std namespace.
	(wcstoll, wcstoull): Likewise.
	* include/sys/types.h (__MINGW_USE_NAMESPACES): Use instead of
	__USE_STD_CXX.
	

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.85.2.28&r2=1.85.2.29
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/_mingw.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.13.2.5&r2=1.13.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/ctype.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.3.6.7&r2=1.3.6.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/locale.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.3.16.2&r2=1.3.16.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/stdlib.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.10.6.9&r2=1.10.6.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/time.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.6.2.5&r2=1.6.2.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/wchar.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.10.6.11&r2=1.10.6.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/sys/types.h.diff?cvsroot=src&only_with_tag=mingw-std-ns-branch&r1=1.2.16.2&r2=1.2.16.3


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