Fixes and test cases for R6RS (rnrs hashtables) library.
authorJulian Graham <julian.graham@aya.yale.edu>
Sun, 21 Mar 2010 00:51:37 +0000 (20:51 -0400)
committerJulian Graham <julian.graham@aya.yale.edu>
Fri, 21 May 2010 01:18:03 +0000 (21:18 -0400)
commit2b95784c8dd29a8bb75e66f2a3c0a77f777fe61a
treee5af8c0be92a325f0c2f108059beef1d8b036e3f
parent04ba959921cd8a6a69e367d4f163c45d8b36e199
Fixes and test cases for R6RS (rnrs hashtables) library.

* module/rnrs/6/hashtables.scm: Assorted bugfixes, esp. for wrapping
  single-argument hash functions.
* test-suite/Makefile.am: Add tests/r6rs-hashtables.test to SCM_TESTS.
* test-suite/tests/r6rs-hashtables.test: New file.
module/rnrs/6/hashtables.scm
test-suite/Makefile.am
test-suite/tests/r6rs-hashtables.test [new file with mode: 0644]