summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorfche <fche>2005-09-02 22:31:47 +0000
committerfche <fche>2005-09-02 22:31:47 +0000
commitd9e1dc7a03b0341bc924ba4a008a31676dbc9510 (patch)
tree40a8503ce3cd0fd7fcca56d61e734bd4ad6ccb6e /ChangeLog
parent0fd38b21b246d5da3edb3ee82529f19957cec11b (diff)
downloadsystemtap-steved-d9e1dc7a03b0341bc924ba4a008a31676dbc9510.tar.gz
systemtap-steved-d9e1dc7a03b0341bc924ba4a008a31676dbc9510.tar.xz
systemtap-steved-d9e1dc7a03b0341bc924ba4a008a31676dbc9510.zip
2005-09-02 Frank Ch. Eigler <fche@redhat.com>
* translate.cxx (varlock): Use trylock only for write locks. (translate_pass): Remove read_trylock macro hack. (visit_foreach_loop): Remove protective read lock, until PR 1275. (visit_*): Added many more "last_stmt"-setting expressions in the output, to improve last_error message locality.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c4c5f50..5c24750b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-09-02 Frank Ch. Eigler <fche@redhat.com>
+
+ * translate.cxx (varlock): Use trylock only for write locks.
+ (translate_pass): Remove read_trylock macro hack.
+ (visit_foreach_loop): Remove protective read lock, until PR 1275.
+ (visit_*): Added many more "last_stmt"-setting expressions in the
+ output, to improve last_error message locality.
+
2005-09-02 Martin Hunt <hunt@redhat.com>
* tapset/logging.stp: Make log() be same as print().