1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00

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.
This commit is contained in:
Neil Jerram 2008-12-07 16:26:32 +00:00
parent 3ae3166b23
commit 38ff4606a1
3 changed files with 208 additions and 0 deletions

View file

@ -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