diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-07-04 15:10:04 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-07-04 15:10:04 +0000 |
commit | b44bfd4fbc5bf8a5f1946fcd773d126488dc63fa (patch) | |
tree | 187431b922b3a43a6a70cb2a645eeac1385572dc | |
parent | 9c5815be6ae6c47717ea95b2ae61a3a0668026bf (diff) |
Update my todo list entries.
-rw-r--r-- | TODO | 20 |
1 files changed, 12 insertions, 8 deletions
@@ -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. |