aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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