From: Jim Meyering Date: Sun, 2 Jan 2000 07:41:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0m~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50de4d0751f494af04e670b695e309643c83269b;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index fd72383..6131af0 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,4 +1,25 @@ -1999-12-17 Kalle Olavi Niemitalo +2000-01-02 Jim Meyering + 1999-11-18 Paul Eggert + + * lib/strftime.c (my_strftime): Some old compilers object to + '\a', so don't bother optimizing for it. + +2000-01-01 Paul Eggert + + Fix bug: `df PATH' sometimes misbehaves when there is an + inaccessible mount point unrelated to PATH. + * configure.in (AC_CHECK_FUNCS): Add realpath, resolvepath. + * src/df.c (#pragma alloca): Add if _AIX is defined. + (path-concat.h): Include. + (show_point): If HAVE_REALPATH or HAVE_RESOLVEPATH is defined, + find the real absolute path for PATH, and use that to find the + mount point. + + (show_point): Prefer non-dummy entries in shortcuts, too. + Disable bogus mount dirs instead of restatting them each time. + +1999-12-30 Jim Meyering + 1999-12-17 Kalle Olavi Niemitalo * src/rmdir.c (remove_parents, main): Don't pass errno to error when printing "removing directory" message. Failure of rmdir is