aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-18 14:05:54 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2009-02-18 14:05:54 +0000
commite455f6ec27fe92aad98bb2097c8790ccdc0b12b5 (patch)
tree794423ff5c9fda93139a476be0e351c4e4dd496f /TODO
parent8af23f8fc36ae815a711944dbc8b55a3026e771c (diff)
downloadbusybox-e455f6ec27fe92aad98bb2097c8790ccdc0b12b5.tar.gz
- update TODOs
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 2 insertions, 7 deletions
diff --git a/TODO b/TODO
index 6d6b7e971..0435dff28 100644
--- a/TODO
+++ b/TODO
@@ -103,11 +103,6 @@ Bernhard Reutner-Fischer <busybox@busybox.net> suggests to look at these:
New debug options:
-Wlarger-than-127
Cleanup any big users
- -Wunused-parameter
- Facilitate applet PROTOTYPES to provide means for having applets that
- do a) not take any arguments b) need only one of argc or argv c) need
- both argc and argv. All of these three options should go for the most
- feature complete denominator.
Collate BUFSIZ IOBUF_SIZE MY_BUF_SIZE PIPE_PROGRESS_SIZE BUFSIZE PIPESIZE
make bb_common_bufsiz1 configurable, size wise.
make pipesize configurable, size wise.
@@ -175,8 +170,7 @@ Unify archivers
---
Text buffer support.
Several existing applets (sort, vi, less...) read
- a whole file into memory and act on it. There might be an opportunity
- for shared code in there that could be moved into libbb...
+ a whole file into memory and act on it. Use open_read_close().
---
Memory Allocation
We have a CONFIG_BUFFER mechanism that lets us select whether to do memory
@@ -279,6 +273,7 @@ Minor stuff:
---
in_ether duplicated in network/{interface,ifconfig}.c
---
+ unify progress_meter. wget, flash_eraseall, pipe_progress, fbsplash, setfiles.
Code cleanup: