From: Jim Meyering Date: Mon, 14 Jul 2003 18:39:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: COREUTILS-5_0_1~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4713a2899c24d7c854851484e9965cfa79ef31a;p=platform%2Fupstream%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index 3b8e973ee..9d493129c 100644 --- a/TODO +++ b/TODO @@ -79,3 +79,10 @@ lib/strftime.c: Since %N is the only format that we need but that glibc's strftime doesn't support, consider using a wrapper that would expand /%(-_)?\d*N/ to the desired string and then pass the resulting string to glibc's strftime. + +chown-core.c: warn when operating on set-UID or set-GID regular file + +sort: Compress temporary files when doing large external sort/merges. + This improves performance when you can compress/uncompress faster than + you can read/write, which is common in these days of fast CPUs. + suggestion from Charles Randall on 2001-08-10