summaryrefslogtreecommitdiff
path: root/libgfortran/ChangeLog
diff options
context:
space:
mode:
authorsayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-01 13:40:52 +0000
committersayle <sayle@138bc75d-0d04-0410-961f-82ee72b054a4>2004-08-01 13:40:52 +0000
commitcfe95071237e3e03a86811a4bd92575623ec3f28 (patch)
tree3d27d1a3a22ca9d52450ebda4c122a3cb9833e12 /libgfortran/ChangeLog
parent72dfc8a5eb647f579ffbd5ce8808602fb92b839e (diff)
downloadgcc-cfe95071237e3e03a86811a4bd92575623ec3f28.tar.gz
* io/write.c (write_float): Use the slightly more portable isnan
in preference to isinf. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85407 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/ChangeLog')
-rw-r--r--libgfortran/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgfortran/ChangeLog b/libgfortran/ChangeLog
index 3168f4e1b70..de627aaaa03 100644
--- a/libgfortran/ChangeLog
+++ b/libgfortran/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-01 Roger Sayle <roger@eyesopen.com>
+
+ * io/write.c (write_float): Use the slightly more portable isnan
+ in preference to isinf.
+
2004-07-18 Bud Davis <bdavis9659@comcast.net>
* configure.ac: Add check for LFS support.