summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-01 17:43:50 +0000
committerJim Meyering <jim@meyering.net>1999-01-01 17:43:50 +0000
commit83db4858d0e24f289d8518efa6f5dde2552003c4 (patch)
tree026037c0e56c2004e6953eddd8eb6e525d856430 /old/fileutils
parent21b87a6ab770bfab5aa59de64a21aa4bce44dcd3 (diff)
downloadcoreutils-83db4858d0e24f289d8518efa6f5dde2552003c4.tar.xz
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 0ee38089c..401112fad 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,8 +1,17 @@
1999-01-01 Jim Meyering <meyering@ascend.com>
+ * lib/xmalloc.c: Add comments.
+ (xcalloc, xmalloc, xrealloc): Remove prototypes.
+ (xcalloc): Remove `#ifdef NOT_USED' that used to hide this function.
+ * lib/xalloc.h: Add comments.
+ (PARAMS, XMALLOC, XCALLOC, XREALLOC): Define.
+ (xcalloc, xmalloc, xrealloc): Add prototypes here.
+ Based on changes from Akim Demaille.
+
* lib/quotearg.c (quotearg_buffer): Cast -1 to size_t before comparing.
(quotearg_n): Change type of 1st parameter from int to unsigned int.
(quotearg_n_options): Likewise.
+ * lib/quotearg.h (quoting_style_vals): New public array.
From Akim Demaille.
(quotearg_n_options): Declare `options' parameter to be `const'.