diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-12-07 16:26:32 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-12-07 16:30:04 +0000 |
commit | 38ff4606a1292f414fb0a2ba64448ceae6026e50 (patch) | |
tree | e41d8615e181f425815fdab2cb3dc9ef93f7de9a /AUTHORS | |
parent | 3ae3166b2307ee8588aa9b422764b486ed02ad09 (diff) |
Several new hash table tests, written by Gregory Marton.
* test-suite/tests/hash.test ("make-hash-table, hash-table?",
"hash-set and hash-ref", "auto-resizing hashx", "hashx"): New tests.
* AUTHORS, THANKS: Add Gregory Marton as a contributor.
Diffstat (limited to 'AUTHORS')
-rw-r--r-- | AUTHORS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -339,3 +339,7 @@ In the subdirectory libguile, changes to: John W. Eaton, based on code from AT&T Bell Laboratories and Bellcore: The complex number division method in libguile/numbers.c. + +Gregory Marton: +In the subdirectory test-suite/tests, changes to: + hash.test |