diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 14:05:54 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 14:05:54 +0000 |
commit | e455f6ec27fe92aad98bb2097c8790ccdc0b12b5 (patch) | |
tree | 794423ff5c9fda93139a476be0e351c4e4dd496f /TODO | |
parent | 8af23f8fc36ae815a711944dbc8b55a3026e771c (diff) | |
download | busybox-w32-e455f6ec27fe92aad98bb2097c8790ccdc0b12b5.tar.gz busybox-w32-e455f6ec27fe92aad98bb2097c8790ccdc0b12b5.tar.bz2 busybox-w32-e455f6ec27fe92aad98bb2097c8790ccdc0b12b5.zip |
- update TODOs
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -103,11 +103,6 @@ Bernhard Reutner-Fischer <busybox@busybox.net> suggests to look at these: | |||
103 | New debug options: | 103 | New debug options: |
104 | -Wlarger-than-127 | 104 | -Wlarger-than-127 |
105 | Cleanup any big users | 105 | Cleanup any big users |
106 | -Wunused-parameter | ||
107 | Facilitate applet PROTOTYPES to provide means for having applets that | ||
108 | do a) not take any arguments b) need only one of argc or argv c) need | ||
109 | both argc and argv. All of these three options should go for the most | ||
110 | feature complete denominator. | ||
111 | Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE | 106 | Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE |
112 | make bb_common_bufsiz1 configurable, size wise. | 107 | make bb_common_bufsiz1 configurable, size wise. |
113 | make pipesize configurable, size wise. | 108 | make pipesize configurable, size wise. |
@@ -175,8 +170,7 @@ Unify archivers | |||
175 | --- | 170 | --- |
176 | Text buffer support. | 171 | Text buffer support. |
177 | Several existing applets (sort, vi, less...) read | 172 | Several existing applets (sort, vi, less...) read |
178 | a whole file into memory and act on it. There might be an opportunity | 173 | a whole file into memory and act on it. Use open_read_close(). |
179 | for shared code in there that could be moved into libbb... | ||
180 | --- | 174 | --- |
181 | Memory Allocation | 175 | Memory Allocation |
182 | We have a CONFIG_BUFFER mechanism that lets us select whether to do memory | 176 | We have a CONFIG_BUFFER mechanism that lets us select whether to do memory |
@@ -279,6 +273,7 @@ Minor stuff: | |||
279 | --- | 273 | --- |
280 | in_ether duplicated in network/{interface,ifconfig}.c | 274 | in_ether duplicated in network/{interface,ifconfig}.c |
281 | --- | 275 | --- |
276 | unify progress_meter. wget, flash_eraseall, pipe_progress, fbsplash, setfiles. | ||
282 | 277 | ||
283 | 278 | ||
284 | Code cleanup: | 279 | Code cleanup: |