aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 05:06:06 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-05-29 05:06:06 +0000
commit5f4b05eff97380efbb27913a580410ad204cecf7 (patch)
treee0fd18c99a97f8c40d9b1ac4aca75e92d2099676
parent03d429ed8a1fb3268f1c1346842f5bf0aaea14fe (diff)
downloadbusybox-w32-5f4b05eff97380efbb27913a580410ad204cecf7.tar.gz
busybox-w32-5f4b05eff97380efbb27913a580410ad204cecf7.tar.bz2
busybox-w32-5f4b05eff97380efbb27913a580410ad204cecf7.zip
A few new todo items from email with Bernhard.
git-svn-id: svn://busybox.net/trunk/busybox@15213 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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
7between your work and theirs. But otherwise, all of these are fair game. 7between your work and theirs. But otherwise, all of these are fair game.
8 8
9Rob Landley <rob@landley.net>: 9Rob Landley <rob@landley.net>:
10 Add a libbb/platform.c
11 Implement fdprintf() for platforms that haven't got one.
12 Implement bb_realpath() that can handle NULL on non-glibc.
13 Cleanup bb_asprintf()
14
10 Migrate calloc() and bb_calloc() occurrences to bb_xzalloc(). 15 Migrate calloc() and bb_calloc() occurrences to bb_xzalloc().
11 Remove obsolete _() wrapper crud for internationalization we don't do. 16 Remove obsolete _() wrapper crud for internationalization we don't do.
12 Figure out where we need utf8 support, and add it. 17 Figure out where we need utf8 support, and add it.
@@ -97,6 +102,10 @@ Rob Landley <rob@landley.net>:
97Bernhard Fischer <rep.nop@anon.at>: 102Bernhard Fischer <rep.nop@anon.at>:
98 Makefile stuff: 103 Makefile stuff:
99 make -j is broken, -j1 is forced atm 104 make -j is broken, -j1 is forced atm
105 New debug options:
106 -Wlarger-than-127
107 Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE
108 Use bb_common_bufsiz1?
100 109
101As yet unclaimed: 110As yet unclaimed:
102 111