diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-30 19:16:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-30 19:16:43 +0000 |
commit | 1e680eeea6df1fb580163689bfc9edb547f5daab (patch) | |
tree | b10faaa3eb4b7b75e29cc9f36f73273a1cda0637 /TODO | |
parent | 71c3144797f87c6f9e62e4aede6a7fbd888bf41a (diff) | |
download | uClibc-alpine-1e680eeea6df1fb580163689bfc9edb547f5daab.tar.bz2 uClibc-alpine-1e680eeea6df1fb580163689bfc9edb547f5daab.tar.xz |
Add a couple of things... And check that cvs commit diffs are
working again...
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +*) Fix ldd to not multiply list libs +*) Check cris architecture + Erik's TODO list for the next release: *) Implement getgrgid_r and getgrnam_r, per SuSv3 @@ -17,6 +20,8 @@ Erik's TODO list for the next release: 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 + *) Remove all use of kernel headers (i.e. copy the needed bits + to completely specify the per-arch kernel ABI). ----------------------------------------------------------------------------- Manuel's todo: @@ -73,8 +78,6 @@ by architecture and gcc version.) man pages for binaries -add obstack stuff for gettext (?) - check compiling without FP support -- are FP instructions still generated? Needs a uClibc_config.h entry dependent on HAS_FLOATING_POINT. |