diff options
author | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2008-05-14 10:56:37 +0530 |
---|---|---|
committer | Ananth N Mavinakayanahalli <ananth@in.ibm.com> | 2008-05-14 10:56:37 +0530 |
commit | c3799d720b60bd74a60de4addcd0d77a90f7842a (patch) | |
tree | 82fbc6b86cb105f9bf3b9cfa4e4c6d371abaaee8 /NEWS | |
parent | 838cd09eb9134f49a4f290ae5f615edff781f153 (diff) | |
download | systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.tar.gz systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.tar.xz systemtap-steved-c3799d720b60bd74a60de4addcd0d77a90f7842a.zip |
PR 5955 - Accept ; terminated globals
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -26,6 +26,11 @@ probe process(PID).syscall.return { } probe process("PATH").syscall.return { } +- Globals now accept ; terminators + + global odds, evens; + global little[10], big[5]; + * What's new in version 0.6 - A copy of the systemtap tutorial and language reference guide |