Add implementation of SRFI 38
authorAndreas Rottmann <a.rottmann@gmx.at>
Tue, 2 Nov 2010 23:19:54 +0000 (00:19 +0100)
committerLudovic Courtès <ludo@gnu.org>
Tue, 2 Nov 2010 23:19:54 +0000 (00:19 +0100)
commit12708eeb11f2a3436a33df03b840b38f7f0223c6
treee6b33d272e3e17f27635fb22cd8d00b4e2bad245
parentd458073bc0ac57db1bd3543bf4cf7fa0333fa69d
Add implementation of SRFI 38

* module/srfi/srfi-38.scm: New file, partly based on the reference
  implementation and on Alex Shinn's public-domain implementation for
  Chicken.
* module/Makefile.am (SRFI_SOURCES): Add srfi/srfi-38.scm.

* test-suite/tests/srfi-38.test: New file, minimal test suite for SRFI
  38.
* test-suite/Makefile.am (SCM_TESTS): Added tests/srfi-38.test.

* doc/ref/srfi-modules.texi: Add a node for SRFI 38.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
doc/ref/srfi-modules.texi
module/Makefile.am
module/srfi/srfi-38.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/srfi-38.test [new file with mode: 0644]