summaryrefslogtreecommitdiffstats
path: root/runtime/tests/maps/setadd.c
Commit message (Collapse)AuthorAgeFilesLines
* SW5106 Remove old map and histogram formatting codeStan Cox2008-05-291-245/+0
|
* 2005-10-28 Martin Hunt <hunt@redhat.com>hunt2005-10-281-4/+36
| | | | | | | | | | | | * 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>hunt2005-10-261-0/+213
* 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.