diff options
author | David Schleef <ds@schleef.org> | 2001-11-18 02:01:53 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2001-11-18 02:01:53 +0000 |
commit | 2d7114f846608772b354c9626fae1284c5188d2e (patch) | |
tree | 3d36159c41fbb2b39f88d5628251a52443fc3e97 /TODO | |
parent | 16a7c3dc1416da426f4652f306d4abf16572dfd8 (diff) | |
download | uClibc-alpine-2d7114f846608772b354c9626fae1284c5188d2e.tar.bz2 uClibc-alpine-2d7114f846608772b354c9626fae1284c5188d2e.tar.xz |
Added a few items on my wishlist, removed some stuff that is finished.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -6,8 +6,6 @@ On ARM, the kernel fp math emulator uses a funky byte ordering Fix regex so it isn't so stinking big Fix glob so it isn't so stinking big Integrate Jeff Garzik's key-value reading code for pwd/grp, /etc/hosts, etc -Get the powerpc port of the shared lib loader working -Sync up powerpc/mips/etc with the current header files. Finish sparc port Documentation Better configuration system @@ -59,6 +57,21 @@ Make errno and endptr handling the default in the strto* functions and document how to turn those off to save space. ----------------------------------------------------------------------------- +ds's list: + +Search for string literals that are not in the .rodata section. (Varies +by architecture.) + +man pages for binaries + +add basename() and dirname() for gettext + +add obstack stuff for gettext (?) + +setjmp() on powerpc + +getaddrinfo() +----------------------------------------------------------------------------- PORTING ------- |