summaryrefslogtreecommitdiff
path: root/examples/box-dynamic/box.c
AgeCommit message (Collapse)AuthorFilesLines
2021-04-04Fix typos in examples.Mikael Djurfeldt1-1/+1
Thanks to Eugene Klimov.
2018-06-20Update license notices in all C filesAndy Wingo1-19/+19
Update to newest recommended license notices from the FSF. Everything stays LGPLv3+ except guile-readline which is GPLv3+.
2018-06-20Remove (C) from copyright statementsAndy Wingo1-1/+2
As the FSF advises, 'There is no legal significance to using the three-character sequence “(C)”, but it does no harm.' It does take up space though! For that reason, we remove it here from our C files.
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/* )
2006-04-16merge from 1.8 branchKevin Ryde1-1/+1
2005-05-23The FSF has a new address.Marius Vollmer1-2/+2
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-05 * box-dynamic-module: New directory, implements the box type in aMartin Grabmüller1-1/+1
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.
2001-05-31 * box-dynamic: New directory, implements the box type in a sharedMartin Grabmüller1-0/+128
library (aka extension) Thanks to Thomas Wawrzinek for patching box.c into an extension!