summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-07-29 04:01:45 +0000
committerJim Meyering <jim@meyering.net>1998-07-29 04:01:45 +0000
commit82e166ebbb79c23563c7a67842bd8695c8c3cab4 (patch)
tree71b6eae53e1d4cc679cde84b13f071b9168066fa /old
parent6a9aa3cf984f61de844a9dc5b72e395b0e768d0a (diff)
downloadcoreutils-82e166ebbb79c23563c7a67842bd8695c8c3cab4.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 15868a8d8..13d8f77c7 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,31 @@
+1998-07-28 Paul Eggert <eggert@twinsun.com>
+
+ * lib/mountlist.c (read_filesystem_list): Remove all_fs
+ argument, but put the necessary information into the result so
+ that the caller can ignore filesystems that he's not
+ interested in.
+
+ * lib/mountlist.h (struct mount_entry):
+ New members me_dummy, me_remote.
+ (read_filesystem_list): Remove all_fs argument.
+ (REMOTE_FS_TYPE): Remove.
+ (ME_DUMMY, ME_REMOTE): New macros.
+
+ * lib/xstrtol.c: Remove duplicate include of <stdio.h>.
+
+ * src/df.c (show_all_fs):
+ Revert to boolean value; the old negative value is
+ now in show_local_fs.
+ (show_local_fs): New variable.
+ (show_dev): New args me_dummy and me_class. Use show_local_fs
+ and boolean show_all_fs in combination with these new args
+ to decide whether to show a device.
+ (show_disk): Pass flags to show_dev.
+ (show_point): Use a non-dummy mount entry if possible.
+ (show_all_entries): Pass flags to show_dev.
+ (main): --local sets show_local_fs now. Ask for file system types if
+ show_local_fs is nonzero, since ME_REMOTE might need them.
+
1998-07-27 Jim Meyering <meyering@ascend.com>
* tests/install/Makefile.am (TESTS_ENVIRONMENT): Set LS, MKDIR, and RM.