racket/doc
Matthew Flatt 3d1b0bd381 new environment-variable API
The `current-environment-variables' parameter determines the current
mutable "environment variable set". If that set is the initial one for
a Racket process, then using the set corresponds to working with OS
environment variables.  Otherwise, it's really just a hash table that
is packaged up as OS environment variables if a subprocess is created.

The new environment-variable interface works in terms of bytes, instead
of assuming that environment variable names and values fit in a string
encoding.

The string-based `getenv' and `putenv' are still available as
convenience wrappers. The checking on environment-variable names
for those wrappers is a little tighter, preventing any attempt to use a
name that contains "=".
2013-04-10 06:59:33 -06:00
..
r5rs-std line-ending properties 2008-04-16 20:55:56 +00:00
r6rs-lib-std A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
r6rs-std A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00
release-notes new environment-variable API 2013-04-10 06:59:33 -06:00
srfi-std Improve srfi-std html files. 2013-02-25 11:08:31 -05:00
.gitignore Change doc/.gitignore to make git aware of files with non-generated contents. 2013-04-09 05:15:57 -04:00
doc-license.txt Fix old pointers to COPYING.txt that should go to COPYING_LESSER.txt. 2013-04-09 05:41:07 -04:00