aboutsummaryrefslogtreecommitdiff
path: root/winsup/mingw/ChangeLog
diff options
context:
space:
mode:
authorChris Sutcliffe <ir0nh34d@users.sourceforge.net>2009-07-18 01:39:52 +0000
committerChris Sutcliffe <ir0nh34d@users.sourceforge.net>2009-07-18 01:39:52 +0000
commitb5fb6b0dc3e12cdc746540a23eeb3e218aad9427 (patch)
treeb9fb63814ffc8fccb5da45054ec967884d6e6fd0 /winsup/mingw/ChangeLog
parentc627d4ddd08eacaee0388b6cae4964eda6ffbfd6 (diff)
downloadnewlib-b5fb6b0dc3e12cdc746540a23eeb3e218aad9427.zip
newlib-b5fb6b0dc3e12cdc746540a23eeb3e218aad9427.tar.gz
newlib-b5fb6b0dc3e12cdc746540a23eeb3e218aad9427.tar.bz2
2009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* mingwex/math/cephes_mconf.h mingwex/math/erfl.c mingwex/math/lgamma.c mingwex/math/lgammal.c mingwex/math/powl.c mingwex/math/sinhl.c mingwex/math/tanhl.c mingwex/math/tgamma.c mingwex/math/tgammal.c: Based on the fixes from the mingw-w64 code tree, fixed strict-aliasing issues.
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 320383c..d5313bc 100644
--- a/winsup/mingw/ChangeLog
+++ b/winsup/mingw/ChangeLog
@@ -1,3 +1,10 @@
+2009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
+
+ * mingwex/math/cephes_mconf.h mingwex/math/erfl.c mingwex/math/lgamma.c
+ mingwex/math/lgammal.c mingwex/math/powl.c mingwex/math/sinhl.c
+ mingwex/math/tanhl.c mingwex/math/tgamma.c mingwex/math/tgammal.c: Based on
+ the fixes from the mingw-w64 code tree, fixed strict-aliasing issues.
+
2009-07-12 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* mingwex/stdio/pformat.c: Fix compiler warnings with GCC 4.4.0.