summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-06-30 21:51:15 +0000
committerEric Andersen <andersen@codepoet.org>2003-06-30 21:51:15 +0000
commitdb2863760e4ccb921b9944078c99d80cc293f3ed (patch)
treec413cc1e894a1d83cc52bcd608df564a507f631b /TODO
parentb7f428b0156ae733cc99d093b622fb36ce4a562c (diff)
Update for release
Diffstat (limited to 'TODO')
-rw-r--r--TODO24
1 files changed, 11 insertions, 13 deletions
diff --git a/TODO b/TODO
index 11e5d552a..8cfac9d7d 100644
--- a/TODO
+++ b/TODO
@@ -1,24 +1,22 @@
-
Erik's TODO list for the next release:
- 1) Fix profiling support
- 2) Implement getgrgid_r and getgrnam_r, per SuSv3
- 3) When options are disabled, also disable them in the
+ *) Implement getgrgid_r and getgrnam_r, per SuSv3
+ *) When options are disabled, also disable them in the
include files as well.
- 4) Make all configured out symbols optionally add a linker warning saying
+ *) Make all configured out symbols optionally add a linker warning saying
"Hey! You are trying to use a function that you have configured out.
If you really want to use this function, enable CONFIG_FOO and rebuild
uClibc".
- 5) Make all small objects (>~50 bytes) into either inlines or
+ *) Make all small objects (>~50 bytes) into either inlines or
into a static library
- 6) Rework all code that fails conformance tests
- 7) Document all differences between the feature set of uClibc
+ *) Document all differences between the feature set of uClibc
and glibc.
- 8) Add missing syscall() function to ports that are still
- missing it. (x86 and arm are finished so far).
- 9) Fix regex so it isn't so stinking big
- 10) Fix glob so it isn't so stinking big
-
+ *) Fix regex so it isn't so stinking big
+ *) Fix glob so it isn't so stinking big
+ *) Fix the dlopen() bug with handling of symbols that are already
+ resolved. Seems if it is already resolved it ignores them rather than
+ resolving the new symbol and overriding.
+ *) Adapt uClibc to use Linux 2.5.x pthreads
-----------------------------------------------------------------------------
Manuel's todo: