From: Jim Meyering Date: Sat, 29 Jan 2000 10:05:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0p~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90eddc5478bcce4996a120834dd4399afe5a1751;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 3b6f33d825..973c1dd124 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,14 @@ +2000-01-29 Jim Meyering + + * src/seq.c: Back out most of the 2000-01-21 and 01-22 changes. + [Instead, merely give examples showing how to accomplish the same + task with fewer limitations using existing tools. ] + Suggestion from Bruno Haible. + (valid_format): Rename from check_format. + * tests/seq/basic: Remove associated tests and add two equal-width ones. + + * tests/stty/row-col-1: Set COLUMNS envvar, just to be safe. + 2000-01-28 Jim Meyering * src/stty.c (wrapf): Emit a newline only if 0 < current_col. @@ -37,8 +48,6 @@ (main): Use it. Topologically sort the functions and remove fwd declarations. - * tests/seq/basic: Add new tests for the new functionality. - 2000-01-21 Bruno Haible Add support for octal and hexadecimal output.