1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00
guile/module/srfi
Julian Graham 922d417bf4 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.
2009-05-30 21:19:59 -04:00
..
Makefile.am move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-1.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-2.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-4.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-6.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-8.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-9.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-10.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-11.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-13.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-14.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-16.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-17.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-18.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-19.scm fix mismerge on srfi-19.scm 2009-01-12 21:45:37 +01:00
srfi-26.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-31.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-34.scm Merge commit 'origin/master' into vm 2009-01-12 21:36:39 +01:00
srfi-35.scm Rewrite SRFI-35 macros using `syntax-rules'. 2009-05-22 23:44:43 +02:00
srfi-37.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-39.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-60.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-69.scm define macros before functions using macros; more MV fixen in srfi-69 2008-11-01 20:31:57 +01:00
srfi-88.scm move scm srfi files to module/srfi, and compile them. 2008-11-01 13:49:23 +01:00
srfi-98.scm Implementation of SRFI-98 (An interface to access environment variables). 2009-05-30 21:19:59 -04:00