From dcc4fec4fbb6caddbc82c758f57c014cfc37d088 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 31 Jan 2007 19:28:39 +0000 Subject: delete statement update --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 19efd252..84ed4ea6 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,11 @@ - When running in -p4 (compile-only) mode, the compiled .ko file name is printed on standard output. +- An array element with a null value such as zero or an empty string + is now preserved, and will show up in a "foreach" loop or "in" test. + To delete such an element, the scripts needs to use an explicit + "delete array[idx]" statement rather than something like "array[idx]=0". + * What's new since version 0.5.10? -- cgit