summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-25 00:34:39 +0000
committerJim Meyering <jim@meyering.net>1999-01-25 00:34:39 +0000
commitcb6a8b722b3e55caaadcf1c6068f9208949d3ffc (patch)
tree07a1b3e9015176ef1ebc1fb5972d1933efcf9425 /old
parent2ecbb0307d13b2645b0025dc849527ed49631d4c (diff)
downloadcoreutils-cb6a8b722b3e55caaadcf1c6068f9208949d3ffc.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog2
1 files changed, 2 insertions, 0 deletions
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 <meyering@ascend.com>
+ * 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.