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-06-28 21:03:18 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-06-28 21:03:18 +0400
commit25d209f13d92999221b4234b74820cb6148b5b97 (patch)
tree04f9ad4c5536a002ec587e4b299a43cc973032ff /newlib/ChangeLog
parentf1fb56495297ec40049e91c3232127282dde450a (diff)
2005-06-28 Dave Korn <dave.korn@artimi.com>
* libm/common/s_lrint.c (lrint): Fix signed-vs-unsigned comparison and miscalculation caused by fp representation of zero. * libm/common/sf_lrint.c (lrintf): Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index ae9584373..ae96c236e 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2005-06-28 Dave Korn <dave.korn@artimi.com>
+
+ * libm/common/s_lrint.c (lrint): Fix signed-vs-unsigned comparison
+ and miscalculation caused by fp representation of zero.
+ * libm/common/sf_lrint.c (lrintf): Likewise.
+
2005-06-16 Christopher Faylor <cgf@timesys.com>
* libc/stdio/vfprintf.c (cvt): Don't rely on pointer aliasing to