aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-05-29 05:06:06 +0000
committerRob Landley <rob@landley.net>2006-05-29 05:06:06 +0000
commit0582ee08263e6399cc67db9dde321be55cad962f (patch)
treee0fd18c99a97f8c40d9b1ac4aca75e92d2099676 /TODO
parent15d20a03d6e1c995fa8b80542568f5db4091f734 (diff)
downloadbusybox-0582ee08263e6399cc67db9dde321be55cad962f.tar.gz
A few new todo items from email with Bernhard.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2c30f8762..35732e523 100644
--- a/TODO
+++ b/TODO
@@ -7,6 +7,11 @@ have any suggestions how they plan to go about it, and to minimize conflicts
between your work and theirs. But otherwise, all of these are fair game.
Rob Landley <rob@landley.net>:
+ Add a libbb/platform.c
+ Implement fdprintf() for platforms that haven't got one.
+ Implement bb_realpath() that can handle NULL on non-glibc.
+ Cleanup bb_asprintf()
+
Migrate calloc() and bb_calloc() occurrences to bb_xzalloc().
Remove obsolete _() wrapper crud for internationalization we don't do.
Figure out where we need utf8 support, and add it.
@@ -97,6 +102,10 @@ Rob Landley <rob@landley.net>:
Bernhard Fischer <rep.nop@anon.at>:
Makefile stuff:
make -j is broken, -j1 is forced atm
+ New debug options:
+ -Wlarger-than-127
+ Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE
+ Use bb_common_bufsiz1?
As yet unclaimed: