From: Jim Meyering Date: Sun, 30 Apr 2000 16:20:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.1~5047 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0e30069c0907ff7ac6bfc03c8423039c27f8a07;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 2468365223..ba681c4aa5 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,7 @@ +2000-04-30 Jim Meyering + + * src/yes.c: Detect and terminate upon write failure. + 2000-04-14 Jim Meyering * src/seq.c: Shorten `#ifdef HAVE_...' to `#if HAVE_...' and diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index 14fc17096e..940ee5d252 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]