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/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/mingw/ChangeLog b/winsup/mingw/ChangeLog
index 0dbd7a462..b711a4187 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,13 @@
+2009-08-08 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/math.h (__fpclassifyl, __isnan, __isnanf, isnanl, __signbit,
+ __signbitf, __signbitl, sinhf, tanhf, expf, frexpf, ldexpf, hypotf, powf,
+ __fp_unordered_compare): Add prototypes.
+ * include/stdio.h (vsnwprintf): Add prototype.
+ * include/wchar.h (vsnwprintf): Add prototype.
+ * include/stdlib.h (_Exit): Protect inline definition with !__STRICT_ANSI__.
+ * include/unistd.h (ftruncate): Move prototype out of __NO_INLINE__ guard.
+
2009-07-29 Keith Marshall <keithmarshall@users.sourceforge.net>
Correct disposition of wchar_t output in printf().