OSDN Git Service

Update the todo. Add my personal list.
[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 arm port of the shared lib loader working
7 Get the powerpc port of the shared lib loader working
8 Finish sparc port
9 Standardize the style of the header files.
10 Documentation
11 Better configuration system
12
13 -----------------------------------------------------------------------------
14 Manuel's unsorted todo:
15
16 Move the target-specific sysconf.c generator to extra (as it needs to be
17         run on the target) and fix libc/unistd/Makefile.
18
19 Move the unified syscall stuff to extra, or find a way to generate the
20         the required header file without using an intermediate binary.
21
22 Add a usage message to the gcc wrapper.
23
24 Look at pre-cephes-addition floating point code and possibly rework.
25         (primarily nan and infinity handling)
26
27 Make scanf and strtod aware of nan and inf.
28
29 Add overflow error-checking to fread and fwrite.
30
31 Document uClibc-specific extensions I know of or have implemented.
32         binary string conversion for printf
33         malloc-less stdio
34         optional printf unconfigured-for-type error messages
35
36 Add binary string conversion to scanf to mirror printf?
37
38 What to do about %m in printf?
39
40 Make errno and endptr handling the default in the strto* functions and
41         document how to turn those off to save space.
42
43 -----------------------------------------------------------------------------