aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-21 22:58:38 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-09-21 22:58:38 +0000
commit3eb65dbcebaa64597976d3b13c0777359dfdd7b0 (patch)
tree6551a5176fd306bb5f1c6f97bd4a9882702cc3c6 /TODO
parent4834cc45e58721f8c2348d5a933f5592a493c88d (diff)
downloadbusybox-w32-3eb65dbcebaa64597976d3b13c0777359dfdd7b0.tar.gz
busybox-w32-3eb65dbcebaa64597976d3b13c0777359dfdd7b0.tar.bz2
busybox-w32-3eb65dbcebaa64597976d3b13c0777359dfdd7b0.zip
- update and expand TODO a little bit
git-svn-id: svn://busybox.net/trunk/busybox@16174 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 11 insertions, 3 deletions
diff --git a/TODO b/TODO
index f0e78e1e7..f18e0ec2d 100644
--- a/TODO
+++ b/TODO
@@ -117,13 +117,21 @@ Rob Landley <rob@landley.net>:
117 This one's open to everybody, but I'll wind up doing it... 117 This one's open to everybody, but I'll wind up doing it...
118 118
119 119
120Bernhard Fischer <rep.nop@anon.at>: 120Bernhard Fischer <busybox@busybox.net> suggests to look at these:
121 Makefile stuff: 121 Makefile stuff:
122 make -j is broken, -j1 is forced atm 122 make -j is broken. klibc make infrastructure (vda?)
123 New debug options: 123 New debug options:
124 -Wlarger-than-127 124 -Wlarger-than-127
125 Cleanup any big users
126 -Wunused-parameter
127 Facilitate applet PROTOTYPES to provide means for having applets that
128 do a) not take any arguments b) need only one of argc or argv c) need
129 both argc and argv. All of these three options should go for the most
130 feature complete denominator.
125 Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE 131 Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE
126 Use bb_common_bufsiz1? 132 make bb_common_bufsiz1 configurable, size wise.
133 make pipesize configurable, size wise.
134 Use bb_common_bufsiz1 throughout applets!
127 135
128As yet unclaimed: 136As yet unclaimed:
129 137