summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9596d0a..d62f154f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2008-09-26 Frank Ch. Eigler <fche@elastic.org>
+ PR 6916
+ * elaborate.cxx (systemtap_session::print_error): Fix
+ duplicate elimination in face of token compression.
+ * tapsets.cxx (literal_stmt_for_local, literal_stmt_for_return):
+ Change error message to fit old pattern.
+
+2008-09-26 Frank Ch. Eigler <fche@elastic.org>
+
BZ 6829: avoid calling unregister_uprobe() when responding
to a task-finder exec/exit callback, as uprobes likes to
clean such things up by itself.