summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version number for 1.9.14.release_1-9-14Ludovic Courtès2010-12-171-1/+1
* Tweak `NEWS'.Ludovic Courtès2010-12-171-2/+11
* futures: Store pending futures in a queue.Ludovic Courtès2010-12-171-31/+25
* Clarify doc regarding threading of `par-map' and `par-for-each'.Ludovic Courtès2010-12-171-1/+2
* add www-commit rule in doc/refAndy Wingo2010-12-172-0/+8
* Remove conflicting `scm_is_string' declaration.Ludovic Courtès2010-12-172-1/+1
* fix unbound fluid testsAndy Wingo2010-12-171-3/+3
* update NEWSAndy Wingo2010-12-171-2/+3
* guile-user has no filenameAndy Wingo2010-12-171-1/+3
* add ,reload meta-command and document it and reload-moduleAndy Wingo2010-12-174-1/+20
* document variable-unset!Andy Wingo2010-12-172-1/+6
* document make-unbound-fluid et alAndy Wingo2010-12-172-5/+21
* rename make-undefined-fluid to make-unbound-fluidAndy Wingo2010-12-173-5/+5
* multicast manual updatesAndy Wingo2010-12-172-2/+13
* more web.texi "hacking"Andy Wingo2010-12-171-29/+230
* build-response validates headersAndy Wingo2010-12-171-1/+32
* Implement `(ice-9 threads)' high-level constructs in terms of futures.Ludovic Courtès2010-12-163-22/+70
* futures: Support multiple-value returns.Ludovic Courtès2010-12-162-3/+13
* futures: Fix potential deadlock.Ludovic Courtès2010-12-161-2/+3
* Rehash weak hash tables less frequently.Ludovic Courtès2010-12-161-1/+2
* Fix `hash' for pointer objects.Ludovic Courtès2010-12-161-0/+11
* Inline `scm_is_string'.Ludovic Courtès2010-12-162-5/+8
* Add `compose', `negate', and `const'.Ludovic Courtès2010-12-164-0/+129
* update web-response tests for http header parsing changeAndy Wingo2010-12-161-1/+1
* update NEWSAndy Wingo2010-12-161-3/+4
* more web.texi workAndy Wingo2010-12-161-44/+86
* add section on format of parsed http headersAndy Wingo2010-12-161-0/+243
* http: lists of header names parse betterAndy Wingo2010-12-162-15/+42
* better cache-control: private, no-cache parsingAndy Wingo2010-12-162-3/+12
* fix web.texiAndy Wingo2010-12-161-3/+3
* update web.texiAndy Wingo2010-12-161-93/+129
* add web.texi to manualAndy Wingo2010-12-163-0/+688
* (web server) docstringsAndy Wingo2010-12-161-0/+77
* docstrings in (web request) and (web response)Andy Wingo2010-12-162-1/+63
* (web http) docstringsAndy Wingo2010-12-161-2/+45
* document (web uri), and simplify uri-encodeAndy Wingo2010-12-161-33/+58
* update NEWSAndy Wingo2010-12-131-0/+91
* fix bugs in primitive-pollAndy Wingo2010-12-131-3/+13
* fix testing code in web/serverAndy Wingo2010-12-122-5/+3
* foreign: c-struct parsing simplificationAndy Wingo2010-12-121-101/+17
* 1.9.13 news to main bodyAndy Wingo2010-12-121-137/+74
* http-read robustnessAndy Wingo2010-12-121-2/+4
* (web uri) can uri-decode non-utf-8 payloadsAndy Wingo2010-12-111-11/+38
* add return/values hack to compile-glil for luaAndy Wingo2010-12-101-0/+7
* rnrs control only depends on (guile)Andy Wingo2010-12-101-2/+1
* fix self-tail-calls for lexical procs with optional, rest, or kwargsAndy Wingo2010-12-102-16/+30
* clarify compile-glil error messagesAndy Wingo2010-12-091-17/+18
* Get rid of `define-macro' in the SRFI 26 implementationAndreas Rottmann2010-12-071-26/+43
* Use `current-processor-count' to determine the number of future-workers.Ludovic Courtès2010-12-072-5/+9
* Add `total-processor-count' and `current-processor-count'.Ludovic Courtès2010-12-074-0/+71