diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index d006098df..8e6a37210 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.