summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-17 07:50:40 +0000
committerJim Meyering <jim@meyering.net>2003-08-17 07:50:40 +0000
commitb0eb260de0d904302c88e35e79ad6b3261261c27 (patch)
treecb9a46aae029c3205bbd668244ff5f3f13ac9bab /TODO
parent1ead947b798b757c98b29ec188872ec0c1fff916 (diff)
downloadcoreutils-b0eb260de0d904302c88e35e79ad6b3261261c27.tar.xz
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index a97170046..2cad83db5 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