diff options
-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] |