From 86e4b778b148bdd82395fdc312ce8d937f303e33 Mon Sep 17 00:00:00 2001 From: "P@draigBrady.com" Date: Mon, 9 Jul 2007 16:07:38 +0100 Subject: Fix the automatic number width formatting in seq. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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: Signed-off-by: Pádraig Brady --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 170e76dfd..e62602020 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-07-09 Pádraig Brady + + 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: + 2007-07-08 Jim Meyering Run the coreutils-specific code only if tests/Makefile.am.in exists. -- cgit v1.2.3-54-g00ecf