Implementation of SRFI-98 (An interface to access environment variables).
authorJulian Graham <julian@transmetropolitan.(none)>
Thu, 28 May 2009 22:15:05 +0000 (18:15 -0400)
committerJulian Graham <julian@transmetropolitan.(none)>
Sun, 31 May 2009 01:19:59 +0000 (21:19 -0400)
commit922d417bf4a7c4eb7d956d340161ad6407545ae7
tree602bb34a1b9d921d144e9c77f5369174e5da4dc7
parentde784acd87b8d567fb6433d8f531a7f28b91d635
Implementation of SRFI-98 (An interface to access environment variables).

* NEWS: Add SRFI-98 to 1.8.7 features.

* doc/ref/srfi-modules.text (SRFI-98): Documentation for SRFI-98.

* module/srfi/srfi-98.scm: New file.  SRFI-98 implementation.

* test-suite/tests/srfi-98.test: New file.  SRFI-98 unit tests.
NEWS
doc/ref/srfi-modules.texi
module/srfi/srfi-98.scm [new file with mode: 0644]
test-suite/tests/srfi-98.test [new file with mode: 0644]