summaryrefslogtreecommitdiffstats
path: root/runtime/tests
diff options
context:
space:
mode:
authorhunt <hunt>2005-11-09 08:24:52 +0000
committerhunt <hunt>2005-11-09 08:24:52 +0000
commit66f95fac49b0789dbf33026643c015c563b57572 (patch)
tree146e368636cf39e68a9ce6e127d2d8dc43a992e1 /runtime/tests
parentdf27664107205cccec6eacb890d6800db7ee95cc (diff)
downloadsystemtap-steved-66f95fac49b0789dbf33026643c015c563b57572.tar.gz
systemtap-steved-66f95fac49b0789dbf33026643c015c563b57572.tar.xz
systemtap-steved-66f95fac49b0789dbf33026643c015c563b57572.zip
2005-11-09 Martin Hunt <hunt@redhat.com>
* map.h (struct map_root): Delete fields used by old API. * map.c: Remove old map API functions. * map-stat.c (_stp_map_add_stat): Delete. (_stp_pmap_new_hstat_linear): Move here from map.c. (_stp_pmap_new_hstat_log): Ditto. * list.c: Deleted. * map-keys.c: Deleted. * map-values.c: Deleted. * map-int.c: Deleted.
Diffstat (limited to 'runtime/tests')
-rw-r--r--runtime/tests/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/runtime/tests/ChangeLog b/runtime/tests/ChangeLog
index b3813572..4b3eb6d2 100644
--- a/runtime/tests/ChangeLog
+++ b/runtime/tests/ChangeLog
@@ -1,5 +1,20 @@
2005-11-08 Martin Hunt <hunt@redhat.com>
+ * maps/map.test: Remove old map API tests.
+ * maps/ii2.c: Renamed ii.c.
+ * maps/iiss2.c: Renamed iiss.c.
+ * maps/is2.c: Renamed is.c.
+ * maps/issii2.c: Renamed issii.c.
+ * maps/isx2.c: Renamed isx.c.
+ * maps/map_format2.c: Renamed map_format.c.
+ * maps/si2.c: Renamed si.c.
+ * maps/keys.c: Deleted
+ * maps/test_list_int64.c: Deleted.
+ * maps/test_list_string.c: Deleted.
+ * maps/sort.c: Update to use new map API.
+
+2005-11-08 Martin Hunt <hunt@redhat.com>
+
* pmaps/*: Add new pmaps tests.
2005-10-28 Martin Hunt <hunt@redhat.com>