summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-11-15 18:30:28 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-11-15 18:30:28 +0000
commit8645d522c081bc3bcce733f9c7367d7ee02be841 (patch)
tree9c7ea5d0223375781d7d9ea15b81c4ec45eb60dc /lib/ChangeLog
parent12fc258f9fb3b6e059102b66a789475b09cab9d1 (diff)
downloadcoreutils-8645d522c081bc3bcce733f9c7367d7ee02be841.tar.xz
Don't bother with #pragma STDC FENV_ACCESS ON, as
coreutils no longer futzes with rounding modes.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 6b62579cc..e02f9cdde 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-15 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
+ coreutils no longer futzes with rounding modes.
+
2005-11-08 Eric Blake <ebb9@byu.net>
* getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.