aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-21 22:58:38 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-09-21 22:58:38 +0000
commit05592ac00c987a181d675cd821a981040ae5b988 (patch)
tree6551a5176fd306bb5f1c6f97bd4a9882702cc3c6
parent3503ff72c68e88faec3bb1641605572d40b11e24 (diff)
downloadbusybox-w32-05592ac00c987a181d675cd821a981040ae5b988.tar.gz
busybox-w32-05592ac00c987a181d675cd821a981040ae5b988.tar.bz2
busybox-w32-05592ac00c987a181d675cd821a981040ae5b988.zip
- update and expand TODO a little bit
-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