diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-03 10:10:38 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-03 10:42:52 +0100 |
commit | 0814422a7df34bf06f15a6f064472f3aed8c7ebe (patch) | |
tree | 71eb4ce8382c954c06b83e9da622652be98275b6 /ChangeLog | |
parent | a860ca32b0cadfff722f7639b2158a59be7bd346 (diff) | |
download | coreutils-0814422a7df34bf06f15a6f064472f3aed8c7ebe.tar.xz |
seq: add another test for the %% bug
* tests/misc/seq (fmt-c): Test the other fixed case, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-11-03 Jim Meyering <meyering@redhat.com> + + seq: add another test for the %% bug. + * tests/misc/seq (fmt-c): Test the other fixed case, too. + 2007-11-03 Paul Eggert <eggert@cs.ucla.edu> Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format. |