aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-08-21 11:34:57 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-08-21 11:34:57 +0000
commit68cef20f5d1490a0ba4aa6dfc4ec3130007ecd77 (patch)
treea4e17c9eba41dc7801bcf5ad4b4ab0ba99220af7 /docs
parentb22fbfefc8c0933e84944e596fda077118f37f42 (diff)
downloadbusybox-68cef20f5d1490a0ba4aa6dfc4ec3130007ecd77.tar.gz
cosmetic fixes on the webpage
Diffstat (limited to 'docs')
-rw-r--r--docs/busybox.net/news.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index 6ca7dcd3b..1c018edde 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -61,7 +61,7 @@
<li>cpio: on unpack, limit filename length to 8k
<li>cpio: support some long options
<li>crond: use execlp instead of execl
- <li>cut: fix buffer overflow (bug 4544)
+ <li>cut: fix buffer overflow (closes bug 4544)
<li>envdir: fix "envdir with no params" and "envdir dir" cases
<li>findfs: make it use setuid-ness of busybox binary
<li>fsck: use getmntent_r instead of open-coded parsing (by Vladimir)
@@ -103,10 +103,10 @@
<li>mv: fix a case when we move dangling symlink across mountpoints
<li>netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu)
<li>nmeter: fix read past the end if a buffer (closes bug 4594)
- <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (bug 4104)
+ <li>od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104)
<li>open_transformer: don't leak compressed descriptor anymore
<li>open_transformer: fix bug of calling exit instead of _exit
- <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 (and is generally neat)
+ <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)
<li>printf: do not print garbage on "%Ld" (closes bug 4214)
<li>printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite
<li>printf: protect against bogus format specifiers (closes bug 4184)
@@ -134,7 +134,7 @@
<li>touch: support -r REF_FILE if ENABLE_DESKTOP (needed for blackfin compile)
<li>tr: fix "access past the end of a string" bug 4354
<li>tr: fix "tr [=" case (closes bug 4374)
- <li>tr: fix yet another access past the end of a string (bug 4374)
+ <li>tr: fix yet another access past the end of a string (closes bug 4374)
<li>unlzma: fix memory leak (by Pascal Bellard)
<li>vi: fix reversed checks for underflow
<li>vi: using array data after it fell out of scope is stupid