summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorP@draigBrady.com <P@draigBrady.com>2007-07-09 16:07:38 +0100
committerJim Meyering <jim@meyering.net>2007-07-09 17:55:57 +0200
commit86e4b778b148bdd82395fdc312ce8d937f303e33 (patch)
treeebc16d93da6d1c6247c77d1da1471d0330c59949 /ChangeLog
parent55c53863a87516e73c055c885dbefe80b003df82 (diff)
downloadcoreutils-86e4b778b148bdd82395fdc312ce8d937f303e33.tar.xz
Fix the automatic number width formatting in seq.
* src/seq.c: Fix the -w logic. Ignore spaces and '+' characters of input numbers when determining width. Set format correctly for input numbers in scientific notation. * tests/seq/basic: Add various number width tests. Details: <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10903> Signed-off-by: Pádraig Brady <Pádraig Brady P@draigBrady.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 170e76dfd..e62602020 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-07-09 Pádraig Brady <P@draigBrady.com>
+
+ Fix the automatic number width formatting in seq.
+ * src/seq.c: Fix the -w logic. Ignore spaces and '+'
+ characters of input numbers when determining width.
+ Set format correctly for input numbers in scientific notation.
+ * tests/seq/basic: Add various number width tests.
+ Details: <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10903>
+
2007-07-08 Jim Meyering <jim@meyering.net>
Run the coreutils-specific code only if tests/Makefile.am.in exists.