projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
859428b
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Wed, 9 Jul 2003 10:00:46 +0000
(10:00 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 9 Jul 2003 10:00:46 +0000
(10:00 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 0eeb440b6c3578f0b46ec59be64322c30cc672cd..3da0ba40f5453c3c74d537c7a37b0d38a468df79 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,3
+1,10
@@
+2003-07-09 Jim Meyering <jim@meyering.net>
+
+ Fix the bug that would make `du /' omit the `/' on the last line.
+ E.g., `du --exclude '[^/]*' -x /' would print only "4\t\n" for me.
+ * ftw.c (ftw_dir): Don't clobber the leading `/'.
+ Reported by Chris Lesniewski as http://bugs.debian.org/200542.
+
2003-07-04 Jim Meyering <jim@meyering.net>
Update from gnulib.