diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-26 18:53:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-26 18:53:01 +0000 |
commit | 825a182517bfd5118ad646b4625bec48e13f5417 (patch) | |
tree | 28e620a5622dd0ee3e25f90bc2b5a41e08412c13 | |
parent | 34cc9acdd95d6b09beabb8b642e0d482c49ee5df (diff) | |
download | coreutils-825a182517bfd5118ad646b4625bec48e13f5417.tar.xz |
*** empty log message ***
-rw-r--r-- | old/fileutils/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index b198d0c6b..980ad243e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,23 @@ +1999-09-26 Jim Meyering <meyering@ascend.com> + + * 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 <meyering@ascend.com> * lib/lchown.c [STAT_MACROS_BROKEN] (S_ISLNK): Undefine. |