Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * examples/modules/main: Use :renamer for specifying renaming procedure. | Martin Grabmüller | 2001-07-14 | 2 | -1/+5 |
| | |||||
* | *** empty log message *** | Thien-Thi Nguyen | 2001-07-10 | 1 | -3/+7 |
| | |||||
* | (display-version, display-help): Fix comment; nfc. | Thien-Thi Nguyen | 2001-07-10 | 1 | -2/+2 |
| | |||||
* | * box-dynamic/README: Corrected sample session. | Martin Grabmüller | 2001-07-09 | 6 | -5/+12 |
| | | | | | * 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> | Martin Grabmüller | 2001-06-18 | 2 | -2/+7 |
| | | | | | * box-dynamic-module/README: Use a better example for box-map, as suggested by Thomas Wawrzinek. | ||||
* | * scripts/README, scripts/hello.scm, safe/untrusted.scm, | Martin Grabmüller | 2001-06-14 | 21 | -59/+235 |
| | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Added scheme module file. | Martin Grabmüller | 2001-06-07 | 1 | -0/+17 |
| | |||||
* | * box-dynamic-module/box-module.scm: New file. | Martin Grabmüller | 2001-06-06 | 4 | -14/+11 |
| | |||||
* | * box-dynamic-module: New directory, implements the box type in a | Martin Grabmüller | 2001-06-05 | 10 | -10/+259 |
| | | | | | | | | | 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. | ||||
* | * .cvsignore: here and in all subdirectories listing Makefile and | Rob Browning | 2001-06-02 | 8 | -0/+19 |
| | | | | Makefile.in. | ||||
* | * box-dynamic: New directory, implements the box type in a shared | Martin Grabmüller | 2001-05-31 | 6 | -2/+210 |
| | | | | | | library (aka extension) Thanks to Thomas Wawrzinek for patching box.c into an extension! | ||||
* | Added the new `examples' directory to the distribution. | Martin Grabmüller | 2001-05-31 | 25 | -0/+1061 |