diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-30 03:31:55 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-30 03:31:55 +0000 |
commit | 71c3144797f87c6f9e62e4aede6a7fbd888bf41a (patch) | |
tree | e61c279f8a9008cab65a99b10f1ecf45c8bf30f0 /TODO | |
parent | 696ea9299e02da2d9e26a34ce133bd934c7972a8 (diff) |
Some doc updates.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 19 |
1 files changed, 11 insertions, 8 deletions
@@ -21,17 +21,14 @@ Erik's TODO list for the next release: ----------------------------------------------------------------------------- Manuel's todo: -I'm currently working on completing the wide char and locale support. - 1) Little things that need fixing: ---------------------------------- - a) Fix the ctype support for 8-bit locales. - b) Fix bug in *printf: outdigit precison bug - c) Check that gnu/bsd extension members tm_gmtoff and tm_zone in struct tm + a) Fix bug in *printf: outdigit precison bug + b) Check that gnu/bsd extension members tm_gmtoff and tm_zone in struct tm are respected where they should be. - d) Implement the obstack printf funcs for glibc compat. - e) Implement glibc 'a' flag for scanf string conversions. - f) Allow use of the older non-table-based ctype functions when using + c) Implement the obstack printf funcs for glibc compat. + d) Implement glibc 'a' flag for scanf string conversions. + e) Allow use of the older non-table-based ctype functions when using stub locale support. (smaller) 2) Additional str{f|p}time issues. @@ -56,6 +53,12 @@ I'm currently working on completing the wide char and locale support. g) Implement strfrom. h) Shift-state codeset locale support? + 4) Misc: + -------- + a) Port uClibc to other OSs (including elks), or even bare metal (libgloss). + b) Write a space-efficient gettext substitute, to avoid storing large amounts + of redundant data. + Other stuff: |