diff options
author | Jim Meyering <jim@meyering.net> | 2001-03-09 18:23:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-03-09 18:23:45 +0000 |
commit | 00ef90d13b37c2fb1ec4de78d9a2a51bc4b72614 (patch) | |
tree | 127671bea9ede46330d3a3e28673017148625e74 | |
parent | 5b0132826ffdbb946afebc9111bf771131d3dc0f (diff) | |
download | coreutils-00ef90d13b37c2fb1ec4de78d9a2a51bc4b72614.tar.xz |
*** empty log message ***
-rw-r--r-- | old/sh-utils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index b0ae65b1a..56f08bc98 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,21 @@ +2001-03-09 Jim Meyering <meyering@lucent.com> + + * tests/help-version: Ensure that /dev/full is a character device + (using test -c) as well as being writable, before trying to write to it. + Otherwise, the test could mistakenly append a newline to an existing, + regular, writable, /dev/full file. + Suggested by Ulrich Drepper. + +2001-03-07 Jim Meyering <meyering@lucent.com> + + * tests/stty/Makefile.am (EXTRA_DIST): Remove input-tty. + * tests/Makefile.am (EXTRA_DIST): Add input-tty. + + * tests/stty/basic-1: Reflect change in location of input-tty. + * tests/stty/row-col: Likewise. + * tests/stty/input-tty: Move this file... + * tests/input-tty: ... to here. + 2001-02-24 Paul Eggert <eggert@twinsun.com> * doc/sh-utils.texi: Fix typo: '-d=1may' -> '-d 1may'. |