TODO 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. Any takers?
  2. Fix regex so it isn't so stinking big
  3. Fix glob so it isn't so stinking big
  4. Integrate Jeff Garzik's key-value reading code for pwd/grp, /etc/hosts, etc
  5. Get the arm port of the shared lib loader working
  6. Get the powerpc port of the shared lib loader working
  7. Finish sparc port
  8. Standardize the style of the header files.
  9. Documentation
  10. Better configuration system
  11. run 'nm -D --size-sort -t d libuClibc-0.9.5.so' and work on the biggest things
  12. (i.e. stuff at the end of the list) to make them smaller.
  13. make inb/outb work (for lilo et all)
  14. make rint work (for ip et all)
  15. -----------------------------------------------------------------------------
  16. Manuel's unsorted todo:
  17. Move the target-specific sysconf.c generator to extra (as it needs to be
  18. run on the target) and fix libc/unistd/Makefile.
  19. Move the unified syscall stuff to extra, or find a way to generate the
  20. the required header file without using an intermediate binary.
  21. Add a usage message to the gcc wrapper.
  22. Look at pre-cephes-addition floating point code and possibly rework.
  23. (primarily nan and infinity handling)
  24. Make scanf and strtod aware of nan and inf.
  25. Add overflow error-checking to fread and fwrite.
  26. Document uClibc-specific extensions I know of or have implemented.
  27. binary string conversion for printf
  28. malloc-less stdio
  29. optional printf unconfigured-for-type error messages
  30. Add binary string conversion to scanf to mirror printf?
  31. What to do about %m in printf?
  32. Make errno and endptr handling the default in the strto* functions and
  33. document how to turn those off to save space.
  34. -----------------------------------------------------------------------------