]> Git Repo - uclibc-ng.git/blob - TODO
Factor out some common code sequences into inline functions.
[uclibc-ng.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 Test ungetwc.
30 Implement %lc (%C) and %ls (%S) handling for printf.
31 Implement grouping support and locale-specific radix.
32 Deal with mb format string issues in printf, scanf, strftime (at least).
33 Implement wide formatted output.
34 Reimplement scanf for narrow and wide streams.
35 Implement any other missing standard functions from wchar.h.
36 Improve customization of the new stdio code.
37 Clean up locale code and make it easier to build.  (Fix alt_digits!)
38 Add collation support (initally for 8-bit locales) and implement strxfrm and strcoll.
39 Reimlement strerror and strsignal.
40 tzfile?
41 era support in strftime/strptime?
42
43 Reimplement _dtostr to correct its deficiencies (%A support!) and hopefully reduce its size.
44
45 Revisit the unified syscall stuff which has been broken for a while now.
46
47 Older stuff...
48
49 Move the target-specific sysconf.c generator to extra (as it needs to be
50         run on the target) and fix libc/unistd/Makefile.
51
52 Add a usage message to the gcc wrapper.
53
54 Make errno and endptr handling the default in the strto* functions and
55         document how to turn those off to save space.
56
57 -----------------------------------------------------------------------------
58 ds's list:
59
60 Search for string literals that are not in the .rodata section.  (Varies
61 by architecture and gcc version.)
62
63 man pages for binaries
64
65 add obstack stuff for gettext (?)
66
67 check compiling without FP support -- are FP instructions still generated?
68 Needs a uClibc_config.h entry dependent on HAS_FLOATING_POINT.
69
70 Why does ld.so search /usr/powerpc-uclibc/lib before LD_LIBRARY_PATH?
71
72 -----------------------------------------------------------------------------
73
74 Any takers?
75
76 *) Fix regex so it isn't so stinking big
77 *) Fix glob so it isn't so stinking big
78 *) Documentation
79         - List all differences between the feature set of uClibc and glibc.
80 *) run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things 
81         (i.e. stuff at the end of the list) to make them smaller.
82 *) make inb/outb work for all arches.  This is complete for i386 and arm.  
83         Other archs like powerpc, still need fixing.
84
85 -----------------------------------------------------------------------------
86
87 PORTING
88 -------
89
90 bits/dirent.h currently differs from the glibc version (d_type unsupported)
91
92
This page took 0.028573 seconds and 4 git commands to generate.