diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-24 06:12:58 (GMT) |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-24 06:12:58 (GMT) |
| commit | 1cdef96b1157a74860def22b71ef3749575a50d8 (patch) | |
| tree | 6e48755f25c4f6af974af6dd88612665345b44c2 | |
| parent | 42496ec7ee9267d3de93be8d9c76d158f5703068 (diff) | |
| download | busybox-website-1cdef96b1157a74860def22b71ef3749575a50d8.tar.gz busybox-website-1cdef96b1157a74860def22b71ef3749575a50d8.tar.bz2 | |
small tweaks to news.html
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | news.html | 22 |
1 files changed, 10 insertions, 12 deletions
@@ -54,10 +54,10 @@ <li>ash,hush: check that variable names are sane</li> <li>ash,hush: fix "'read' without parameters" bash compat thingy</li> <li>ash,hush: fix $RANDOM in children being repeated</li> + <li>ash,hush: fix `trap`</li> <li>ash: do not let EXIT trap to fire in `trap`</li> <li>ash: error out on ${#1#}, ${#$11}, ${#11#}. By Cristian Ionescu-Idbohrn (cristian.ionescu-idbohrn AT axis.com)</li> <li>ash: factor out $RANDOM support and read builtin</li> - <li>ash: fix `trap`</li> <li>ash: fix bad interaction of "stty -echo" + ASK_TERMINAL</li> <li>ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem)</li> <li>ash: fix for read $IFS splitting. Closes bug 235</li> @@ -70,8 +70,7 @@ <li>hush: add support for $RANDOM</li> <li>hush: code shrink by Dan Fandrich (dan AT coneharvesters.com)</li> <li>hush: do not reset to default "" traps in subshell</li> - <li>hush: export PWD</li> - <li>hush: fix `trap`</li> + <li>hush: export $PWD</li> <li>hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)</li> <li>hush: fix exit code propagation from `cmd`</li> <li>hush: fix exitcodes of killed processes</li> @@ -85,12 +84,14 @@ <li>hush: support $PPID</li> <li>hush: two NOMMU fixes for bugs 877 and 883</li> <li>hush: unify handling of builtin applets. By Mike Frysinger (vapier AT gentoo.org)</li> - <li>hush: use ash's read builtin</li> <li>hush: wait for `cmd` to complete, and immediately store its exitcode in $?</li> <li>build system: fix for coarse mtime problem</li> <li>build system: fix parallel make</li> <li>build system: more fixes to parallel build</li> <li>build system: update documentation generator so that it sucks less</li> + <li>*: do not assign to stdout/stderr, it's not portable. Based on patch by Aaron Carroll (xaaronc AT gmail.com)</li> + <li>*: platform compatibility work. By Dan Fandrich (dan AT coneharvesters.com)</li> + <li>*: use utimes() rather than obsolescent utime(). By Bernhard Reutner-Fischer (rep.dot.nop AT gmail.com)</li> <li>libbb: add and use xopen_nonblocking (-18b). By Bernhard Reutner-Fischer (rep.dot.nop AT gmail.com)</li> <li>libbb: add mallopt tweaks for reduced memory consumption</li> <li>libbb: better unicode width support. Hopefully fixes bug 839</li> @@ -108,13 +109,11 @@ <li>libunarchive: move dpkg-specific things into dpkg.c. 0 byte size differences</li> <li>volume_id: add support for btrfs. By Vladimir Dronnikov (dronnikov AT gmail.com)</li> <li>tests: fix POSIX shell source style. By Mike Frysinger (vapier AT gentoo.org)</li> - <li>*: do not assign to stdout/stderr, it's not portable. Based on patch by Aaron Carroll (xaaronc AT gmail.com)</li> - <li>*: platform compatibility work. By Dan Fandrich (dan AT coneharvesters.com)</li> - <li>*: use utimes() rather than obsolescent utime(). By Bernhard Reutner-Fischer (rep.dot.nop AT gmail.com)</li> + <li>all_sourcecode.tests: check commented out applet order too. By Mike Frysinger (vapier AT gentoo.org)</li> <li>INSTALL: update obsolete doc, as suggested by Doug Clapp (doug.clapp AT triad.rr.com)</li> + <li>documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)</li> <li>adduser: create a group for net user too</li> <li>adduser: fix a logical inversion which made -G GRP inoperative. By Tito Ragusa (farmatito AT tiscali.it)</li> - <li>all_sourcecode.tests: check commented out applet order too. By Mike Frysinger (vapier AT gentoo.org)</li> <li>applets/usage_compressed: combine many seds in one; hide dd stats. By Bernhard Reutner-Fischer (rep.dot.nop AT gmail.com)</li> <li>applets: fix alphabetical order. By Mike Frysinger (vapier AT gentoo.org)</li> <li>ar: fix long filenames handling. Closes bug 611</li> @@ -133,7 +132,6 @@ <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>documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.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> @@ -148,14 +146,14 @@ <li>find: -follow should not error out on dangling links</li> <li>find: add optional support for -links. By Matheus Izvekov (mizvekov AT gmail.com)</li> <li>find: correct handling of -xdev</li> - <li>find: do not recurse into directories with depth == --maxdepth. This may avoid many, many unnecessary stat() calls</li> + <li>find: do not recurse into directories with depth == maxdepth. This may avoid many, many unnecessary stat() calls</li> <li>fold: fix a corner case. By Tomas Heinrich (heinrich.tomas AT gmail.com)</li> <li>fold: unicode support. Based on a patch by Tomas Heinrich (heinrich.tomas AT gmail.com)</li> <li>ftpd: conditional support for broken clients. By Stefan Seyfried (stefan.seyfried AT googlemail.com)</li> <li>ftpget/put: make 3rd parameter optional. By Vladimir Dronnikov (dronnikov AT gmail.com)</li> <li>grep: fix a case when -o loops forever</li> <li>gzip: add optional support for --long-opts. By Matheus Izvekov (mizvekov AT gmail.com)</li> - <li>httpd: -m: output salted MD5 hash. By (forrest AT hifulltech.com)</li> + <li>httpd: -m: output _salted_ MD5 hash. By (forrest AT hifulltech.com)</li> <li>httpd: fix bug 601 "I:index.php does not run interpreter on DIR/ url"</li> <li>httpd: shrink mime type matching code (suggested by Bernhard)</li> <li>httpd_indexcgi: fix off-by-one error</li> @@ -228,7 +226,7 @@ <li>tar: do chown, not lchown to restore mode (compat)</li> <li>tar: fix --numeric-owner, --no-same-owner, --no-same-permissions bits</li> <li>tar: fix bug 673 (misdetection of repeated dir as hardlink)</li> - <li>tar: fix problem handling tarballs with chksums prepended by spaces</li> + <li>tar: fix handling of tarballs with chksums prepended by spaces</li> <li>tar: handle "tar fx TARFILE" etc</li> <li>tar: optional support for -m (--touch). By Mikhail Gusarov (dottedmag AT dottedmag.net)</li> <li>telnetd: optional support for -w ("inetd wait")</li> |
