diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-30 16:20:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-30 16:20:57 +0000 |
commit | d0e30069c0907ff7ac6bfc03c8423039c27f8a07 (patch) | |
tree | 3da136372f55bfe0514de2af459a9eb2b865bff8 /old/sh-utils | |
parent | 9a7f0b1542067f89cc983ca0298e0971feae1cd7 (diff) | |
download | coreutils-d0e30069c0907ff7ac6bfc03c8423039c27f8a07.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 4 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 246836522..ba681c4aa 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,7 @@ +2000-04-30 Jim Meyering <meyering@lucent.com> + + * src/yes.c: Detect and terminate upon write failure. + 2000-04-14 Jim Meyering <meyering@lucent.com> * src/seq.c: Shorten `#ifdef HAVE_...' to `#if HAVE_...' and diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 14fc17096..940ee5d25 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,6 @@ Changes in release 2.1 [2.0h] +* yes now detects and terminates upon write failure * date --rfc-822 now always emits day and month names from the `C' locale * portability tweaks for Solaris8, Ultrix, and DOS [2.0g] |