summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2001-11-18 02:01:53 +0000
committerDavid Schleef <ds@schleef.org>2001-11-18 02:01:53 +0000
commit2d7114f846608772b354c9626fae1284c5188d2e (patch)
tree3d36159c41fbb2b39f88d5628251a52443fc3e97 /TODO
parent16a7c3dc1416da426f4652f306d4abf16572dfd8 (diff)
Added a few items on my wishlist, removed some stuff that is finished.
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 15 insertions, 2 deletions
diff --git a/TODO b/TODO
index cdff11b1a..637a513da 100644
--- a/TODO
+++ b/TODO
@@ -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
-------