summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-12-01 17:42:40 +0100
committerJim Meyering <meyering@redhat.com>2007-12-01 17:43:49 +0100
commite7c03171d1f17f17e34c489b91267e53fc9a54d7 (patch)
tree94b0ca39b837a6e7e31751e4b934cb4a389303d9 /TODO
parent0d9438bb873eed9367bba32a310f825da1d84a06 (diff)
downloadcoreutils-e7c03171d1f17f17e34c489b91267e53fc9a54d7.tar.xz
TODO: Add entries (documentation needed); remove the "add mktemp program" one.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 9 insertions, 2 deletions
diff --git a/TODO b/TODO
index 93f5f54f5..473eecac2 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,12 @@
+document the following in coreutils.texi:
+ runcon
+ chcon
+ mktemp
+ [
+ pinky
+ uptime
+Also document the SELinux changes.
+
comm: add an option, --output-delimiter=STR
Files to change: src/comm.c, ChangeLog, NEWS, doc/coreutils.texi,
Add a new file, tests/misc/comm (use another file in that directory as
@@ -58,8 +67,6 @@ seq: consider allowing format string to contain no %-directives
tail: don't use xlseek; it *exits*.
Instead, maybe use a macro and return nonzero.
-add mktemp? Suggested by Nelson Beebe
-
tr: support nontrivial equivalence classes, e.g. [=e=] with LC_COLLATE=fr_FR
lib/strftime.c: Since %N is the only format that we need but that