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:
Diffstat (limited to 'winsup/mingw/ChangeLog')
-rw-r--r--winsup/mingw/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 998832f3b..f2a662816 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,6 +1,13 @@
2002-09-27 Danny Smith <dannysmith@users.sourceforge.net>
- * include/settjmp.h: Use C++ c-header compatibility defines.
+ * include/wchar: #include sys/types.h in non-ANSI mode.
+ * Protect _Wint_t typedef with __STRICT_ANSI__. Remove from std
+ namespace.
+ Fix comment about string functions.
+
+2002-09-27 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/setjmp.h: Use C++ c-header compatibility defines.
* include/time.h; Don't include non-ISO sys/types.h.
(struct tm): Define in __CSTD, if not already done.
(_wasctime): Qualify tm with __CSTD.