From b4713a2899c24d7c854851484e9965cfa79ef31a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 14 Jul 2003 18:39:37 +0000 Subject: [PATCH] *** empty log message *** --- TODO | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/TODO b/TODO index 3b8e973..9d49312 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 -- 2.7.4