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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 64cad4ee4..28a97d214 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-02 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * mingwex/Makefile.in (MATH_DISTFILES): Remove pow.c,
+ (MATH_OBJS): Remove pow,o.
+ * include/math.h (pow): Declare with _CRTIMP.
+ Add comment on how to avoid excess precision problems.
+
2004-06-30 Danny Smith <dannysmith@users.sourceforge.net>
* include/stdio.h (__mingw_fseeko64): Add prototype.