diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-21 00:05:51 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-21 00:05:51 +0200 |
commit | 1cc4b13917c51acce1ce0d8a2cb58ab97f3756d2 (patch) | |
tree | 974a54823fcf0c9846d29c55c6da0177a4f56796 /TODO | |
parent | 263cff9a2f4480cd922ecff5e382e8fd804957eb (diff) | |
download | busybox-w32-1cc4b13917c51acce1ce0d8a2cb58ab97f3756d2.tar.gz busybox-w32-1cc4b13917c51acce1ce0d8a2cb58ab97f3756d2.tar.bz2 busybox-w32-1cc4b13917c51acce1ce0d8a2cb58ab97f3756d2.zip |
msh: aliased to hush
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -16,14 +16,10 @@ Rob Landley suggested these: | |||
16 | Figure out where we need utf8 support, and add it. | 16 | Figure out where we need utf8 support, and add it. |
17 | 17 | ||
18 | sh | 18 | sh |
19 | The command shell situation is a big mess. We have three different | 19 | The command shell situation is a mess. We have two different |
20 | shells that don't really share any code, and the "standalone shell" doesn't | 20 | shells that don't really share any code, and the "standalone shell" doesn't |
21 | work all that well (especially not in a chroot environment), due to apps not | 21 | work all that well (especially not in a chroot environment), due to apps not |
22 | being reentrant. | 22 | being reentrant. |
23 | lash is phased out. hush can be configured down to be nearly as small, | ||
24 | but less buggy :) | ||
25 | init | ||
26 | General cleanup (should use ENABLE_FEATURE_INIT_SYSLOG). | ||
27 | Do a SUSv3 audit | 23 | Do a SUSv3 audit |
28 | Look at the full Single Unix Specification version 3 (available online at | 24 | Look at the full Single Unix Specification version 3 (available online at |
29 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and | 25 | "http://www.opengroup.org/onlinepubs/009695399/nfindex.html") and |
@@ -265,7 +261,7 @@ Minor stuff: | |||
265 | --- | 261 | --- |
266 | possible code duplication ingroup() and is_a_group_member() | 262 | possible code duplication ingroup() and is_a_group_member() |
267 | --- | 263 | --- |
268 | Move __get_hz() to a better place and (re)use it in route.c, ash.c, msh.c | 264 | Move __get_hz() to a better place and (re)use it in route.c, ash.c |
269 | --- | 265 | --- |
270 | See grep -r strtod | 266 | See grep -r strtod |
271 | Alot of duplication that wants cleanup. | 267 | Alot of duplication that wants cleanup. |