summaryrefslogtreecommitdiff
path: root/examples/box
Commit message (Expand)AuthorAgeFilesLines
* Change Guile license to LGPLv3+...(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) Neil Jerram2009-06-171-12/+12
* Aggregate `Makefile.am' files under `examples/'....* 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. Ludovic Courtès2009-03-242-74/+0
* Remove `.cvsignore' files.Ludovic Courtès2008-09-111-3/+0
* merge from 1.8 branchKevin Ryde2006-04-162-2/+2
* The FSF has a new address.Marius Vollmer2005-05-232-4/+4
* Check in forgotten test scripts.Martin Grabmüller2001-07-271-0/+38
* Minor typo fix in NEWS....Examples are now built and tested on `make installcheck'. Martin Grabmüller2001-07-261-4/+9
* * box/.cvsignore: add .deps.Rob Browning2001-07-191-0/+1
* * box-dynamic/README: Corrected sample session.... * box-module/box.c, box-dynamic-module/box.c, box-dynamic/box.c * box/box.c: scm_bits_t -> scm_t_bits. Martin Grabmüller2001-07-091-1/+1
* * 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üller2001-06-141-1/+15
* * 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üller2001-06-051-1/+1
* * .cvsignore: here and in all subdirectories listing Makefile and...Makefile.in. Rob Browning2001-06-021-0/+2
* Added the new `examples' directory to the distribution.Martin Grabmüller2001-05-313-0/+213