summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be864cd3..d0138162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-08-05 Frank Ch. Eigler <fche@elastic.org>
+
+ PR translator/1175
+ * translate.cxx (*): Added unlikely() markers to most emitted error
+ checks.
+ (mapvar::get,set): Handle NULL<->"" impedance mismatch.
+ (itervar::get_key): Ditto. Use base index=1 for keys.
+ * testsuite/buildok/one.stp: Extend. And it runs with -p5 too.
+ * stap.1: Document use of ";" statament as mechanism for grammar
+ ambiguity resolution.
+ * stp_check.in: Set $prefix.
+ * systemtap.spec.in: Prereq kernel-devel, kernel-debuginfo,
+ and not tcl.
+ * tapsets.cxx: Make slightly less verbose.
+ * translate.cxx
+
2005-08-03 Graydon Hoare <graydon@redhat.com>
* tapsets.cxx (dwflpp): Fix address calculation logic a bit,