summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2001-06-17 03:16:16 +0000
committerManuel Novoa III <mjn3@codepoet.org>2001-06-17 03:16:16 +0000
commite13e3a7da6efc8c81b95883e01aecd0e41142f7d (patch)
treecb7134805c08fc659e17d97a868205fd519ee48d /TODO
parent55f1ccc5c91dbd8c868990ee6fc18ddd15e53844 (diff)
Update TODO file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index 662df4541..8f91a3302 100644
--- a/TODO
+++ b/TODO
@@ -12,6 +12,7 @@ Better configuration system
run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things
(i.e. stuff at the end of the list) to make them smaller.
make inb/outb work (for lilo et all)
+ update: done for i386. lilo and the pcmcia tools compile cleanly now
make rint work (for ip et all)
include/resolv.h does not define struct _res, and libc/inet/resolv.c
does not use this struct. res_init does nothing. the other res_*
@@ -43,6 +44,8 @@ Document uClibc-specific extensions I know of or have implemented.
Add binary string conversion to scanf to mirror printf?
+Teach scanf about (nil) for %p.
+
What to do about %m in printf?
Make errno and endptr handling the default in the strto* functions and