From: Jim Meyering Date: Fri, 5 May 2000 21:41:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-2_0h~57 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df9a764cbdb03cede1454a630e88274ed060297e;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index ba681c4aa5..52fcfec831 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,15 @@ +2000-05-05 Jim Meyering + + Exit nonzero upon write failure. + * src/printf.c: Include "closeout.h". + (main): Call close_stdout. + Reported by Ian Jackson via Michael Stone. + +2000-05-04 Jim Meyering + + * Makefile.maint (my-distcheck): Remove spurious blank line. + Remove $(DEPDIR) *after* making distclean, not before. + 2000-04-30 Jim Meyering * src/yes.c: Detect and terminate upon write failure.