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:
authorJeff Johnston <jjohnstn@redhat.com>2005-08-11 01:02:28 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-08-11 01:02:28 +0400
commit234cf97f858cc122f816a72a4e41a2191df5b005 (patch)
treeca6b66bf6c175282d087b1c3c7a313b0fb5c180b /newlib/ChangeLog
parent56448afa06abf287d8bfbd45b1a040ab32d54bb9 (diff)
2005-08-10 Stephen Huw Clarke <stephen.clarke@st.com>
* libm/common/sf_fmax.c: Fix to properly handle NaNs. * libm/common/s_max.c: Ditto. * libm/common/sf_fmin.c: Ditto. * libm/common/s_min.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 83e32fa6e..6d8ec651f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,10 @@
+2005-08-10 Stephen Huw Clarke <stephen.clarke@st.com>
+
+ * libm/common/sf_fmax.c: Fix to properly handle NaNs.
+ * libm/common/s_max.c: Ditto.
+ * libm/common/sf_fmin.c: Ditto.
+ * libm/common/s_min.c: Ditto.
+
2005-08-10 DJ Delorie <dj@redhat.com>
* configure.host: Add m32c support.