Add implementation of SRFI-67
authorAndreas Rottmann <a.rottmann@gmx.at>
Sun, 3 Oct 2010 10:14:21 +0000 (12:14 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 3 Oct 2010 10:14:21 +0000 (12:14 +0200)
commit8175a07e34605cf3e716eab380b195cf8f3b5f2b
treee2a5c201ce7e25d8adfab988aa77f892a5d08221
parentfdc8fd46fd02d072b6b5f183178862650fe36305
Add implementation of SRFI-67

* module/srfi/srfi-67/compare.scm: New file; reference implementation of
  SRFI 67.
* module/srfi/srfi-67.scm: New module; includes the refernce
  implementation.
* module/Makefile.am (SRFI_SOURCES): Add srfi/srfi-67.scm.
  (NOCOMP_SOURCES): Add srfi/srfi-67/compare.scm.

* test-suite/tests/srfi-67.test: New file.
* test-suite/Makefile.am (SCM_TESTS): Add tests/srfi-67.test.
doc/ref/srfi-modules.texi
module/Makefile.am
module/srfi/srfi-67.scm [new file with mode: 0644]
module/srfi/srfi-67/compare.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/srfi-67.test [new file with mode: 0644]