summaryrefslogtreecommitdiffstats
path: root/runtime/ChangeLog
diff options
context:
space:
mode:
authorhunt <hunt>2005-06-18 07:24:42 +0000
committerhunt <hunt>2005-06-18 07:24:42 +0000
commite5d2abb56ca57a613e4ef9398a6499190b2265be (patch)
tree083465047d73bc498f2278d2eb3dc8514b455ad3 /runtime/ChangeLog
parentef0e92b0335077884edd5ac9997a203bec1839b0 (diff)
downloadsystemtap-steved-e5d2abb56ca57a613e4ef9398a6499190b2265be.tar.gz
systemtap-steved-e5d2abb56ca57a613e4ef9398a6499190b2265be.tar.xz
systemtap-steved-e5d2abb56ca57a613e4ef9398a6499190b2265be.zip
2005-06-18 Martin Hunt <hunt@redhat.com>
* counter.c: New file. Counter aggregations. * stat.c: New file. Stat aggregations. * stat.h: Header file for stats. * map-int.c: New file. Support for int64 values. * map-stat.c: New file. Support for stat values. * map-str.c: New file. Support for string values. * map-values.c: Now just includes the necessary map-*.c files. * stat-common.c: New file. Stats stuff common to Stats and maps containing stats. * Doxyfile: Bumped version to 0.6. * README: Renamed README.doc and reorganized.
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r--runtime/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog
index b40ae666..6f8246b6 100644
--- a/runtime/ChangeLog
+++ b/runtime/ChangeLog
@@ -1,3 +1,27 @@
+2005-06-18 Martin Hunt <hunt@redhat.com>
+
+ * counter.c: New file. Counter aggregations.
+
+ * stat.c: New file. Stat aggregations.
+
+ * stat.h: Header file for stats.
+
+ * map-int.c: New file. Support for int64 values.
+
+ * map-stat.c: New file. Support for stat values.
+
+ * map-str.c: New file. Support for string values.
+
+ * map-values.c: Now just includes the necessary map-*.c files.
+
+ * stat-common.c: New file. Stats stuff common to Stats and maps
+ containing stats.
+
+ * Doxyfile: Bumped version to 0.6.
+
+ * README: Renamed README.doc and reorganized.
+
+
2005-06-15 Martin Hunt <hunt@redhat.com>
* current.c (_stp_ret_addr): Fix computation for i386.