diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-17 07:50:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-17 07:50:40 +0000 |
commit | b0eb260de0d904302c88e35e79ad6b3261261c27 (patch) | |
tree | cb9a46aae029c3205bbd668244ff5f3f13ac9bab /TODO | |
parent | 1ead947b798b757c98b29ec188872ec0c1fff916 (diff) | |
download | coreutils-b0eb260de0d904302c88e35e79ad6b3261261c27.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |