浏览代码

Update TODO file.

Manuel Novoa III 24 年之前
父节点
当前提交
e13e3a7da6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      TODO

+ 3 - 0
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 
 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.
     (i.e. stuff at the end of the list) to make them smaller.
 make inb/outb work (for lilo et all)
 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)
 make rint work (for ip et all)
 include/resolv.h does not define struct _res, and libc/inet/resolv.c
 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_* 
     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?
 Add binary string conversion to scanf to mirror printf?
 
 
+Teach scanf about (nil) for %p.
+
 What to do about %m in printf?
 What to do about %m in printf?
 
 
 Make errno and endptr handling the default in the strto* functions and
 Make errno and endptr handling the default in the strto* functions and