summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-09 17:54:57 +0000
committerJim Meyering <jim@meyering.net>2003-07-09 17:54:57 +0000
commit42d3f8ff68400f8b69662cf0bb5c80bf27441011 (patch)
treedcd2a2bb0f0641486790bc044ce231ca9406925b /lib
parent3bfb3958726bc0d3cf6b5d484212d7635c0b4f45 (diff)
downloadcoreutils-42d3f8ff68400f8b69662cf0bb5c80bf27441011.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3da0ba40f..340f09baa 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,9 @@
2003-07-09 Jim Meyering <jim@meyering.net>
+ * mktime.c: Update from gnulib.
+ FIXME: but still need to adjust m4/mktime.c so that this fixed
+ version is used when needed.
+
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 `/'.