diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-18 11:00:20 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-18 11:00:20 +0000 |
commit | efa649366204c19c99b5284e4af553acfbad3ce6 (patch) | |
tree | 6e64759ee2d3d98d9d6da6f29b2a3db600075025 /TODO | |
parent | 35e65fbf152c2083c76e950eb04235f2ac753779 (diff) | |
download | coreutils-efa649366204c19c99b5284e4af553acfbad3ce6.tar.xz |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |