summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorroland <roland>2005-12-12 05:35:05 +0000
committerroland <roland>2005-12-12 05:35:05 +0000
commitea716190e7170b76d6063af9c67bcd6ebdf5a37f (patch)
tree299e810ba1cafc4b9b0d8a09d29bdcfda82a5973
parent79ecbbd48dc51bb6693923c7998371d47b485df0 (diff)
downloadsystemtap-steved-ea716190e7170b76d6063af9c67bcd6ebdf5a37f.tar.gz
systemtap-steved-ea716190e7170b76d6063af9c67bcd6ebdf5a37f.tar.xz
systemtap-steved-ea716190e7170b76d6063af9c67bcd6ebdf5a37f.zip
.
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fe053a45..ea854d93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-12-11 Roland McGrath <roland@redhat.com>
+
+ * loc2c-test.c (get_location): Fix function name in error message.
+
2005-12-09 Graydon Hoare <graydon@redhat.com>
* elaborate.cxx (alias_expansion_builder::build): Fix comment typo.
@@ -16,7 +20,7 @@
2005-12-08 Graydon Hoare <graydon@redhat.com>
- * translate.cxx (delete_statement_operand_visitor::visit_arrayindex):
+ * translate.cxx (delete_statement_operand_visitor::visit_arrayindex):
Prohibit deleting histogram buckets.
(c_tmpcounter::visit_array_in): Direct to visit_arrayindex.
(c_unparser::visit_array_in): Likewise.