racket/doc/release-notes
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
..
drracket esc;h history note 2013-02-18 10:38:43 -06:00
gracket Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
plai Normalizing PLAI wrt tree 2010-02-16 20:23:32 +00:00
racket new environment-variable API 2013-04-10 06:59:33 -06:00
redex add note about define-judgement-form fix 2013-04-05 10:22:41 -05:00
stepper add v5.3.3 notes 2013-02-06 15:05:53 -06:00
teachpack add v5.3.3 notes 2013-02-06 15:05:53 -06:00
typed-racket add v5.3.3 notes 2013-02-06 15:05:53 -06:00
COPYING_LESSER.txt add missing license file 2013-04-08 15:23:01 -06:00
COPYING-libscheme.txt 301.15: new install tree for Unix, moved docs, moved teachpacks, added config.ss 2006-05-18 15:03:05 +00:00
COPYING.txt JIT for ARM 2013-04-08 14:43:30 -06:00