diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-04-10 12:59:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-04-10 12:59:58 +0000 |
commit | 870587d77ba54098d522332aaa1c11d9d2bad2a8 (patch) | |
tree | c823d516839910d276b1996f5d7054fdce00e18a /BUGS | |
parent | 085d70be1a2e8bf274250aacb2497ac962219602 (diff) |
Add a list of known bugs. Update the docs in preparation for a release.
-Erik
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +*) libcrypt fails a number of the crypt tests in test/crypt +*) locale support if currently _very_ incomplete +*) No support for wide char (i.e. everything in wchar.h, + everything in wctype.h) +*) uClibc timezone support is mostly stubbed out +*) gdb friendly libpthread debug support is not implemented +*) Not all architectures support shared libraries +*) Not all functions have been fully audited for thread-safety +*) stpncpy() flunks test 3,5 and 7 on powerpc. +*) The syscall() function is missing + + +Will Not Fix +--------------- +*) wordexp is not implemented. Nobody uses it, and it is huge. + |