OSDN Git Service

Add a couple of things... And check that cvs commit diffs are
[uclinux-h8/uClibc.git] / TODO
1 *) Fix ldd to not multiply list libs
2 *) Check cris architecture
3
4 Erik's TODO list for the next release:
5
6     *) Implement getgrgid_r and getgrnam_r, per SuSv3 
7     *) When options are disabled, also disable them in the
8         include files as well.
9     *) Make all configured out symbols optionally add a linker warning saying
10         "Hey!  You are trying to use a function that you have configured out.  
11         If you really want to use this function, enable CONFIG_FOO and rebuild
12         uClibc".
13     *) Make all small objects (>~50 bytes) into either inlines or
14         into a static library
15     *) Document all differences between the feature set of uClibc 
16         and glibc.
17     *) Fix regex so it isn't so stinking big
18     *) Fix glob so it isn't so stinking big
19     *)  Fix the dlopen() bug with handling of symbols that are already
20         resolved.  Seems if it is already resolved it ignores them rather than
21         resolving the new symbol and overriding.
22     *) Adapt uClibc to use Linux 2.5.x pthreads
23     *) Remove all use of kernel headers (i.e. copy the needed bits
24         to completely specify the per-arch kernel ABI).
25
26 -----------------------------------------------------------------------------
27 Manuel's todo:
28
29   1) Little things that need fixing:
30   ----------------------------------
31   a) Fix bug in *printf: outdigit precison bug
32   b) Check that gnu/bsd extension members tm_gmtoff and tm_zone in struct tm
33      are respected where they should be.
34   c) Implement the obstack printf funcs for glibc compat.
35   d) Implement glibc 'a' flag for scanf string conversions.
36   e) Allow use of the older non-table-based ctype functions when using
37      stub locale support. (smaller)
38   
39   2) Additional str{f|p}time issues.
40   ----------------------------------
41   a) Spacing issue wrt strptime.
42   b) Support locale specific alternate digits.  (data is in place)
43   c) Support locale era in year designations.   (data is in place)
44   d) Deal with mb format string issues in strftime.
45   e) Implement wcsftime.
46   
47   3) Other locale issues (my implementation):
48   -------------------------------------------
49   a) Do a little more clean up of ctype and wctype.
50   b) Rework of the locale data organization to make using locales reasonable
51      when staticly linking.  (mmap)
52   c) Rewrite the locale data generation tools to process the text specifications
53      rather than relying on glibc.
54   d) Adapt regex lib to use my collation data and add the necessary collating
55      item tables to support SUSv3 required features.
56   e) transliteration of unsupported wchars in 8-bit locales (like glibc).
57   f) Support ISO/IEC 14652 draft locale extensions (LC_PAPER, etc).
58   g) Implement strfrom.
59   h) Shift-state codeset locale support?
60
61   4) Misc:
62   --------
63   a) Port uClibc to other OSs (including elks), or even bare metal (libgloss).
64   b) Write a space-efficient gettext substitute, to avoid storing large amounts
65      of redundant data.
66
67
68 Other stuff:
69
70 Move the target-specific sysconf.c generator to extra (as it needs to be
71         run on the target) and fix libc/unistd/Makefile.
72
73 -----------------------------------------------------------------------------
74 ds's list:
75
76 Search for string literals that are not in the .rodata section.  (Varies
77 by architecture and gcc version.)
78
79 man pages for binaries
80
81 check compiling without FP support -- are FP instructions still generated?
82 Needs a uClibc_config.h entry dependent on HAS_FLOATING_POINT.
83
84 Why does ld.so search /usr/powerpc-uclibc/lib before LD_LIBRARY_PATH?
85
86 -----------------------------------------------------------------------------
87
88 Any takers?
89
90 *) Documentation
91         - List all differences between the feature set of uClibc and glibc.
92 *) run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things 
93         (i.e. stuff at the end of the list) to make them smaller.
94 *) make inb/outb work for all arches.  This is complete for i386 and arm.  
95         Other archs like powerpc, still need fixing.
96
97 -----------------------------------------------------------------------------
98
99
100