summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-11-17 09:39:42 +0100
committerJim Meyering <meyering@redhat.com>2007-11-17 09:39:42 +0100
commita03811f5196aec86fd8eb682bd55bdff266f1451 (patch)
treec59e0b896fa1fbb619f6603aa7b58f5c8c0c19dd /ChangeLog
parent6076d0ae2fdae2ebaac6d5a6c793539615471742 (diff)
downloadcoreutils-a03811f5196aec86fd8eb682bd55bdff266f1451.tar.xz
"seq .1 .1" would mistakenly generate no output on some systems
* NEWS: Say this. * src/seq.c (print_numbers): Handle another floating point corner case. This avoids failure of seq's eq-wid-7 test on FreeBSD 6.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e6c87a34..d563ae900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-17 Jim Meyering <meyering@redhat.com>
+
+ "seq .1 .1" would mistakenly generate no output on some systems
+ * NEWS: Say this.
+ * src/seq.c (print_numbers): Handle another floating point corner case.
+ This avoids failure of seq's eq-wid-7 test on FreeBSD 6.1.
+
2007-11-16 Paul Eggert <eggert@cs.ucla.edu>
Port tests/rmdir/ignore away from GNU/Linux.