diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 12:48:29 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 12:48:29 (GMT) |
| commit | e5523b6ffdca99f9d4ac70d83347f31fc2c4dab2 (patch) | |
| tree | ce6f76c08c3f8ef80e3721524beb375fb8ade7cc | |
| parent | 95b1bda14fe81d0bef0e07f76063f97cf3003790 (diff) | |
| download | busybox-website-e5523b6ffdca99f9d4ac70d83347f31fc2c4dab2.tar.gz busybox-website-e5523b6ffdca99f9d4ac70d83347f31fc2c4dab2.tar.bz2 | |
news: remove redundant items
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | news.html | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -111,12 +111,10 @@ <li>hush: fix hush -c 'echo $0' - was showing empty string</li> <li>hush: fix hush-bugs/parse_err.tests</li> <li>hush: fix more obscure ${var%...} cases</li> - <li>hush: fix segfault in ${?:N:M}</li> <li>hush: fix var=`exit 2` not setting $? to 2</li> <li>hush: handle expansions in ${var?expanded_word} constructs</li> - <li>hush: optional support for ${var:N:M} bashism</li> <li>hush: support "cd -- DIR" and other such double-dash constructs in builtins</li> - <li>hush: support ${var:EXPR:EXPR}</li> + <li>hush: optional support for ${var:EXPR:EXPR} bashism</li> <li>hush: use ash's ulimit builtin; make it more more bash-like while at it</li> <li>adduser: copy /etc/skel to mew homes. +100 bytes</li> <li>ar: add archive creation support. By Alexander Shishkin (virtuoso AT slind.org)</li> |
