racket/collects/scribblings
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
..
draw Refactor documentation of pen%, font%, brush% 2013-02-14 18:22:48 -05:00
drracket add support for firing up a REPL to poke at DrRacket 2013-04-05 22:39:19 -05:00
foreign ffi/com: repairs, including `mysterx' compatibility 2013-03-31 11:12:45 -06:00
framework Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
gui racket/gui: add warp-pointer' to window<%>' 2013-03-19 15:53:13 -07:00
guide JIT for ARM 2013-04-08 14:43:30 -06:00
htdp-langs Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
inside fix doc typo 2013-02-02 19:41:59 -08:00
main JIT for ARM 2013-04-08 14:43:30 -06:00
more More: clarify how to use DrRacket instead of plain `racket' 2013-01-31 15:37:36 -08:00
quick Add reference to the DrRacket interface essentials from the Quick Start guide. 2013-02-20 17:15:32 -07:00
raco refactor the plt installation code in drracket to pull out 2013-04-03 22:23:26 -05:00
reference new environment-variable API 2013-04-10 06:59:33 -06:00
scheme racket/gui/dynamic: make gui-dynamic-require' pull from racket/gui/base' 2012-11-19 08:13:48 -07:00
scribble extend proc-doc to support optional arguments in an ->i contract 2013-04-06 19:04:05 -05:00
slideshow slideshow/pict: allow a color in a style for `text' 2013-03-27 17:17:33 -06:00
tools make-traversal's optional argument is now ignored 2013-03-06 12:31:50 -06:00
finger.png more cross-referencing and icons to help explain margin notes 2007-06-23 02:33:00 +00:00
icons.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt move purpose statements to the info files 2010-08-23 15:13:00 -06:00
magnify.png more cross-referencing and icons to help explain margin notes 2007-06-23 02:33:00 +00:00