mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-29 22:40:34 +02:00
20 lines
612 B
Text
20 lines
612 B
Text
2001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
|
|
|
* box-dynamic: New directory, implements the box type in a shared
|
|
library (aka extension)
|
|
|
|
Thanks to Thomas Wawrzinek for patching box.c into an extension!
|
|
|
|
2001-05-30 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
|
|
|
* box-module: New directory, similar to box, but defines the
|
|
primitives in a module (box-module) instead of defining them
|
|
globally.
|
|
|
|
* safe: New directory, explaining some aspects of using safe
|
|
environments for evaluation.
|
|
|
|
2001-05-29 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
|
|
|
* New directory for Guile example code.
|
|
|