summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-05-06 07:42:01 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-05-06 07:42:01 +0000
commit2a1d34e7168148f380d8b7f5aa690a451a087717 (patch)
tree5e3b0da8facb9d2462df4cf8ea42f0cef86d9235 /TODO
parent581deed72e5bb4c3d12269c290c6a3132c3f1870 (diff)
Update my TODO entries.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 2 insertions, 8 deletions
diff --git a/TODO b/TODO
index c64daa9f7..50b3d9ce6 100644
--- a/TODO
+++ b/TODO
@@ -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.