From b91168a74c55a931453f6a6aa842f90747f22727 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko
Date: Thu, 21 Aug 2008 12:24:02 +0000
Subject: more of pointless beautifuing on the web page
---
docs/busybox.net/news.html | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
(limited to 'docs/busybox.net/news.html')
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html
index d3378e6..f70f2e3 100644
--- a/docs/busybox.net/news.html
+++ b/docs/busybox.net/news.html
@@ -28,7 +28,7 @@
hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case
hush: fix "while false; ..." exitcode; add testsuites
hush: support "case...esac" statements (~350 bytes of code)
- hush: support "break N" and "continue N" statements
+ hush: support "break [N]" and "continue [N]" statements
hush: support "for if in do done then; do echo $if; done" case
hush: support "for v; do ... done" syntax (implied 'in "$@"')
hush: support $_NUMBERS variable names
@@ -45,10 +45,13 @@
libbb: introduce and use xrealloc_vector
libbb: [x]fopen_for_{read,write} introduced and used (by Vladimir)
lineedit: fix use-after-free
+ libunarchive: refactor handling of archived files. "tar f file.tar.lzma" now works too
+ bb_strtoXXX: close bug 4174 (potential use of buf[-1])
+ open_transformer: don't leak file descriptor
+ open_transformer: fix bug of calling exit instead of _exit
arp: without -H type, assume "ether" (closes bug 4564)
ar: reuse existing ar unpacking code
awk: fix a case with multiple -f options. Simplify -f file reading.
- bb_strtoXXX: close bug 4174 (potential use of buf[-1])
build system: introduce and use FAST_FUNC: regparm on i386, otherwise no-op
bunzip2: fix an uncompression error (by Rob Landley rob AT landley.net)
b[un]zip2, g[un]zip: unlink destination if -f is given (closes bug 3854)
@@ -60,7 +63,7 @@
cpio: support some long options
crond: use execlp instead of execl
cut: fix buffer overflow (closes bug 4544)
- envdir: fix "envdir with no params" and "envdir dir" cases
+ envdir: fix "envdir" (no params at all) and "envdir dir" cases
findfs: make it use setuid-ness of busybox binary
fsck: use getmntent_r instead of open-coded parsing (by Vladimir)
fuser: a bit of safety in scanf
@@ -93,21 +96,18 @@
modprobe: use buffering line reads (fgets()) instead of reads()
modutils: optional modprobe-small (by Vladimir), 15kb smaller than standard one
mount: support for "-o mand" and "[no]relatime"
- mount: support nfs mount option nordiplus (by Octavian Purdila opurdila AT ixiacom.com)
- mount: support relatime / norelatime
+ mount: support nfs mount option "nordiplus" (by Octavian Purdila opurdila AT ixiacom.com)
+ mount: support "relatime" / "norelatime"
mount: testsuite for "-o mand"
- msh: fix "while...continue" (closes bug 3884)
+ msh: fix "while... continue; ..." (closes bug 3884)
mv: fix a case when we move dangling symlink across mountpoints
netstat: optional -p support (by L. Gabriel Somlo somlo AT cmu.edu)
- nmeter: fix read past the end if a buffer (closes bug 4594)
+ nmeter: fix read past the end of a buffer (closes bug 4594)
od, hexdump: fix bug where xrealloc may move pointer, leaving other pointers dangling (closes bug 4104)
- open_transformer: don't leak compressed descriptor anymore
- open_transformer: fix bug of calling exit instead of _exit
pidof/killall: allow find_pid_by_name to find running processes started as scripts_with_name_longer_than_15_bytes.sh (closes bug 4054)
printf: do not print garbage on "%Ld" (closes bug 4214)
printf: fix %b, fix several bugs in %*.*, fix compat issues with aborting too early, support %zd; expand testsuite
printf: protect against bogus format specifiers (closes bug 4184)
- libunarchive: refactor handling of archived files. "tar f file.tar.lzma" now works too
sendmail: updates from Vladimir:
sendmail: do not discard all headers
sendmail: do not ignore CC; accept to: and cc: case-insensitively. +20 bytes
--
cgit v1.1