Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add simple web app examples...* examples/web/hello.scm: * examples/web/debug-sxml.scm: New examples, for simple web applications. * examples/README: * examples/Makefile.am: Add new files. | Andy Wingo | 2010-12-02 | 1 | -0/+2 |
* | * README: Added description of compat....* compat/acconfig.h, compat/acinclude.m4, compat.h, configure.in: New files. | Mikael Djurfeldt | 2002-12-01 | 1 | -0/+4 |
* | * 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. | Martin Grabmüller | 2001-06-14 | 1 | -2/+19 |
* | * 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. | Martin Grabmüller | 2001-06-05 | 1 | -6/+12 |
* | * 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! | Martin Grabmüller | 2001-05-31 | 1 | -1/+2 |
* | Added the new `examples' directory to the distribution. | Martin Grabmüller | 2001-05-31 | 1 | -0/+12 |