]> err.no Git - util-linux/commitdiff
TODO: add request to use nl_langinfo()
authorKarel Zak <kzak@redhat.com>
Fri, 12 Dec 2008 13:41:34 +0000 (14:41 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 12 Dec 2008 13:41:34 +0000 (14:41 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
TODO
login-utils/agetty.c

diff --git a/TODO b/TODO
index 3bd0db44dc0352f289488672f8a02d7c2ede1741..070b585f0bf68b400ea523d6b5b8b680334db952 100644 (file)
--- a/TODO
+++ b/TODO
@@ -59,6 +59,9 @@ v2.15:
 v2.??:
 =====
 
+ * agetty: use nl_langinfo() for days and months rather than hardcoded
+   English names.
+
  * rewrite ipcs to use /proc/sys/kernel rather than unreliable syscalls
    (there are problems with 32bit userspace on 64bit kernel)
 
index 8c5de6ef64690a5533ffde5d2533d2338124cd04..3b6de7178656f014fe10b6b2779a4b42b8e9de77 100644 (file)
@@ -890,6 +890,7 @@ do_prompt(op, tp)
                  case 'd':
                  case 't':
                    {
+                     /* TODO: use nl_langinfo() */
                      char *weekday[] = { "Sun", "Mon", "Tue", "Wed", "Thu",
                                          "Fri", "Sat" };
                      char *month[] = { "Jan", "Feb", "Mar", "Apr", "May",