summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ee737c9..d62f154f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+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.
+
+2008-09-12 Prerna Saxena <prerna@linux.vnet.ibm.com>
+
+ BZ 3016 : Handling members of anonymous structs/unions
+ * tapsets.cxx (translate_components, print_members) : enable
+ translator to identify members of anonymous structs / unions.
+ * testsuite/semok/thirtythree.stp : New test-case.
+ * NEWS : Modify translator code to identify members of anonymous
+ structs/unions.
+
+2008-09-24 Mark Wielaard <mjw@redhat.com>
+
+ * dwarf_wrappers.cxx (dwfl_assert(string,bool)): Call
+ dwfl_assert(string,int), not dwarf_assert().
+
2008-09-12 Dave Brolley <brolley@redhat.com>
* stap-client (staprun_PATH): Ensure that $first_stap is not empty.