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 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e2791eacf..578e297d9 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2010-03-08 Craig Howland <howland@LGSInnovations.com>
+
+ * libm/common/s_rint.c: Fix error when integral part had 18 bits and
+ fraction had bits set beyond first radix bit. Also, make 2-part
+ adjustment consistent with 1-part adjustment when adjusting fractional
+ bits.
+ * libm/common/sf_rint.c: Make fractional-bit adjustment consistent
+ with s_rint.c by setting 0b.01 instead of 0b.001.
+
2010-03-05 Craig Howland <howland@LGSInnovations.com>
* libm/math/ef_sqrt.c: Delete unused variable sign.