diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-21 12:24:02 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-21 12:24:02 +0000 |
commit | b91168a74c55a931453f6a6aa842f90747f22727 (patch) | |
tree | b45c4b857a49b60cdac719776e98edbd047f638c | |
parent | f9dba6e2260a1f01b090034a48802e3871840c62 (diff) | |
download | busybox-w32-b91168a74c55a931453f6a6aa842f90747f22727.tar.gz busybox-w32-b91168a74c55a931453f6a6aa842f90747f22727.tar.bz2 busybox-w32-b91168a74c55a931453f6a6aa842f90747f22727.zip |
more of pointless beautifuing on the web page
-rw-r--r-- | docs/busybox.net/news.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index d3378e60c..f70f2e335 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -28,7 +28,7 @@ | |||
28 | <li>hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case | 28 | <li>hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case |
29 | <li>hush: fix "while false; ..." exitcode; add testsuites | 29 | <li>hush: fix "while false; ..." exitcode; add testsuites |
30 | <li>hush: support "case...esac" statements (~350 bytes of code) | 30 | <li>hush: support "case...esac" statements (~350 bytes of code) |
31 | <li>hush: support "break N" and "continue N" statements | 31 | <li>hush: support "break [N]" and "continue [N]" statements |
32 | <li>hush: support "for if in do done then; do echo $if; done" case | 32 | <li>hush: support "for if in do done then; do echo $if; done" case |
33 | <li>hush: support "for v; do ... done" syntax (implied 'in "$@"') | 33 | <li>hush: support "for v; do ... done" syntax (implied 'in "$@"') |
34 | <li>hush: support $_NUMBERS variable names | 34 | <li>hush: support $_NUMBERS variable names |
@@ -45,10 +45,13 @@ | |||
45 | <li>libbb: introduce and use xrealloc_vector | 45 | <li>libbb: introduce and use xrealloc_vector |
46 | <li>libbb: [x]fopen_for_{read,write} introduced and used (by Vladimir) | 46 | <li>libbb: [x]fopen_for_{read,write} introduced and used (by Vladimir) |
47 | <li>lineedit: fix use-after-free | 47 | <li>lineedit: fix use-after-free |
48 | <li>libunarchive: refactor handling of archived files. "tar f file.tar.lzma" now works too | ||
49 | <li>bb_strtoXXX: close bug 4174 (potential use of buf[-1]) | ||
50 | <li>open_transformer: don't leak file descriptor | ||
51 | <li>open_transformer: fix bug of calling exit instead of _exit | ||
48 | <li>arp: without -H type, assume "ether" (closes bug 4564) | 52 | <li>arp: without -H type, assume "ether" (closes bug 4564) |
49 | <li>ar: reuse existing ar unpacking code | 53 | <li>ar: reuse existing ar unpacking code |
50 | <li>awk: fix a case with multiple -f options. Simplify -f file reading. | 54 | <li>awk: fix a case with multiple -f options. Simplify -f file reading. |
51 | <li>bb_strtoXXX: close bug 4174 (potential use of buf[-1]) | ||
52 | <li>build system: introduce and use FAST_FUNC: regparm on i386, otherwise no-op | 55 | <li>build system: introduce and use FAST_FUNC: regparm on i386, otherwise no-op |
53 | <li>bunzip2: fix an uncompression error (by Rob Landley rob AT landley.net) | 56 | <li>bunzip2: fix an uncompression error (by Rob Landley rob AT landley.net) |
54 | <li>b[un]zip2, g[un]zip: unlink destination if -f is given (closes bug 3854) | 57 | <li>b[un]zip2, g[un]zip: unlink destination if -f is given (closes bug 3854) |
@@ -60,7 +63,7 @@ | |||
60 | <li>cpio: support some long options | 63 | <li>cpio: support some long options |
61 | <li>crond: use execlp instead of execl | 64 | <li>crond: use execlp instead of execl |
62 | <li>cut: fix buffer overflow (closes bug 4544) | 65 | <li>cut: fix buffer overflow (closes bug 4544) |
63 | <li>envdir: fix "envdir with no params" and "envdir dir" cases | 66 | <li>envdir: fix "envdir" (no params at all) and "envdir dir" cases |
64 | <li>findfs: make it use setuid-ness of busybox binary | 67 | <li>findfs: make it use setuid-ness of busybox binary |
65 | <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir) | 68 | <li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir) |
66 | <li>fuser: a bit of safety in scanf | 69 | <li>fuser: a bit of safety in scanf |
@@ -93,21 +96,18 @@ | |||
93 | <li>modprobe: use buffering line reads (fgets()) instead of reads() | 96 | <li>modprobe: use buffering line reads (fgets()) instead of reads() |
94 | <li>modutils: optional modprobe-small (by Vladimir), 15kb smaller than standard one | 97 | <li>modutils: optional modprobe-small (by Vladimir), 15kb smaller than standard one |
95 | <li>mount: support for "-o mand" and "[no]relatime" | 98 | <li>mount: support for "-o mand" and "[no]relatime" |
96 | <li>mount: support nfs mount option nordiplus (by Octavian Purdila opurdila AT ixiacom.com) | 99 | <li>mount: support nfs mount option "nordiplus" (by Octavian Purdila opurdila AT ixiacom.com) |
97 | <li>mount: support relatime / norelatime | 100 | <li>mount: support "relatime" / "norelatime" |
98 | <li>mount: testsuite for "-o mand" | 101 | <li>mount: testsuite for "-o mand" |
99 | <li>msh: fix "while...continue" (closes bug 3884) | 102 | <li>msh: fix "while... continue; ..." (closes bug 3884) |
100 | <li>mv: fix a case when we move dangling symlink across mountpoints | 103 | <li>mv: fix a case when we move dangling symlink across mountpoints |
101 | <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu) | 104 | <li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu) |
102 | <li>nmeter: fix read past the end if a buffer (closes bug 4594) | 105 | <li>nmeter: fix read past the end of a buffer (closes bug 4594) |
103 | <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104) | 106 | <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104) |
104 | <li>open_transformer: don't leak compressed descriptor anymore | ||
105 | <li>open_transformer: fix bug of calling exit instead of _exit | ||
106 | <li>pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh (closes bug 4054) | 107 | <li>pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh (closes bug 4054) |
107 | <li>printf: do not print garbage on "%Ld" (closes bug 4214) | 108 | <li>printf: do not print garbage on "%Ld" (closes bug 4214) |
108 | <li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite | 109 | <li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite |
109 | <li>printf: protect against bogus format specifiers (closes bug 4184) | 110 | <li>printf: protect against bogus format specifiers (closes bug 4184) |
110 | <li>libunarchive: refactor handling of archived files. "tar f file.tar.lzma" now works too | ||
111 | <li>sendmail: updates from Vladimir: | 111 | <li>sendmail: updates from Vladimir: |
112 | <li>sendmail: do not discard all headers | 112 | <li>sendmail: do not discard all headers |
113 | <li>sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes | 113 | <li>sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes |