projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
1109bcd
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Mon, 14 Jul 2003 18:39:37 +0000
(18:39 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 14 Jul 2003 18:39:37 +0000
(18:39 +0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index 3b8e973ee7086a140c223221af71dcb2eb75da42..9d493129cabbb69126c77b333e39664c12db5f6e 100644
(file)
--- 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.
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