Add implementation of SRFI 27
authorAndreas Rottmann <a.rottmann@gmx.at>
Mon, 27 Sep 2010 20:15:51 +0000 (22:15 +0200)
committerAndy Wingo <wingo@pobox.com>
Mon, 27 Sep 2010 20:15:51 +0000 (22:15 +0200)
commit56ec46a7c3f8761b3e1f4fb2f957882636fbaaee
tree4ed3659321cee18b1e7c8f6b1fce7d37d3472e83
parentea9f4f4b1551b4a82d4726f2833070f1fb3e2cd5
Add implementation of SRFI 27

* module/srfi/srfi-27.scm: New file; implementation of SRFI 27 in terms
  of the existing random number generator.
* module/Makefile.am (SRFI_SOURCES): Add srfi/srfi-27.scm.

* test-suite/tests/srfi-27.test: New file; minimal test suite for SRFI 27.
* test-suite/Makefile.am (SCM_TESTS): Add tests/srfi-27.test.

* doc/ref/srfi-modules.texi: Add subsection on SRFI-27 based
  on the specification.
NEWS
doc/ref/srfi-modules.texi
module/Makefile.am
module/srfi/srfi-27.scm [new file with mode: 0644]
test-suite/Makefile.am
test-suite/tests/srfi-27.test [new file with mode: 0644]