1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30: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 deee086c8d
commit 1ea97c4264
3 changed files with 208 additions and 0 deletions

1
THANKS
View file

@ -5,6 +5,7 @@ Contributors since the last release:
Julian Graham
Stefan Jahn
Neil Jerram
Gregory Marton
Antoine Mathys
Thien-Thi Nguyen
Han-Wen Nienhuys