summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-11-02 14:58:18 +0000
committerEric Andersen <andersen@codepoet.org>2002-11-02 14:58:18 +0000
commit2ddc1bf2d5dc4b60c9a5dbe4ba09223204c0f0db (patch)
tree2689ac66b212983eabb4b2fcd510f5bbba295bc1 /TODO
parent7c220dab2f1fbaa34c637a04663db8f7b65f7b3a (diff)
Update TODO items
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 7 insertions, 15 deletions
diff --git a/TODO b/TODO
index 077ad1cb1..e93a843c0 100644
--- a/TODO
+++ b/TODO
@@ -1,25 +1,17 @@
Erik's TODO list for the next release:
- 1) Release gcc 2.95.x native uClibc toolchain with
- STLport (to provide full C++ support)
- 2) Commit new configuration system (CML1 + kbuild + menuconfig)
- work is already done and ready to commit...
- 3) Fix profiling support
- 4) Implement getgrgid_r and getgrnam_r, per SuSv3
- 5) Fix libc/inet/rpc/rpc_thread.c thread local storage
- 6) Change HAS_FLOATING_POINT so we can support -msoft-float
- 7) When options are disabled, also disable them in the
+ 1) Fix profiling support
+ 2) Implement getgrgid_r and getgrnam_r, per SuSv3
+ 3) When options are disabled, also disable them in the
include files as well.
- 8) Make all small objects (>~50 bytes) into either inlines or
+ 4) Make all small objects (>~50 bytes) into either inlines or
into a static library
- 9) Rework code that fails POSIX conformance tests
- 10) Document all differences between the feature set of uClibc
+ 5) Rework code that fails POSIX conformance tests
+ 6) Document all differences between the feature set of uClibc
and glibc.
- 11) Add missing syscall() function to ports that are still
+ 7) Add missing syscall() function to ports that are still
missing it. (x86 and arm are finished so far).
- 12) Make sure that shared library constructors that depend on
- prior libc initialization work correctly