* scripts/README, scripts/hello.scm, safe/untrusted.scm,
authorMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Thu, 14 Jun 2001 20:36:06 +0000 (20:36 +0000)
committerMartin Grabmüller <mgrabmue@cs.tu-berlin.de>
Thu, 14 Jun 2001 20:36:06 +0000 (20:36 +0000)
commit673509f84f8b0fe3e5593e5473c844ce97c6075b
tree38efe18ce8e574d0b9fcbe128520e0912b9a1ce6
parent4927dd283b1cefa4a0971081023e8d714ca97438
* 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.
21 files changed:
examples/ChangeLog
examples/README
examples/box-dynamic-module/Makefile.am
examples/box-dynamic-module/README
examples/box-dynamic-module/box-mixed.scm [new file with mode: 0644]
examples/box-dynamic-module/box-module.scm
examples/box-dynamic-module/box.c
examples/box-dynamic/README
examples/box-module/README
examples/box/README
examples/modules/README
examples/modules/module-0.scm
examples/modules/module-1.scm
examples/modules/module-2.scm
examples/safe/README
examples/safe/evil.scm
examples/safe/untrusted.scm
examples/scripts/README
examples/scripts/fact
examples/scripts/hello
examples/scripts/simple-hello.scm