summaryrefslogtreecommitdiff
path: root/examples/modules
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04Fix typos in examples.Mikael Djurfeldt1-1/+1
Thanks to Eugene Klimov.
2009-03-24Aggregate `Makefile.am' files under `examples/'.Ludovic Courtès2-52/+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 Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
2001-07-27Check in forgotten test scripts.Martin Grabmüller1-0/+27
2001-07-26Minor typo fix in NEWS.Martin Grabmüller1-1/+4
Examples are now built and tested on `make installcheck'.
2001-07-14 * examples/modules/main: Use :renamer for specifying renaming procedure.Martin Grabmüller1-1/+1
2001-06-14 * scripts/README, scripts/hello.scm, safe/untrusted.scm,Martin Grabmüller4-3/+15
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-02* .cvsignore: here and in all subdirectories listing Makefile andRob Browning1-0/+2
Makefile.in.
2001-05-31Added the new `examples' directory to the distribution.Martin Grabmüller6-0/+170