diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2002-05-06 07:42:01 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2002-05-06 07:42:01 +0000 |
commit | 2a1d34e7168148f380d8b7f5aa690a451a087717 (patch) | |
tree | 5e3b0da8facb9d2462df4cf8ea42f0cef86d9235 | |
parent | 581deed72e5bb4c3d12269c290c6a3132c3f1870 (diff) |
Update my TODO entries.
-rw-r--r-- | TODO | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -34,19 +34,13 @@ Other random things: ----------------------------------------------------------------------------- Manuel's todo: + +Wrap up the current work on locale issues, finish the mb<->wc functions. Implement wide unformatted i/o. (current project) Implement wide formatted output (printf). -Update the strto* funcs to my current versions to remove the dependency - on the long long support funcs from libgcc.a. - -Update some other stdlib and (possibly) string funcs. - -Update the ctype code to my latest stuff... smaller plus supports new isblank() - for locales while still keeping byte table entries. - Reimplement scanf for narrow and wide streams. Improve customization of the new stdio code. |