diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-28 23:18:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-28 23:18:45 +0000 |
commit | ae9d9051349b394658d2d2495e00d107d1f44388 (patch) | |
tree | 75046a4b864a94cacdd42140bdafe0fecb0bcecf /old/fileutils/ChangeLog | |
parent | bcb86109777b747f0ccd90b2caf0ecb054bfcbbe (diff) | |
download | coreutils-ae9d9051349b394658d2d2495e00d107d1f44388.tar.xz |
.
Diffstat (limited to 'old/fileutils/ChangeLog')
-rw-r--r-- | old/fileutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 7d3ce7b6f..3426c03f2 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 |