summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-02 07:41:02 +0000
committerJim Meyering <jim@meyering.net>2000-01-02 07:41:02 +0000
commit50de4d0751f494af04e670b695e309643c83269b (patch)
tree707f4e371c4d8f27bd4d559be9464d53f11b9a6f /old
parent60f3f576c7e42939109f7b74dedc181b61fb9f16 (diff)
downloadcoreutils-50de4d0751f494af04e670b695e309643c83269b.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog23
1 files changed, 22 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index fd723839e..6131af019 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,4 +1,25 @@
-1999-12-17 Kalle Olavi Niemitalo <tosi@stekt.oulu.fi>
+2000-01-02 Jim Meyering <meyering@ascend.com>
+ 1999-11-18 Paul Eggert <eggert@twinsun.com>
+
+ * lib/strftime.c (my_strftime): Some old compilers object to
+ '\a', so don't bother optimizing for it.
+
+2000-01-01 Paul Eggert <eggert@twinsun.com>
+
+ 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 <meyering@ascend.com>
+ 1999-12-17 Kalle Olavi Niemitalo <tosi@stekt.oulu.fi>
* src/rmdir.c (remove_parents, main): Don't pass errno to error
when printing "removing directory" message. Failure of rmdir is