summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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.