From: Jim Meyering Date: Sat, 1 Dec 2007 16:42:40 +0000 (+0100) Subject: TODO: Add entries (documentation needed); remove the "add mktemp program" one. X-Git-Tag: v6.9.90~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c03171d1f17f17e34c489b91267e53fc9a54d7;p=thirdparty%2Fcoreutils.git TODO: Add entries (documentation needed); remove the "add mktemp program" one. --- diff --git a/ChangeLog b/ChangeLog index 518185bff1..6169be1067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-12-01 Jim Meyering + * TODO: Add some entries (documentation needed), + and remove the one for mktemp. + Add "extern" keyword to declaration of cp_options_default. * src/copy.c (cp_options_default): Mark as "extern", so the "sc_tight_scope" part of "make distcheck" passes. diff --git a/TODO b/TODO index 93f5f54f50..473eecac20 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