summaryrefslogtreecommitdiff
path: root/examples/box-dynamic-module
AgeCommit message (Collapse)AuthorFilesLines
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-12/+12
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
2009-03-24Aggregate `Makefile.am' files under `examples/'.Ludovic Courtès2-84/+0
* configure.in: Don't produce `examples/*/Makefile'. * examples/Makefile.am (SUBDIRS): Remove. (EXTRA_DIST, AM_CFLAGS, AM_LIBS): New. (box/box, box/box.o, box-module/box, box-module/box.o, libbox.la, box-dynamic/box.lo, libbox-module.la, box-dynamic-module/box.lo, installcheck, CLEANFILES, clean-local): New targets, aggregated from `Makefile.am' files formerly in sub-directories. * examples/check.test: New file, aggregated from `check.test' files in sub-directories.
2008-09-11Remove `.cvsignore' files.Ludovic Courtès1-2/+0
2006-04-16merge from 1.8 branchKevin Ryde2-2/+2
2005-05-23The FSF has a new address.Marius Vollmer2-4/+4
2001-07-27Check in forgotten test scripts.Martin Grabmüller1-0/+48
2001-07-26Minor typo fix in NEWS.Martin Grabmüller1-5/+10
Examples are now built and tested on `make installcheck'.
2001-07-09 * box-dynamic/README: Corrected sample session.Martin Grabmüller1-1/+1
* box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c * box/box.c: scm_bits_t -> scm_t_bits.
2001-06-182001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>Martin Grabmüller1-2/+2
* box-dynamic-module/README: Use a better example for box-map, as suggested by Thomas Wawrzinek.
2001-06-14 * scripts/README, scripts/hello.scm, safe/untrusted.scm,Martin Grabmüller5-38/+102
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-07Added scheme module file.Martin Grabmüller1-0/+17
2001-06-06 * box-dynamic-module/box-module.scm: New file.Martin Grabmüller3-14/+7
2001-06-05 * box-dynamic-module: New directory, implements the box type in aMartin Grabmüller4-0/+232
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.