summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-02-10 07:25:58 +0100
committerJim Meyering <meyering@redhat.com>2010-02-10 07:25:58 +0100
commit9f650d0870a864f2a109e5ddb9b6f0bee06ecafd (patch)
tree8363415d38a4ce01e98df6cbc0fec323ca2c9516 /TODO
parented509250a2c9436ba1f2fd013b0f192abd3906f2 (diff)
downloadcoreutils-9f650d0870a864f2a109e5ddb9b6f0bee06ecafd.tar.xz
doc: add a TODO item
* TODO: Consider adding a col implementation.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 717372982..fe5bf80df 100644
--- a/TODO
+++ b/TODO
@@ -34,6 +34,9 @@ printf:
platforms where the native *printf(3) is deficient.
Suggestion from Eric Blake.
+consider adding some implementation of the "col" utility
+ Suggested by Karl Berry.
+
renice: POSIX utility, needs implementing.
suggestion from Karl Berry (among others).
Bob Proulx is working on this.