From: Jim Meyering Date: Mon, 25 Jan 1999 00:34:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22h~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb6a8b722b3e55caaadcf1c6068f9208949d3ffc;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d006098df2..8e6a372106 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,7 @@ 1999-01-24 Jim Meyering + * src/ansi2knr.c: Exit nonzero upon failed write to stdout. + * lib/quotearg.c (quotearg_n_options): Revert type of parameter `n' (and hence that of the local `n1', too) to `int' at Paul's request.