]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 21:52:24 +0000 (21:52 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 25 Oct 1997 21:52:24 +0000 (21:52 +0000)
old/textutils/ChangeLog

index de73e686525e4b7f5325875e1da8322784fb358a..5cac3602b02bc73bf630e21a02333de1834d6f78 100644 (file)
@@ -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*.