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-09-09 01:03:54 +0400
committerJeff Johnston <jjohnstn@redhat.com>2005-09-09 01:03:54 +0400
commit32b09d754fe438551432e74413d7f13689527b7f (patch)
tree8715707ec8d4a033a3e9a7682b15368f1c2d440d /newlib/ChangeLog
parentbd84404b0f279a82206c70e1aa090a6aaa21bf45 (diff)
2005-09-08 Brian Dessent <brian@dessent.net>
* sf_lrint.c (lrintf): Mask 'i0' correctly when extracting mantissa. * s_lrint.c: Ditto.
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 3171836d7..4c6c2435a 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-08 Brian Dessent <brian@dessent.net>
+
+ * sf_lrint.c (lrintf): Mask 'i0' correctly when extracting
+ mantissa.
+ * s_lrint.c: Ditto.
+
2005-09-02 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/stdio.h: Add prototype for viprintf.