1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-17 22:32:25 +02:00
guile/examples/ChangeLog
Martin Grabmüller 08a309fb3b * modules/check.test, safe/check.test: New files.
* modules/Makefile.am (TESTS), safe/Makefile.am (TESTS): New
	variables.
2001-07-16 17:44:22 +00:00

96 lines
2.9 KiB
Text

2001-07-16 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* modules/check.test, safe/check.test: New files.
* modules/Makefile.am (TESTS), safe/Makefile.am (TESTS): New
variables.
2001-07-14 Thien-Thi Nguyen <ttn@revel.glug.org>
* scripts/check.test: New file.
* Makefile.am (TESTS): New var.
2001-07-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* modules/main: Use :renamer for specifying renaming procedure.
2001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
* scripts/hello (display-version, display-help): Fix comment; nfc.
2001-07-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* 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 <mgrabmue@cs.tu-berlin.de>
* box-dynamic-module/README: Use a better example for box-map, as
suggested by Thomas Wawrzinek.
2001-06-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* 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 <mgrabmue@cs.tu-berlin.de>
* box-dynamic-module/box-module.scm: New file.
2001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
* 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 <rlb@cs.utexas.edu>
* .cvsignore: here and in all subdirectories listing Makefile and
Makefile.in.
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.