From: Jim Meyering Date: Sun, 21 Dec 1997 12:06:03 +0000 (+0000) Subject: . X-Git-Tag: FILEUTILS-3_16h~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1af374e6a4a438ea3e386804366c9101f9f8f2a4;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 9e3a2dc37f..37e613d097 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 + + 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 @@ -1007,8 +1018,8 @@ Fri Jan 31 21:13:04 1997 Jim Meyering 1997-01-27 Paul Eggert - * 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