Add implementation of SRFI 45
authorAndreas Rottmann <a.rottmann@gmx.at>
Sun, 3 Oct 2010 19:54:22 +0000 (21:54 +0200)
committerAndy Wingo <wingo@pobox.com>
Sun, 3 Oct 2010 19:54:22 +0000 (21:54 +0200)
commitf16a20071dcb55e1362a5b21c63e98b3b4101364
treef7585f5ea026908bdcf90ac9bce9dfb571414985
parent5ad3881631c078d29e6b5676e8ab55759ee5bb85
Add implementation of SRFI 45

* module/srfi/srfi-45.scm: New file, containing the reference implementation of
  SRFI 45, slightly adapted to use SRFI-9.
* module/Makefile.am (SRFI_SOURCES): Added srfi/srfi-45.scm.

* test-suite/tests/srfi-45.test: New file.
* test-suite/Makefile.am (SCM_TESTS): Add tests/srfi-45.test.

* doc/ref/srfi-modules.texi (SRFI-45): New node and subsection;
  essentially a shortended transcript of the SRFI-45 specification.
NEWS
doc/ref/srfi-modules.texi
module/Makefile.am
module/srfi/srfi-45.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/srfi-45.test [new file with mode: 0644]