From: Jim Meyering Date: Sun, 26 Sep 1999 18:53:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0j-trial~207 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=825a182517bfd5118ad646b4625bec48e13f5417;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b198d0c6b2..980ad243e4 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,23 @@ +1999-09-26 Jim Meyering + + * lib/path-concat.c (DIRECTORY_SEPARATOR): Define. + (ISSLASH): Define. + (path_concat): Allow parameter DIR to be NULL. + (xpath_concat): New function. + From Akim Demaille. + + * 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 + (CCLONE): Likewise. + (CLONE): Likewise. + From Akim Demaille. + + * lib/basename.c (base_name): Add prototype. From Akim Demaille. + 1999-09-19 Jim Meyering * lib/lchown.c [STAT_MACROS_BROKEN] (S_ISLNK): Undefine.