trim webpage text a bit
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 21 Aug 2008 12:07:38 +0000 (12:07 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 21 Aug 2008 12:07:38 +0000 (12:07 -0000)
docs/busybox.net/news.html

index 6d0a52dac8caf1ab7a0f9c3f8f20f74cea00f9db..d3378e60cbb4ad2c8be96156ce85aff1b5895392 100644 (file)
@@ -23,8 +23,6 @@
        <li>ash: fix very weak $RANDOM generator
        <li>ash: prevent exec NN&gt;&amp;- from closing fd used for script reading
        <li>ash: teach ash about 123&gt;file. It could take only 0..9 before
-       <li>hush: add #defines to switch off break/continue if loops are not supported
-       <li>hush: delete unused field in struct child. Reinstate needed check for invalid syntax
        <li>hush: fix a case where "$@" must expand to no word at all
        <li>hush: fix mishandling of a'b'c=fff as assignments. They are not
        <li>hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case