From: Jim Meyering Date: Sun, 26 Sep 1999 22:36:11 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-4_0j-trial~204 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f3516dc9775c3082c91bd64e5b17fe4c75f4358;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 980ad243e4..f475065b79 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1999-09-26 Jim Meyering + * lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and update callers. + Use explicit exit to help avoid warnings. + From Akim Demaille. + * lib/path-concat.c (DIRECTORY_SEPARATOR): Define. (ISSLASH): Define. (path_concat): Allow parameter DIR to be NULL. @@ -8,7 +12,6 @@ * lib/xalloc.h (__attribute__): Define. (ATTRIBUTE_NORETURN): Define. - (xalloc_fail_func): Add noreturn attribute. (xalloc_die): Declare. (NEW): Define as yet unused macro. (XFREE): Likewise