summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2007-10-17 20:14:49 +0000
committerJeff Johnston <jjohnstn@redhat.com>2007-10-17 20:14:49 +0000
commit923f9573a3f8e607b264575448ca520b3f228863 (patch)
treee267943a9e0ba33a0b467d7c743a062c24eb015a /newlib/ChangeLog
parentec828b8bf114ff4010e3c5d793553a318cafb890 (diff)
downloadcygnal-923f9573a3f8e607b264575448ca520b3f228863.tar.gz
cygnal-923f9573a3f8e607b264575448ca520b3f228863.tar.bz2
cygnal-923f9573a3f8e607b264575448ca520b3f228863.zip
2007-10-17 Jeff Johnston <jjohnstn@redhat.com>
* libm/mathfp/s_logarithm.c: Fix case where input is 0 to return -inf. * libm/mathfp/sf_logarithm.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 1129abed3..d964ff3be 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,11 @@
2007-10-17 Jeff Johnston <jjohnstn@redhat.com>
+ * libm/mathfp/s_logarithm.c: Fix case where input is 0 to
+ return -inf.
+ * libm/mathfp/sf_logarithm.c: Ditto.
+
+2007-10-17 Jeff Johnston <jjohnstn@redhat.com>
+
* libc/machine/i386/machine/fastmath.h: New file.
2007-10-13 Eric Blake <ebb9@byu.net>