diff options
author | Jim Meyering <jim@meyering.net> | 1997-05-24 14:43:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-05-24 14:43:51 +0000 |
commit | 4d347c9e1fa3ccc5ace010aad034842b2e8a91c7 (patch) | |
tree | 69c6cc6ad92965a3821aaab03dd7b9274fdec7d0 /old | |
parent | 90721ff4a4719ed63da4dd63e144bedf6f9aafe6 (diff) | |
download | coreutils-4d347c9e1fa3ccc5ace010aad034842b2e8a91c7.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 334f3ceec..e4a59ae06 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,3 +1,20 @@ +Sat May 24 09:20:12 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * lib/mountlist.c (read_filesystem_list): Show automount-related + duplicate filesystems only when --all specified. With suggestions + from Stuart Kemp. Also indent cpp directives. + + * configure.in (AC_CHECK_FUNCS): Add hasmntopt. + (AC_CHECK_HEADERS): Add sys/mntent.h. + (ALL_LINGUAS): Add Czech (cs). + +Wed Mar 26 23:43:57 1997 Jim Meyering <meyering@na-net.ornl.gov> + + * src/du.c (main): Implement new --max-depth=N option. + Based on the idea and a patch from Torbjorn Lindgren. + (du_files): Likewise. + (count_entry): Likewise. + Sat Mar 22 20:29:10 1997 Jim Meyering <meyering@na-net.ornl.gov> * missing: New file -- from the automake-1.1m distribution. |