diff options
author | Jim Meyering <meyering@redhat.com> | 2008-10-25 11:34:14 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-10-26 10:45:34 +0100 |
commit | b4ec994b26662f890da855c8a1914aff4d2d3faa (patch) | |
tree | fe9cdfb4ce1417151b838cf52ee140fdb3447cba /NEWS | |
parent | 2bf151cd937dd44f00bc7249d5d8d95e9a34f207 (diff) | |
download | coreutils-b4ec994b26662f890da855c8a1914aff4d2d3faa.tar.xz |
tests: seq: check for today's extended long double fix
* tests/misc/seq-long-double: New file. Test for today's bug fix.
* tests/check.mk (TESTS_ENVIRONMENT): Export CC definition.
* tests/Makefile.am (TESTS): Add misc/seq-long-double.
* NEWS (Bug fixes): Mention it.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ GNU coreutils NEWS -*- outline -*- stat -f recognizes the Lustre file system type +** Bug fixes + + seq 9223372036854775807 9223372036854775808 now prints only two numbers + on systems with extended long double support and good library support. + Even with this patch, on some systems, it still produces invalid output, + from 3 to at least 1026 lines long. [bug introduced in coreutils-6.11] + ** Changes in behavior ls -l now marks SELinux-only files with the less obtrusive '.', |