From 82e166ebbb79c23563c7a67842bd8695c8c3cab4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 29 Jul 1998 04:01:45 +0000 Subject: *** empty log message *** --- old/fileutils/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'old/fileutils/ChangeLog') 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 + + * 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 . + + * 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 * tests/install/Makefile.am (TESTS_ENVIRONMENT): Set LS, MKDIR, and RM. -- cgit v1.2.3-70-g09d2