*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 18 Jun 2003 11:00:20 +0000 (11:00 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 18 Jun 2003 11:00:20 +0000 (11:00 +0000)
TODO

diff --git a/TODO b/TODO
index 65bdad4..9d1883f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -76,3 +76,8 @@ remove m4/stat.m4 and m4/lstat.m4.
 df: alignment problem of `Used' heading with e.g., -mP
 
 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
+  glibc's strftime doesn't support, consider using a wrapper that
+  would expand /%(-_)?\d*N/ to the desired string and then pass the
+  resulting string to glibc's strftime.