summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 21:52:24 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 21:52:24 +0000
commit226e5a6478673f473f2e2bb640182c7706653a27 (patch)
tree10b3ec6e41da65617873c910fd5797ae4501e0f3 /old/textutils
parent123a921fc20c9c6e36f2a8863ad294d38a367e8a (diff)
downloadcoreutils-226e5a6478673f473f2e2bb640182c7706653a27.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index de73e6865..5cac3602b 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,14 @@
+1997-10-25 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * lib/xalloc.h: New file.
+
+ * lib/xmalloc.c: Include xalloc.h.
+ Change VOID to void.
+ (xalloc_exit_failure): Renamed extern.
+ (xalloc_msg_memory_exhausted): New extern.
+ (xalloc_fail_func): New extern.
+ (fixup_null_alloc): Use new variables.
+
1997-10-24 Jim Meyering <meyering@na-net.ornl.gov>
* src/unexpand.c: Remove old-style xmalloc and xrealloc decls.
@@ -7,7 +18,7 @@
(xmalloc): Remove function.
(xrealloc): Remove function.
(main): Set xalloc_fail_func to cleanup.
- Set xmalloc_exit_failure SORT_FAILURE.
+ Set xalloc_exit_failure SORT_FAILURE.
* src/paste.c: Remove old-style xmalloc and xrealloc decls.
(paste_parallel): Cast first arg of xrealloc to char*.