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/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index bd4f66366..69a48f94a 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,5 +1,18 @@
2003-03-16 Danny Smith <dannysmith@users.sourceforge.net>
+ * mingwex/dirent.c (_topendir): Eliminate signed/unsigned warning.
+ * mingwex/strtoimax.c (strtoimax): Likewise.
+ * mingwex/wcstoimax.c (wcstoimax): Likewise.
+ * mingwex/wtoll.c (wtoll): Remove unnecessary ';'
+ * mingwex/fesentenv.c: Include float.h.
+ * mingwex/math/powl.c: Eliminate type punning/strict aliasing
+ warning.
+ * mingwex/math/tanhl.c: Eliminate signed/unsigned warning in
+ constants.
+ * mingwex/math/tgammal.c: Likewise.
+
+2003-03-16 Danny Smith <dannysmith@users.sourceforge.net>
+
* include/utime.h: New file, forwarding to sys/utime.h.
2003-03-16 Danny Smith <dannysmith@users.sourceforge.net>