2001-07-16 Martin Grabmueller * modules/check.test, safe/check.test: New files. * modules/Makefile.am (TESTS), safe/Makefile.am (TESTS): New variables. 2001-07-14 Thien-Thi Nguyen * scripts/check.test: New file. * Makefile.am (TESTS): New var. 2001-07-14 Martin Grabmueller * modules/main: Use :renamer for specifying renaming procedure. 2001-07-10 Thien-Thi Nguyen * scripts/hello (display-version, display-help): Fix comment; nfc. 2001-07-09 Martin Grabmueller * box-dynamic/README: Corrected sample session. * box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c * box/box.c: scm_bits_t -> scm_t_bits. 2001-06-18 Martin Grabmueller * box-dynamic-module/README: Use a better example for box-map, as suggested by Thomas Wawrzinek. 2001-06-14 Martin Grabmueller * scripts/README, scripts/hello.scm, safe/untrusted.scm, safe/evil.scm, safe/README, modules/README, modules/main, modules/module-0.scm, modules/module-1.scm, modules/module-2.scm: Minor cleanup. * README: Added intro stuff, restructured a bit. * box-dynamic/README, box-module/README, box/README: Cleanup and restructuring. * box-dynamic-module/box-mixed.scm: New file, demonstrating usage of extension library functionality, but without exporting procedures from the library. Thanks to Thomas Wawrzinek for the idea and example code! * box-dynamic-module/box-module.scm: Add comments, export make-box, box-ref, box-set!. * box-dynamic-module/README: Integrate new module (box-mixed), restructure and cleanup a bit. 2001-06-06 Martin Grabmueller * box-dynamic-module/box-module.scm: New file. 2001-06-05 Martin Grabmueller * box-dynamic-module: New directory, implements the box type in a shared library and places the definitions in a C-only module. Thanks to Thomas Wawrzinek for this, too! * box-dynamic/box.c, box/box.c, box-dynamic-module/box.c, box-module/box.c (mark_box): Fixed typo in comment. 2001-06-01 Rob Browning * .cvsignore: here and in all subdirectories listing Makefile and Makefile.in. 2001-05-31 Martin Grabmueller * 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 * 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 * New directory for Guile example code.