summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-14 18:39:37 +0000
committerJim Meyering <jim@meyering.net>2003-07-14 18:39:37 +0000
commitb4713a2899c24d7c854851484e9965cfa79ef31a (patch)
tree2238d603cec606cf7b9bc34788b395196302bea4 /TODO
parent1109bcd1f7d03b68b5d905c3cb4640e6f8dc43e4 (diff)
downloadcoreutils-b4713a2899c24d7c854851484e9965cfa79ef31a.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
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