summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5da56d49..4306992a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2008-02-19 Frank Ch. Eigler <fche@elastic.org>
+
+ PR 5766.
+ * tapsets.cxx (build_blacklist): Switch (back) to regexp-based
+ blacklist construction ...
+ (blacklist_p): ... and querying.
+
+2008-02-19 David Smith <dsmith@redhat.com>
+
+ PR 5672.
+ * tapsets.cxx (mark_derived_probe): Call probe_point copy ctor to
+ shallow-copy incoming base probe location before
+ recomputing/overwriting it.
+
+2008-02-18 Frank Ch. Eigler <fche@elastic.org>
+
+ * NEWS, stapprobes.5.in: Document basic (non-symbolic prototype)
+ user-space probe points.
+
2008-02-15 Frank Ch. Eigler <fche@elastic.org>
* tapsets.cxx (function_name_last_match): New function.