summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-25 00:17:40 +0000
committerJim Meyering <jim@meyering.net>1999-01-25 00:17:40 +0000
commita9ec82981badac0e5664650171d71aa456f6ca8f (patch)
treedb4d4f22677769b507da9ff2b78dc249d28c0f28 /old
parentcbf82d876b4aa145ec1fd06ac03c854d379621e2 (diff)
downloadcoreutils-a9ec82981badac0e5664650171d71aa456f6ca8f.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index d7b2cd7a5..d006098df 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1999-01-24 Jim Meyering <meyering@ascend.com>
+ * 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.
+
+ * lib/closeout.c: Add comments.
+
* src/shred.c (fdatasync): Remove function. instead, ...
(fdatasync) [! HAVE_FDATASYNC]: Define to fsync.
From Colin Plumb.