BUGS 599 B

12345678910111213141516
  1. *) libcrypt fails a number of the crypt tests in test/crypt
  2. *) locale support if currently _very_ incomplete
  3. *) No support for wide char (i.e. everything in wchar.h,
  4. everything in wctype.h)
  5. *) uClibc timezone support is mostly stubbed out
  6. *) gdb friendly libpthread debug support is not implemented
  7. *) Not all architectures support shared libraries
  8. *) Not all functions have been fully audited for thread-safety
  9. *) stpncpy() flunks test 3,5 and 7 on powerpc.
  10. *) The syscall() function is missing
  11. Will Not Fix
  12. ---------------
  13. *) wordexp is not implemented. Nobody uses it, and it is huge.