diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-21 12:07:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-08-21 12:07:38 +0000 |
commit | f9dba6e2260a1f01b090034a48802e3871840c62 (patch) | |
tree | 296e569e1a579b6f4c28dbf32e4e4cb31028a1b4 /docs | |
parent | 557f9c4b310f601b3615559bae56c271d3558870 (diff) | |
download | busybox-w32-f9dba6e2260a1f01b090034a48802e3871840c62.tar.gz busybox-w32-f9dba6e2260a1f01b090034a48802e3871840c62.tar.bz2 busybox-w32-f9dba6e2260a1f01b090034a48802e3871840c62.zip |
trim webpage text a bit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/news.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/busybox.net/news.html b/docs/busybox.net/news.html index 6d0a52dac..d3378e60c 100644 --- a/docs/busybox.net/news.html +++ b/docs/busybox.net/news.html | |||
@@ -23,8 +23,6 @@ | |||
23 | <li>ash: fix very weak $RANDOM generator | 23 | <li>ash: fix very weak $RANDOM generator |
24 | <li>ash: prevent exec NN>&- from closing fd used for script reading | 24 | <li>ash: prevent exec NN>&- from closing fd used for script reading |
25 | <li>ash: teach ash about 123>file. It could take only 0..9 before | 25 | <li>ash: teach ash about 123>file. It could take only 0..9 before |
26 | <li>hush: add #defines to switch off break/continue if loops are not supported | ||
27 | <li>hush: delete unused field in struct child. Reinstate needed check for invalid syntax | ||
28 | <li>hush: fix a case where "$@" must expand to no word at all | 26 | <li>hush: fix a case where "$@" must expand to no word at all |
29 | <li>hush: fix mishandling of a'b'c=fff as assignments. They are not | 27 | <li>hush: fix mishandling of a'b'c=fff as assignments. They are not |
30 | <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 |