Add SRFI-41.
Incorporates suggestions from Mark H Weaver <mhw@netris.org> and Ian Price <ianprice90@googlemail.com>. * module/srfi/srfi-41.scm: New file. * module/Makefile.am (SRFI_SOURCES): Add srfi/srfi-41.scm. * test-suite/tests/srfi-41.test: New file. * test-suite/Makefile.am (SCM_TESTS): Add tests/srfi-41.test. * doc/ref/srfi-modules.texi (SRFI Support): Add SRFI-41. (SRFI-41): New node which refers the reader to <http://srfi.schemers.org/srfi-41/srfi-41.html>.
This commit is contained in:
parent
ed4aa26489
commit
50d08cd894
5 changed files with 1172 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ SCM_TESTS = tests/00-initial-env.test \
|
|||
tests/srfi-37.test \
|
||||
tests/srfi-38.test \
|
||||
tests/srfi-39.test \
|
||||
tests/srfi-41.test \
|
||||
tests/srfi-42.test \
|
||||
tests/srfi-45.test \
|
||||
tests/srfi-60.test \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue