From 66f95fac49b0789dbf33026643c015c563b57572 Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 9 Nov 2005 08:24:52 +0000 Subject: 2005-11-09 Martin Hunt * 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. --- runtime/tests/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'runtime/tests') diff --git a/runtime/tests/ChangeLog b/runtime/tests/ChangeLog index b3813572..4b3eb6d2 100644 --- a/runtime/tests/ChangeLog +++ b/runtime/tests/ChangeLog @@ -1,3 +1,18 @@ +2005-11-08 Martin Hunt + + * 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 * pmaps/*: Add new pmaps tests. -- cgit