1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-07-09 17:54:57 +00:00
parent 3bfb395872
commit 42d3f8ff68

View File

@@ -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 `/'.