aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-14 18:47:33 +0000
committerEric Andersen <andersen@codepoet.org>2001-02-14 18:47:33 +0000
commit98e599ca063bbba13e0806d54f8caa9b0d10ba56 (patch)
tree69f3fb0fcada0398c27cc3d6e26a25144876fff4 /TODO
parentec455953008d08f588fe0c0bd9df4278cd188315 (diff)
downloadbusybox-98e599ca063bbba13e0806d54f8caa9b0d10ba56.tar.gz
Commit Vladimir's latest version of stty.c. Nice work.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/TODO b/TODO
index 3e0121b63..325fe6c15 100644
--- a/TODO
+++ b/TODO
@@ -26,12 +26,16 @@ around to it some time. If you have any good ideas, please let me know.
Possible apps to include some time:
* hwclock
-* stty
* group/commonize strings, remove dups (for i18n, l10n)
+-----------
+
+Write a fixup_globals function to do just that right before calling
+non-forking applets. Or, just always fork...
+
-----------------------
-Running the following:
+Run the following:
rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq