From e50c7e853f1c5a20450d57c5ba27a96f0ed2704d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 15 Oct 2003 08:39:41 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 8c009d088..9639e1c79 100644 --- 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. -- 2.34.1