From: Denis Vlasenko Date: Thu, 21 Aug 2008 12:07:38 +0000 (-0000) Subject: trim webpage text a bit X-Git-Tag: 1_13_0~255 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f9dba6e2260a1f01b090034a48802e3871840c62;p=oweals%2Fbusybox.git trim webpage text a bit --- 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 @@
  • ash: fix very weak $RANDOM generator
  • ash: prevent exec NN>&- from closing fd used for script reading
  • ash: teach ash about 123>file. It could take only 0..9 before -
  • hush: add #defines to switch off break/continue if loops are not supported -
  • hush: delete unused field in struct child. Reinstate needed check for invalid syntax
  • hush: fix a case where "$@" must expand to no word at all
  • hush: fix mishandling of a'b'c=fff as assignments. They are not
  • hush: fix non-detection of builtins and applets in "v=break; ...; $v; ..." case