From: Jim Meyering Date: Sun, 27 Feb 2000 17:42:26 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0q~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8cf07d22539d4a20f058fe63d08255d66e478899;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 0b11f43439..13037fb022 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,18 @@ 2000-02-27 Jim Meyering + * backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' + now that autoconf always defines the HAVE_DECL_ symbols. + * human.c: Likewise. + * same.c: Likewise. + * strtoumax.c: Likewise. + + * backupfile.c: Arrange for cpp to fail if the configure-time + declaration check was not run. + * hash.c: Likewise. + * human.c: Likewise. + * same.c: Likewise. + * strtoumax.c: Likewise. + * userspec.c (parse_user_spec): If there is no `:' but there is a `.', then first look up the entire `.'-containing string as a login name. diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index e01764bb69..dfb74702f1 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -2,6 +2,9 @@ * Version 4.0q. + * src/sys2.h: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL...' + now that autoconf always defines the HAVE_DECL_ symbols. + * src/install.c (install_file_to_path): Always use install_file_in_file. Based on a patch from Adam Klein via Michael Stone.