aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 12:54:16 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-05-29 12:54:16 +0000
commit0da069d3826568101560920bc2ca1796b1392630 (patch)
tree389334b0f92826239cd37087fcada43ef794e19d /TODO
parentbbc225e13d0b4388a095c98c86caff6dd675962b (diff)
downloadbusybox-0da069d3826568101560920bc2ca1796b1392630.tar.gz
- move common code into new open_new_terminal() function;
text data bss dec hex filename 864434 10244 645892 1520570 1733ba busybox_old 864386 10244 645892 1520522 17338a busybox_unstripped add/remove: 1/0 grow/shrink: 0/2 up/down: 92/-143 (-51) function old new delta open_new_terminal - 92 +92 exec_signal 345 276 -69 run 1527 1453 -74 Again, 48 != 51 so let's trust the former..
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 35732e523..b75cec4f8 100644
--- a/TODO
+++ b/TODO
@@ -27,7 +27,7 @@ Rob Landley <rob@landley.net>:
bzip2
Compression-side support.
init
- General cleanup.
+ General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG and ENABLE_FEATURE_INIT_DEBUG).
Unify base64 handling.
There's base64 encoding and decoding going on in:
networking/wget.c:base64enc()