From b44bfd4fbc5bf8a5f1946fcd773d126488dc63fa Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Thu, 4 Jul 2002 15:10:04 +0000 Subject: Update my todo list entries. --- TODO | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 4cfec2de5..82404e363 100644 --- a/TODO +++ b/TODO @@ -26,17 +26,21 @@ Other random things: ----------------------------------------------------------------------------- Manuel's todo: -For the end of June: - Fix 2 minor issues with the mb<->wc functions. - Implement wide unformatted i/o. - Implement wide formatted output. - General stdio cleanup. (one bufpos variable; removed redundant locking). - +Test ungetwc. +Implement %lc (%C) and %ls (%S) handling for printf. +Implement grouping support and locale-specific radix. +Deal with mb format string issues in printf, scanf, strftime (at least). +Implement wide formatted output. Reimplement scanf for narrow and wide streams. - +Implement any other missing standard functions from wchar.h. Improve customization of the new stdio code. +Clean up locale code and make it easier to build. (Fix alt_digits!) +Add collation support (initally for 8-bit locales) and implement strxfrm and strcoll. +Reimlement strerror and strsignal. +tzfile? +era support in strftime/strptime? -Reimplement _dtostr to correct its deficiencies and hopefully reduce its size. +Reimplement _dtostr to correct its deficiencies (%A support!) and hopefully reduce its size. Revisit the unified syscall stuff which has been broken for a while now. -- cgit v1.2.3