OSDN Git Service

Update my TODO stuff
[uclinux-h8/uClibc.git] / TODO
1
2 Erik's TODO list for the next release:
3
4     1) Finish up the reentrancy auditing
5     2) Better configuration system (CML1 + kbuild + menuconfig)
6     3) When fixing the config system, ensure that _every_ option 
7         that is enabled or disabled is listed in uClibc_config.h
8     4) When options are disabled, also disable them in the
9         include files as well.
10     5) Make all small objects (>~50 bytes) into either inlines or
11         into a static library
12     6) Rework code that fails POSIX conformance tests
13
14 Other random things:
15
16     *) Rework code that fails POSIX conformance tests
17     *) Document all differences between the feature set of uClibc 
18         and glibc.
19     *) Add missing syscall() function to allow arbitraty syscalls 
20         to be made. 
21     *) Fix profiling support
22     *) pwrite64 and pread64
23
24
25
26 -----------------------------------------------------------------------------
27 Manuel's todo:
28
29 Wrap up the current work on locale issues, finish the mb<->wc functions.
30     
31 Implement wide unformatted i/o.  (current project)
32
33 Implement wide formatted output (printf).
34
35 Reimplement scanf for narrow and wide streams.
36
37 Improve customization of the new stdio code.
38
39 Reimplement _dtostr to correct its deficiencies and hopefully reduce its size.
40
41 Revisit the unified syscall stuff which has been broken for a while now.
42
43 Older stuff...
44
45 Move the target-specific sysconf.c generator to extra (as it needs to be
46         run on the target) and fix libc/unistd/Makefile.
47
48 Add a usage message to the gcc wrapper.
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 ds's list:
55
56 Search for string literals that are not in the .rodata section.  (Varies
57 by architecture and gcc version.)
58
59 man pages for binaries
60
61 add obstack stuff for gettext (?)
62
63 check compiling without FP support -- are FP instructions still generated?
64 Needs a uClibc_config.h entry dependent on HAS_FLOATING_POINT.
65
66 Why does ld.so search /usr/powerpc-uclibc/lib before LD_LIBRARY_PATH?
67
68 -----------------------------------------------------------------------------
69
70 Any takers?
71
72 *) Fix regex so it isn't so stinking big
73 *) Fix glob so it isn't so stinking big
74 *) Documentation
75         - List all differences between the feature set of uClibc and glibc.
76 *) run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things 
77         (i.e. stuff at the end of the list) to make them smaller.
78 *) make inb/outb work for all arches.  This is complete for i386 and arm.  
79         Other archs like powerpc, still need fixing.
80
81 -----------------------------------------------------------------------------
82
83 PORTING
84 -------
85
86 bits/dirent.h currently differs from the glibc version (d_type unsupported)
87
88