summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2005-09-07 14:19:10 +0000
committerfche <fche>2005-09-07 14:19:10 +0000
commit57f26971a680c747bc6ac09a2785dc7038724fa7 (patch)
tree477439ed5796da6751c7dde3b027185843881ec0 /ChangeLog
parentff17e83089dee8d23e51cf55f8ea3a28c07dedee (diff)
downloadsystemtap-steved-57f26971a680c747bc6ac09a2785dc7038724fa7.tar.gz
systemtap-steved-57f26971a680c747bc6ac09a2785dc7038724fa7.tar.xz
systemtap-steved-57f26971a680c747bc6ac09a2785dc7038724fa7.zip
2005-09-07 Frank Ch. Eigler <fche@redhat.com>
* stap.1.in: Oops, && and || do short-circuit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d526236..dacb581a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-07 Frank Ch. Eigler <fche@redhat.com>
+
+ * stap.1.in: Oops, && and || do short-circuit.
+
2005-09-06 Frank Ch. Eigler <fche@elastic.org>
* stap.1.in: Clarify absence of short-circuiting in && and ||.