1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-29 03:50:45 +02:00
This commit is contained in:
Jim Meyering
1997-12-21 12:06:03 +00:00
parent 9ef99e168b
commit 1af374e6a4
+13 -2
View File
@@ -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>