diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-29 23:29:33 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-29 23:29:33 (GMT) |
| commit | f22dbc7024f734452fa76d637f52bd2a2e2f57e2 (patch) | |
| tree | 0faf70a2c650e95e9077e2d7179c4f34c5df4dab | |
| parent | 525f1360081bc7982648338f58849e7f19def73a (diff) | |
| download | busybox-website-f22dbc7024f734452fa76d637f52bd2a2e2f57e2.tar.gz busybox-website-f22dbc7024f734452fa76d637f52bd2a2e2f57e2.tar.bz2 | |
more small fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | news.html | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -254,7 +254,7 @@ <li>udhcp: implement "raw" binary options. Closes bug 735</li> <li>udhcp: remove support for some really old and odd options</li> <li>udhcp: s/sipservers/sipsrv/ to match other similar option names</li> - <li>udhcp: we call DNS name encoder with NULL, this can SEGV. added a check</li> + <li>udhcp: we call DNS name encoder with NULL, this can SEGV. Added a check</li> <li>udhcp: truncate packets instead of padding them to 574 bytes. Closes bug 1849</li> <li>udhcpc: add -x OPT:VAL option</li> <li>udhcpc: make it possible to disable vendor id</li> @@ -424,9 +424,9 @@ <li>date: handle long options. By Bernhard Reutner-Fischer (rep.dot.nop AT gmail.com)</li> <li>dc: make "dc -1.23 ..." work</li> <li>dd: fix conv=noerror w/o sync to not write out zeroed blocks</li> - <li>dd: speed measurement. optional. By Gabor Heja (kakaopor AT kakaopor.hu)</li> + <li>dd: speed measurement. Optional. By Gabor Heja (kakaopor AT kakaopor.hu)</li> <li>df: unicode-aware column formatting. By Tomas Heinrich (theinric AT redhat.com)</li> - <li>diff: rewrite. much smaller and more correct. By Matheus Izvekov (mizvekov AT gmail.com)</li> + <li>diff: rewrite. Much smaller and more correct. By Matheus Izvekov (mizvekov AT gmail.com)</li> <li>dpkg: fix handling of names with leading dots. Closes bug 783</li> <li>dumpleases: unicode spport. By Tomas Heinrich (heinrich.tomas AT gmail.com)</li> <li>echo et al: support \e escape</li> @@ -1018,8 +1018,8 @@ <li>ash: fix NOEXEC mode - we were forgetting to pass environment</li> <li>ash: fix a bug in standalone mode (corrupted getopt state)</li> <li>ash: optionally support ">&file" and "&>file" redirections</li> - <li>awk: bitwise ops cast oprands and results to unsigned long, not signed. closes bug 4774</li> - <li>awk: fix typo in atan2 code. closes bug 5594</li> + <li>awk: bitwise ops cast oprands and results to unsigned long, not signed. Closes bug 4774</li> + <li>awk: fix typo in atan2 code. Closes bug 5594</li> <li>awk: improve handling of negative numbers in bitwise ops; fix handling of octal costants</li> <li>awk: support hex constants</li> <li>basename: fix error code (again)</li> @@ -1040,7 +1040,7 @@ <li>hush: fix trashing of environment by local env vars: a=a; a=b cmd; - a was unset</li> <li>id: improve compatibility with coreutils. By Tito Ragusa</li> <li>inetd: fix a case when we have zero services</li> - <li>inetd: use config parser. by Vladimir</li> + <li>inetd: use config parser. By Vladimir</li> <li>init: set stderr to NONBLOCK</li> <li>insmod: fix detection of open failure</li> <li>install: support -D</li> @@ -1076,11 +1076,11 @@ <li>sv: make default service dir configurable (Vladimir wants it)</li> <li>sysctl: fix bug 3894 (by Kryzhanovskyy Maksym)</li> <li>tar: fix bug 3844: non-root tar does not preserve perms</li> - <li>telnetd: handle emacs M-DEL and IAC-NOP. by Jim Cathey (jcathey AT ciena.com)</li> + <li>telnetd: handle emacs M-DEL and IAC-NOP. By Jim Cathey (jcathey AT ciena.com)</li> <li>top: fix "top -d 1" (bug 5144)</li> <li>top: optional SMP support by Vineet Gupta (vineetg76 AT gmail.com)</li> <li>trylink: make messages less confusing</li> - <li>unzip: handle "central directory". needed for OpenOffice, gmail attachment .zips etc</li> + <li>unzip: handle "central directory". Needed for OpenOffice, gmail attachment .zips etc</li> <li>vi: Rob's algorithm of reading and matching ESC sequences (nice work btw!)</li> <li>vi: deal with EOF/error on stdin and with input NULs</li> <li>vi: fix uninitialized last_search_pattern (bug 5794)</li> @@ -1128,7 +1128,7 @@ <ul> <li>ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"</li> <li>ash: dont allow e.g. exec <&10 to attach to script's fd! </li> - <li>ash: fix a bug where redirection fds were not closed afterwards. optimize close+fcntl(DUPFD) into dup2</li> + <li>ash: fix a bug where redirection fds were not closed afterwards. Optimize close+fcntl(DUPFD) into dup2</li> <li>ash: fix segfault in "command -v"</li> <li>ash: fix very weak $RANDOM generator</li> <li>ash: prevent exec NN>&- from closing fd used for script reading</li> |
