summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 22:04:11 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 22:04:11 +0000
commitf399320c401093c9007ce8604c05b59526815d53 (patch)
treebfab939c097a96ba42857e348e9095c0eecd5eb9
parentdf445b0891eda678c9cdf511277a5d5c524f1404 (diff)
downloadcoreutils-f399320c401093c9007ce8604c05b59526815d53.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 24ef16a6d..3d75a0fca 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,19 @@
+1997-10-25 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/xalloc.h: New file.
+ * lib/xmalloc.c: Updated from textutils.
+
+ * src/*.c: Remove old-style xmalloc and xrealloc decls.
+ * src/system.h: Include xalloc.h.
+ Remove dcls of xmalloc, xcalloc and xrealloc.
+
+1997-10-24 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/ls.c (gobble_file): Cast pointer arg in xrealloc call to char*.
+ * src/*.c: Remove old-style xmalloc and xrealloc decls.
+ * src/system.h: Add prototyped xcalloc, xmalloc and xrealloc decls.
+ Suggestion from Achim Blumensath.
+
1997-10-23 Jim Meyering <meyering@na-net.ornl.gov>
* Makefile.am (aclocal-files): Also depend on m4/Makefile.am.