| Commit message (Expand) | Author | Age | Files | Lines |
* | add simple web app examples...* examples/web/hello.scm:
* examples/web/debug-sxml.scm: New examples, for simple web
applications.
* examples/README:
* examples/Makefile.am: Add new files.
| Andy Wingo | 2010-12-02 | 1 | -2/+4 |
* | Use $(PATH_SEPARATOR) where appropriate....* examples/Makefile.am (AM_CFLAGS, AM_LIBS): Use $(PATH_SEPARATOR)
instead of `:'.
(installcheck): Likewise.
| Ludovic Courtès | 2009-11-24 | 1 | -6/+6 |
* | don't autocompile at installcheck...* examples/Makefile.am: Don't autocompile our tests at installcheck
time.
| Andy Wingo | 2009-06-19 | 1 | -0/+1 |
* | 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 Jerram | 2009-06-17 | 1 | -10/+10 |
* | Fix for make distcheck...* examples/Makefile.am (AM_CFLAGS, AM_LIBS): Set PATH so that
guile-config can find guile.
| Neil Jerram | 2009-06-13 | 1 | -2/+2 |
* | distcheck fixen...* examples/Makefile.am: Fix the installed guile-config invocation to set
PKG_CONFIG_PATH.
* meta/Makefile.am (EXTRA_DIST): Dist the bin_SCRIPTS.
* meta/guile-config (pkg-config): Better error messages if pkg-config
invocation fails.
* meta/uninstalled-env.in (PATH): Now that guile-config and guile-tools
are not generated, make it the srcdir/meta instead of the builddir.
(Guile itself will be picked up from libguile.)
| Andy Wingo | 2009-04-21 | 1 | -2/+2 |
* | 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ès | 2009-03-24 | 1 | -4/+73 |
* | Add `ChangeLog-2008' files to the distribution. | Ludovic Courtès | 2008-09-12 | 1 | -2/+2 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-16 | 1 | -1/+1 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 1 | -2/+2 |
* | * 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üller | 2001-06-05 | 1 | -1/+2 |
* | * box-dynamic: New directory, implements the box type in a shared... library (aka extension)
Thanks to Thomas Wawrzinek for patching box.c into an extension!
| Martin Grabmüller | 2001-05-31 | 1 | -1/+1 |
* | Added the new `examples' directory to the distribution. | Martin Grabmüller | 2001-05-31 | 1 | -0/+24 |