From: Jim Meyering Date: Wed, 15 Oct 2003 08:39:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-5_1_0~401 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e50c7e853f1c5a20450d57c5ba27a96f0ed2704d;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- 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.