| Commit message (Expand) | Author | Age | Files | Lines |
* | (web http): keys are always symbols...* module/web/http.scm (parse-media-type): Parse media types as symbols.
(parse-key-value-list, parse-param-component, parse-param-list):
Change kons to val-parser. Always parse keys as symbols, and always
either cons, if there is a val, or just have the key, if there is no
val. Easier to explain and just as correct.
(declare-param-list-header!, declare-key-value-list-header!): Adapt to
key-list and param-list kons change.
("Cache-Control", "Pragma", "Transfer-Encoding", "Accept", "Expect")
("TE"): Likewise, adapt.
("Content-Type"): Param keys are symbols.
| Andy Wingo | 2011-01-08 | 2 | -3/+3 |
* | 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 | 4 | -2/+94 |
* | 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 |
* | Properly quote the first argument to `AC_DEFINE{,_UNQUOTED}'....* acinclude.m4, configure.ac, examples/compat/acinclude.m4: Properly
quote the first argument for `AC_DEFINE' and `AC_DEFINE_UNQUOTED'.
* .x-sc_m4_quote_check: New file.
| Ludovic Courtès | 2009-11-24 | 1 | -1/+1 |
* | 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 | 6 | -62/+63 |
* | 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 | 16 | -505/+311 |
* | Add `ChangeLog-2008' files to the distribution. | Ludovic Courtès | 2008-09-12 | 1 | -2/+2 |
* | Rename `ChangeLog' files to `ChangeLog-2008'. | Ludovic Courtès | 2008-09-12 | 1 | -0/+0 |
* | Remove `.cvsignore' files. | Ludovic Courtès | 2008-09-11 | 8 | -18/+0 |
* | * srfi-39.scm: Update copyright statement to LGPL....* __scm.h, _scm.h, weaks.c: Update copyright statement to LGPL.
* compat/compat.h: Update copyright statement to LGPL.
* oldfmt.c: Update copyright statement to LGPL.
* libguile.h: Update copyright statement to LGPL.
| Neil Jerram | 2008-01-22 | 2 | -37/+17 |
* | merge from 1.8 branch | Kevin Ryde | 2006-04-16 | 13 | -13/+13 |
* | The FSF has a new address. | Marius Vollmer | 2005-05-23 | 13 | -26/+26 |
* | * README: Added description of compat....* compat/acconfig.h, compat/acinclude.m4, compat.h, configure.in:
New files.
| Mikael Djurfeldt | 2002-12-01 | 6 | -0/+230 |
* | Check in forgotten test scripts. | Martin Grabmüller | 2001-07-27 | 7 | -0/+282 |
* | Minor typo fix in NEWS....Examples are now built and tested on `make installcheck'.
| Martin Grabmüller | 2001-07-26 | 8 | -24/+114 |
* | * box/.cvsignore: add .deps. | Rob Browning | 2001-07-19 | 1 | -0/+1 |
* | * box-module/.cvsignore: add .deps. | Rob Browning | 2001-07-19 | 1 | -0/+1 |
* | * examples/modules/main: Use :renamer for specifying renaming procedure. | Martin Grabmüller | 2001-07-14 | 2 | -1/+5 |
* | *** empty log message *** | Thien-Thi Nguyen | 2001-07-10 | 1 | -3/+7 |
* | (display-version, display-help): Fix comment; nfc. | Thien-Thi Nguyen | 2001-07-10 | 1 | -2/+2 |
* | * 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üller | 2001-07-09 | 6 | -5/+12 |
* | 2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>... * box-dynamic-module/README: Use a better example for box-map, as
suggested by Thomas Wawrzinek.
| Martin Grabmüller | 2001-06-18 | 2 | -2/+7 |
* | * 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üller | 2001-06-14 | 21 | -59/+235 |
* | Added scheme module file. | Martin Grabmüller | 2001-06-07 | 1 | -0/+17 |
* | * box-dynamic-module/box-module.scm: New file. | Martin Grabmüller | 2001-06-06 | 4 | -14/+11 |
* | * 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 | 10 | -10/+259 |
* | * .cvsignore: here and in all subdirectories listing Makefile and...Makefile.in.
| Rob Browning | 2001-06-02 | 8 | -0/+19 |
* | * 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 | 6 | -2/+210 |
* | Added the new `examples' directory to the distribution. | Martin Grabmüller | 2001-05-31 | 25 | -0/+1061 |