diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-26 22:36:11 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-26 22:36:11 +0000 |
commit | 6f3516dc9775c3082c91bd64e5b17fe4c75f4358 (patch) | |
tree | 5645eb1ed567c2437f6f3095d9bd0ba7204e90d5 | |
parent | 057f710a76024e1ede6bbbc49d1e973208ea964c (diff) | |
download | coreutils-6f3516dc9775c3082c91bd64e5b17fe4c75f4358.tar.xz |
.
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 980ad243e..f475065b7 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,9 @@ 1999-09-26 Jim Meyering <meyering@ascend.com> + * 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 |