summaryrefslogtreecommitdiff
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2003-04-07 01:22:46 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2003-04-07 01:22:46 +0000
commit915aad990b085a3f72d194b1f8738148b52f4cf7 (patch)
tree08a9a8b4d14dbbc455cfde1ec6864583628f72b8 /winsup/mingw/ChangeLog
parentb972aa34dc5ab56333b00984201d5c3077709087 (diff)
downloadgdb-cvs/mingw-std-ns-branch.tar.gz
* include/_mingw.h: Don't include <bits/c++config.h>. mingw-std-ns-branchcvs/mingw-std-ns-branch
(__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.
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 1bf1ff40e56..7db5bb9e057 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,18 @@
+2003-04-07 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * 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.
+
2003-04-04 Danny Smith <dannysmith@users.sourceforge.net>
* include/_mingw.h:[__cplusplus] Include <bits/c++config.h>.