summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* * examples/modules/main: Use :renamer for specifying renaming procedure.Martin Grabmüller2001-07-142-1/+5
|
* *** empty log message ***Thien-Thi Nguyen2001-07-101-3/+7
|
* (display-version, display-help): Fix comment; nfc.Thien-Thi Nguyen2001-07-101-2/+2
|
* * box-dynamic/README: Corrected sample session.Martin Grabmüller2001-07-096-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üller2001-06-182-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üller2001-06-1421-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üller2001-06-071-0/+17
|
* * box-dynamic-module/box-module.scm: New file.Martin Grabmüller2001-06-064-14/+11
|
* * box-dynamic-module: New directory, implements the box type in aMartin Grabmüller2001-06-0510-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 andRob Browning2001-06-028-0/+19
| | | | Makefile.in.
* * box-dynamic: New directory, implements the box type in a sharedMartin Grabmüller2001-05-316-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üller2001-05-3125-0/+1061