summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorgraydon <graydon>2005-08-13 01:36:41 +0000
committergraydon <graydon>2005-08-13 01:36:41 +0000
commit51bf37c337fbd49b59d9b6039b1722818dde8491 (patch)
tree382ecd87c484a9173ff7725d15af2c02c4d24d86 /runtime/ChangeLog
parent3a20432bc0a0aa6d8651561d508cc730e6dabc97 (diff)
downloadsystemtap-steved-51bf37c337fbd49b59d9b6039b1722818dde8491.tar.gz
systemtap-steved-51bf37c337fbd49b59d9b6039b1722818dde8491.tar.xz
systemtap-steved-51bf37c337fbd49b59d9b6039b1722818dde8491.zip
[ChangeLog]
2005-08-12 Graydon Hoare <graydon@redhat.com> * translate.cxx (c_tmpcounter::visit_array_in): Implement. (c_unparser::visit_array_in): Likewise. (mapvar::exists): New method. [runtime/ChangeLog] 2005-08-12 Graydon Hoare <graydon@redhat.com> * map-values.c (_stp_map_entry_exists): New function. * map.h (_stp_map_entry_exists): Declare it.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index c0e2ac65..69864f19 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,8 @@
+2005-08-12 Graydon Hoare <graydon@redhat.com>
+
+ * map-values.c (_stp_map_entry_exists): New function.
+ * map.h (_stp_map_entry_exists): Declare it.
+
2005-08-12 Frank Ch. Eigler <fche@elastic.org>
* arith.c: New file to contain arithmetic helper functions.