summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-21 12:06:03 +0000
committerJim Meyering <jim@meyering.net>1997-12-21 12:06:03 +0000
commit1af374e6a4a438ea3e386804366c9101f9f8f2a4 (patch)
treedb90d49b334b92d1f952ac0971e9822a8afaf0a7 /old
parent9ef99e168b8174e20774eb2db910fafe991d5e68 (diff)
downloadcoreutils-1af374e6a4a438ea3e386804366c9101f9f8f2a4.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 9e3a2dc37..37e613d09 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -22,6 +22,17 @@
* sys/xalloc.h: Likewise.
* sys/xstrtol.h: Likewise.
+1997-12-16 Paul Eggert <eggert@twinsun.com>
+
+ Add --exclude and --exclude-from or -X options to du.
+
+ * lib/exclude.h, lib/exclude.c: New files.
+ * lib/Makefile.am (libfu_a_SOURCES): Add exclude.c.
+ (noinst_HEADERS): Add exclude.h.
+ * du.c: Include exclude.h.
+ (exclude): New static var.
+ (long_options, usage, main): Add --exclude and --exclude-from or -X.
+ (count_entry): Skip excluded entries.
1997-12-16 Jim Meyering <meyering@na-net.ornl.gov>
@@ -1007,8 +1018,8 @@ Fri Jan 31 21:13:04 1997 Jim Meyering <meyering@na-net.ornl.gov>
1997-01-27 Paul Eggert <eggert@twinsun.com>
- * src/ls.c (print_long_format): Fix off-by-one problem in size
- being passed to strftime.
+ * src/ls.c (print_long_format): Fix off-by-one problem in size
+ being passed to strftime.
Sun Jan 26 20:17:50 1997 Jim Meyering <meyering@na-net.ornl.gov>