summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2008-12-07 16:26:32 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2008-12-07 16:30:04 +0000
commit38ff4606a1292f414fb0a2ba64448ceae6026e50 (patch)
treee41d8615e181f425815fdab2cb3dc9ef93f7de9a /AUTHORS
parent3ae3166b2307ee8588aa9b422764b486ed02ad09 (diff)
downloadguile-38ff4606a1292f414fb0a2ba64448ceae6026e50.tar.gz
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--AUTHORS4
1 files changed, 4 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index d93cd49d6..ed2adbab7 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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