summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-29 10:05:42 +0000
committerJim Meyering <jim@meyering.net>2000-01-29 10:05:42 +0000
commit90eddc5478bcce4996a120834dd4399afe5a1751 (patch)
tree31639862f1bb9be696fab03c9d4b52446732a639 /old
parente3fa0cb53b201cd0240795414cb7de0d99da5029 (diff)
downloadcoreutils-90eddc5478bcce4996a120834dd4399afe5a1751.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 3b6f33d82..973c1dd12 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,14 @@
+2000-01-29 Jim Meyering <meyering@lucent.com>
+
+ * 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 <meyering@lucent.com>
* 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 <haible@linuix.math.u-bordeaux.fr>
Add support for octal and hexadecimal output.