*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 15 Oct 2003 08:39:41 +0000 (08:39 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 15 Oct 2003 08:39:41 +0000 (08:39 +0000)
TODO

diff --git a/TODO b/TODO
index 8c009d0..9639e1c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
 restore djgpp, eventually
 merge TODO lists
 add unit tests for lib/*.c
-rewrite lib/ftw.c not to use explicit recursion, and then use nftw in
-  chown, chgrp, chmod, du
+Implement chown, chmod, using fts.
+Implement POSIX-required -L, -H, -P options for chown
 
 strip: add an option to specify the program used to strip binaries.
   suggestion from Karl Berry
@@ -143,3 +143,13 @@ cp --recursive: perform dir traversals in source and dest hierarchy rather
 
 du and wc: add an option to make them read NUL-delimited
   file name arguments from a file.
+
+du: warn that -H is going to change to POSIX meaning (not --si)
+
+tail --p is now ambiguous
+
+patch from Olivier Delhomme
+
+du: add option to use \0 as line terminator rather than \n so that
+  tools like xdiskusage that parse du output don't choke on file names
+  with embedded newlines.