diff options
author | fche <fche> | 2007-01-31 19:28:39 +0000 |
---|---|---|
committer | fche <fche> | 2007-01-31 19:28:39 +0000 |
commit | dcc4fec4fbb6caddbc82c758f57c014cfc37d088 (patch) | |
tree | 36b7efb248b2b25c5a8407b7ffb3ec0d6f74d5e0 | |
parent | 8923e9a70a04c8937f22434fcd9aaec81153b1c3 (diff) | |
download | systemtap-steved-dcc4fec4fbb6caddbc82c758f57c014cfc37d088.tar.gz systemtap-steved-dcc4fec4fbb6caddbc82c758f57c014cfc37d088.tar.xz systemtap-steved-dcc4fec4fbb6caddbc82c758f57c014cfc37d088.zip |
delete statement update
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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? |