From: Jim Meyering Date: Sat, 25 Oct 1997 21:52:24 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~173 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=226e5a6478673f473f2e2bb640182c7706653a27;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index de73e68652..5cac3602b0 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +1997-10-25 Jim Meyering + + * 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 * 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*.