OSDN Git Service

Update the build system, yet again. I hope this is the last time...
[uclinux-h8/uClibc.git] / TODO
1 Any takers?
2
3 Fix regex so it isn't so stinking big
4 Fix glob so it isn't so stinking big
5 Integrate Jeff Garzik's key-value reading code for pwd/grp, /etc/hosts, etc
6 Get the powerpc port of the shared lib loader working
7 Finish sparc port
8 Standardize the style of the header files.
9 Documentation
10 Better configuration system
11 run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things 
12     (i.e. stuff at the end of the list) to make them smaller.
13 make inb/outb work (for lilo et all)
14         update: done for i386.  lilo and the pcmcia tools compile cleanly now
15 include/resolv.h does not define struct _res, and libc/inet/resolv.c
16     does not use this struct.  res_init does nothing.  the other res_* 
17     functions are not implemented.
18 scandir.c doesn't check returns on malloc and realloc.
19 Add in shadow support (include/shadow.h and such)
20 Right now, getopt has different behavior when dynamically vs when
21     statically linked, violating the principle of least surprise.
22
23
24 -----------------------------------------------------------------------------
25 Manuel's unsorted todo:
26
27 Move the target-specific sysconf.c generator to extra (as it needs to be
28         run on the target) and fix libc/unistd/Makefile.
29
30 Add a usage message to the gcc wrapper.
31
32 Look at pre-cephes-addition floating point code and possibly rework.
33         (primarily nan and infinity handling)
34
35 Make scanf and strtod aware of nan and inf.
36
37 Add overflow error-checking to fread and fwrite.
38
39 Document uClibc-specific extensions I know of or have implemented.
40         binary string conversion for printf
41         malloc-less stdio
42         optional printf unconfigured-for-type error messages
43
44 Add binary string conversion to scanf to mirror printf?
45
46 Teach scanf about (nil) for %p.
47
48 What to do about %m in printf?
49
50 Make errno and endptr handling the default in the strto* functions and
51         document how to turn those off to save space.
52
53 -----------------------------------------------------------------------------
54
55 PORTING
56 -------
57
58 bits/dirent.h currently differs from the glibc version (d_type unsupported)