summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f99327f..99b9e67c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-06-13 Frank Ch. Eigler <fche@redhat.com>
+
+ Start separating out translator-side probe point recognition.
+ * tapsets.cxx: New file.
+ (be_derived_probe): Support for begin/end probes.
+ (derive_probe): Ditto. Reject anything unrecognized.
+ * translator.cxx: Move out old code.
+ * Makefile.am: Add new source file.
+ * testsuite/semok/*: Switch to begin/end probes only.
+
2005-06-08 Frank Ch. Eigler <fche@redhat.com>
systemtap/916