diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-07-18 01:39:52 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2009-07-18 01:39:52 +0000 |
commit | b5fb6b0dc3e12cdc746540a23eeb3e218aad9427 (patch) | |
tree | b9fb63814ffc8fccb5da45054ec967884d6e6fd0 /winsup/mingw/ChangeLog | |
parent | c627d4ddd08eacaee0388b6cae4964eda6ffbfd6 (diff) | |
download | newlib-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/ChangeLog | 7 |
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. |