.
authorJim Meyering <jim@meyering.net>
Thu, 28 Nov 1996 23:18:45 +0000 (23:18 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 28 Nov 1996 23:18:45 +0000 (23:18 +0000)
THANKS
old/fileutils/ChangeLog

diff --git a/THANKS b/THANKS
index 5159fe7..e987be5 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -4,4 +4,5 @@ The rest of the addresses are still in the ChangeLog.
 Bauke Jan Douma: bjdouma@xs4all.nl
 Tony Leneis: tony@plaza.ds.adp.com
 Mark A. Thomas: thommark@access.digex.net
-Emile LeBlanc: leblanc@math.toronto.edu
\ No newline at end of file
+Emile LeBlanc: leblanc@math.toronto.edu
+Miles Bader: miles@gnu.ai.mit.edu
index 7d3ce7b..3426c03 100644 (file)
@@ -1,3 +1,22 @@
+Thu Nov 28 13:10:22 1996  Jim Meyering  <meyering@na-net.ornl.gov>
+
+       Tue Nov  5 14:51:56 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * src/df.c (find_mount_point): Use save_cwd/restore_cwd.
+       "save-cwd.h": New include.
+
+       Wed Oct 30 00:21:16 1996  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * lib/fsusage.c (get_fs_usage): If DISK is 0 and we needed to use
+       it, return -1 with 0 in ERRNO.
+       * src/df.c (show_dev): Deal with null values for DISK and FSTYPE,
+       including interpreting special 0 errno return from get_fs_usage.
+       (show_point): Don't fail if we can't find a mount entry for POINT,
+       just call show_dev with 0 values and let it fail if necessary.
+       (main): Require a non-zero MOUNT_LIST only if showing all filesystems.
+       (find_mount_point): New function.
+       (xgetcwd): New declaration.
+
 Thu Nov 28 00:31:11 1996  Jim Meyering  <meyering@na-net.ornl.gov>
 
        * configure.in (AM_GNU_GETTEXT): Renamed from ud_GNU_GETTEXT