blob: 38634d0f72a255e62c2bac6f83d036fd06dd2b9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
2006-01-25 Martin Hunt <hunt@redhat.com>
* agg/stats.c (main): Delete Stats when done.
2005-12-08 Martin Hunt <hunt@redhat.com>
* maps/map.test: Add size test.
* pmaps/pmap.test: Add size test.
2005-12-07 Martin Hunt <hunt@redhat.com>
* agg/agg.test: Adjust results to match
the more compact histogram format.
* pmaps/*.c: Change pmap type from MAP to PMAP.
* pmaps/pmap.test: Adjust results to match
the more compact histogram format.
* maps/map.test: Adjust results to match
the more compact histogram format.
2005-11-28 Martin Hunt <hunt@redhat.com>
* pmaps/pmap.test: Add ix_log and ix_none.
* pmaps/ix_log.c: Test log histograms.
* pmaps/ix_none.c: Test no histograms.
2005-11-10 Martin Hunt <hunt@redhat.com>
* pmaps/ix2.c: New test. Test _stp_pmap_get_*().
* pmaps/iii3.c: New test. Test _stp_pmap_get_*().
* pmaps/pmap.test: Update.
2005-11-10 Martin Hunt <hunt@redhat.com>
* pmaps/ii2.c: New test of maps and pmaps with the same keysym.
* pmaps/pmap.test: Update.
2005-11-09 Martin Hunt <hunt@redhat.com>
* maps/sort2.c: New file.
* maps/sort_stat.c: New file.
* maps/map.test: Update
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>
* maps/keys.c: New file. Tests specific to _stp_key_get_*().
* maps/iiss2.c (main): Add some comments to make clear expected
results.
* maps/is2.c (main): _stp_map_get_*s() now returns "" instead
of NULL when lookup fails. _stp_map_set_*s() now deletes a node
when setting to "" (as well as NULL).
* maps/setadd.c (main): Ditto.
* maps/map.test: update results.
2005-10-26 Martin Hunt <hunt@redhat.com>
* maps/map.test: Add results for iiiiii and ssssss.
* maps/iiiiii.c: New file.
* maps/ssssss.c: New file.
2005-10-26 Martin Hunt <hunt@redhat.com>
* maps/map.test: Add results for issii2.
2005-10-26 Martin Hunt <hunt@redhat.com>
* maps/map.test: Update with results for new tests.
* maps/*2.c: Tests for the new API.
* maps/ist.c: Renamed isx.c.
* maps/setadd.c: New test of adding and setting.
2005-09-23 Martin Hunt <hunt@redhat.com>
* maps/map.test: Add sort results.
* maps/sort.c: New test.
2005-09-14 Martin Hunt <hunt@redhat.com>
* maps/ii.c (main): Add test for _stp_map_clear().
* maps/map.test: Update results.
2005-09-12 Martin Hunt <hunt@redhat.com>
* math/div64.c (main): Set the expected result for LLONG_MIN/-1 to
be LLONG_MIN (overflow) instead of 0.
2005-09-09 Martin Hunt <hunt@redhat.com>
* math/div64.c (main): Fixes for running on 64-bit hardware.
* README: Update.
* math/div64.c: New file. 64-bit division tests.
|