diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-25 02:16:25 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-25 02:16:25 +0000 |
commit | d76c049cc4b1da8d5b42f0013ecdcb4d592c9282 (patch) | |
tree | 89ada1134f9e9dd148160b291ba6a142c00127e2 /shell/README | |
parent | 163a8557310911bcf8b852a282c0aa855b778058 (diff) | |
download | busybox-w32-d76c049cc4b1da8d5b42f0013ecdcb4d592c9282.tar.gz busybox-w32-d76c049cc4b1da8d5b42f0013ecdcb4d592c9282.tar.bz2 busybox-w32-d76c049cc4b1da8d5b42f0013ecdcb4d592c9282.zip |
hush: rework variable storage and environment handling.
More that -100 bytes of code + memory leak plugged.
Added a testcase for it.
Diffstat (limited to 'shell/README')
-rw-r--r-- | shell/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/README b/shell/README index a9b434637..a09353d6c 100644 --- a/shell/README +++ b/shell/README | |||
@@ -1,6 +1,10 @@ | |||
1 | Various bits of what is known about busybox shells, in no particular order. | 1 | Various bits of what is known about busybox shells, in no particular order. |
2 | 2 | ||
3 | 2007-05-24 | 3 | 2007-05-24 |
4 | hush: environment-related memory leak plugged, with net code size | ||
5 | decrease. | ||
6 | |||
7 | 2007-05-24 | ||
4 | hush: '( echo ${name )' will show syntax error message, but prompt | 8 | hush: '( echo ${name )' will show syntax error message, but prompt |
5 | doesn't return (need to press <enter>). Pressing Ctrl-C, <enter>, | 9 | doesn't return (need to press <enter>). Pressing Ctrl-C, <enter>, |
6 | '( echo ${name )' again, Ctrl-C segfaults. | 10 | '( echo ${name )' again, Ctrl-C segfaults. |