diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-06 21:40:08 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-06 21:40:08 (GMT) |
| commit | 5fd7e3f37e1b0188b3d7b72252d09861586a2e21 (patch) | |
| tree | a88fd5ab8c250cc86d1f7048795bd4c1034d69ea | |
| parent | 2a21e22558d480c1b4da7447cb7ff50b23e3dca6 (diff) | |
| download | busybox-website-5fd7e3f37e1b0188b3d7b72252d09861586a2e21.tar.gz busybox-website-5fd7e3f37e1b0188b3d7b72252d09861586a2e21.tar.bz2 | |
Tweak news page a bit
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | news.html | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -95,7 +95,7 @@ <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 such</li> + <li>hush: support "cd -- DIR" and other such double-dash constructs in builtins</li> <li>hush: support ${var:EXPR:EXPR}</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> @@ -151,7 +151,6 @@ <li>ipcalc: more correct checking for proper number of arguments</li> <li>iplink: support add/delete. By Bernhard Reutner-Fischer (rep.dot.nop@gmail.com)</li> <li>loadfont/setfont: optional PSF2 font support</li> - <li>loadkmap: remove UNUSED_PARAM from argv</li> <li>loop: correct minor device number limit</li> <li>losetup: support /dev/loop10 and higher. Closes bug 1627</li> <li>lsusb: 2.6.32 compat. By Souf Oued (souf_oued@yahoo.fr)</li> @@ -176,7 +175,6 @@ <li>ntpd: step correction to variables had wrong sign, fixing</li> <li>passwd: make 'echo -e "foo\nfoo" | passwd USER' work</li> <li>ping: do not leak data from stack</li> - <li>pipe_progress: make it independent of printf machinery</li> <li>provide safe_gethostname() for non-linux systems</li> <li>ps: fix non-DESKTOP option handling code</li> <li>ps: make "ps -o BAD" emit list of good -o params</li> @@ -189,7 +187,6 @@ <li>sed: fix nested {} case</li> <li>setkeycodes: fix handling of 0exx scancodes</li> <li>setsid: check for setsid error directly</li> - <li>setup_environment(): eliminate one parameter</li> <li>shaNNNsum: accept and ignore -b and -t</li> <li>stat: make output more similar to GNU stat. By Seb (sbb@tuxfamily.org)</li> <li>swapon: skip noauto entries. By Lauri Kasanen (curaga@operamail.com)</li> |
