summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorAnanth N Mavinakayanahalli <ananth@in.ibm.com>2008-05-14 10:56:37 +0530
committerAnanth N Mavinakayanahalli <ananth@in.ibm.com>2008-05-14 10:56:37 +0530
commitc3799d720b60bd74a60de4addcd0d77a90f7842a (patch)
tree82fbc6b86cb105f9bf3b9cfa4e4c6d371abaaee8 /NEWS
parent838cd09eb9134f49a4f290ae5f615edff781f153 (diff)
downloadsystemtap-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--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 03fb7117..5d45b4a8 100644
--- a/NEWS
+++ b/NEWS
@@ -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