summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-26 02:46:35 +0000
committerJim Meyering <jim@meyering.net>1997-10-26 02:46:35 +0000
commit139d0623b82cee81b128d14b8da2d243a2415cfc (patch)
tree0eb7f437c80ec082ba563d9a4097e9e14950d2c8
parentbf3f82daa0fdedacda08fa4ebb0452f223587539 (diff)
downloadcoreutils-139d0623b82cee81b128d14b8da2d243a2415cfc.tar.xz
.
-rw-r--r--old/fileutils/ChangeLog2
-rw-r--r--old/sh-utils/ChangeLog11
2 files changed, 13 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3d75a0fca..077642021 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,7 @@
1997-10-25 Jim Meyering <meyering@na-net.ornl.gov>
+ * lib/Makefile.am (noinst_HEADERS): Add xalloc.h.
+
* lib/xalloc.h: New file.
* lib/xmalloc.c: Updated from textutils.
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 652e4f0fa..07232750e 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,14 @@
+1997-10-25 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/Makefile.am (noinst_HEADERS): Add xalloc.h.
+
+ * 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-23 Jim Meyering <meyering@na-net.ornl.gov>
* Makefile.am (aclocal-files): Also depend on m4/Makefile.am.