diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-01 17:42:40 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-01 17:43:49 +0100 |
commit | e7c03171d1f17f17e34c489b91267e53fc9a54d7 (patch) | |
tree | 94b0ca39b837a6e7e31751e4b934cb4a389303d9 /TODO | |
parent | 0d9438bb873eed9367bba32a310f825da1d84a06 (diff) | |
download | coreutils-e7c03171d1f17f17e34c489b91267e53fc9a54d7.tar.xz |
TODO: Add entries (documentation needed); remove the "add mktemp program" one.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 |