From: Jim Meyering Date: Sun, 17 Aug 2003 07:50:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.91~181 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0eb260de0d904302c88e35e79ad6b3261261c27;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/TODO b/TODO index a971700461..2cad83db50 100644 --- a/TODO +++ b/TODO @@ -73,6 +73,9 @@ df: alignment problem of `Used' heading with e.g., -mP tr: support nontrivial equivalence classes, e.g. [=e=] with LC_COLLATE=fr_FR fix tail -f to work with named pipes; reported by Ian D. Allen + $ mkfifo j; tail -f j & sleep 1; echo x > j + ./tail: j: file truncated + ./tail: j: cannot seek to offset 0: Illegal seek lib/strftime.c: Since %N is the only format that we need but that glibc's strftime doesn't support, consider using a wrapper that