aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2009-08-08 13:26:11 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2009-08-08 13:26:11 +0000
commit75bf04114e2b734052d4635175522150c3fb1872 (patch)
tree69d10af7d503875884fee653e071dc27a58581cb /winsup/mingw/ChangeLog
parent45f03e330f1389d0574206a7dc7528309aa4869b (diff)
downloadnewlib-75bf04114e2b734052d4635175522150c3fb1872.zip
newlib-75bf04114e2b734052d4635175522150c3fb1872.tar.gz
newlib-75bf04114e2b734052d4635175522150c3fb1872.tar.bz2
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/unistd.h (ftruncate): Move prototype out of __NO_INLINE__ guard.
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 0dbd7a4..b711a41 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().