diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-21 22:58:38 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-21 22:58:38 +0000 |
commit | 3eb65dbcebaa64597976d3b13c0777359dfdd7b0 (patch) | |
tree | 6551a5176fd306bb5f1c6f97bd4a9882702cc3c6 /TODO | |
parent | 4834cc45e58721f8c2348d5a933f5592a493c88d (diff) | |
download | busybox-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-- | TODO | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 | ||
120 | Bernhard Fischer <rep.nop@anon.at>: | 120 | Bernhard 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 | ||
128 | As yet unclaimed: | 136 | As yet unclaimed: |
129 | 137 | ||