summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-02-02 17:41:52 +0000
committerJim Meyering <jim@meyering.net>2004-02-02 17:41:52 +0000
commitc19b38ed34440894bf6286198272ef881da6465b (patch)
tree0605298ac61390fbe6ebc42e03830b857dbfc345 /TODO
parent3b1d58cb3f076392cd3eacfa677f66c4b2ddf448 (diff)
downloadcoreutils-c19b38ed34440894bf6286198272ef881da6465b.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO23
1 files changed, 16 insertions, 7 deletions
diff --git a/TODO b/TODO
index 998047109..4e4c40c94 100644
--- a/TODO
+++ b/TODO
@@ -124,17 +124,26 @@ cp --recursive: perform dir traversals in source and dest hierarchy rather
than forming full file names. The latter (current) approach fails
unnecessarily when the names become very long.
-du and wc: add an option, --from0-file, to make them read NUL-delimited
- file name arguments from a file.
-
tail --p is now ambiguous
-patch from Olivier Delhomme
-
Remove suspicious uses of alloca (ones that may allocate more than
about 4k)
-Move help2man from man/ to config?
-
Adapt these contribution guidelines for coreutils:
http://sources.redhat.com/automake/contribute.html
+
+
+Changes expected to go in, post-5.2.0:
+======================================
+
+ du and wc: add an option, --from0-file, to make them read NUL-delimited
+ file name arguments from a file.
+
+ dd patch from Olivier Delhomme
+
+ Apply Andreas Gruenbacher's ACL and xattr changes
+
+ Apply Bruno Haible's hostname changes
+
+ stat: no longer output trailing newline for user-supplied FORMATs
+ This will mean adding \n to default formats, internally.