summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* http web server: allow concurrent write operationswip-threaded-http-serverAndy Wingo2012-03-121-21/+83
* http web server: allow concurrent read operationsAndy Wingo2012-03-121-29/+104
* add ability to wake up the poll() in http.scmAndy Wingo2012-03-121-4/+31
* add ice-9 thread-poolAndy Wingo2012-03-122-0/+193
* add (ice-9 async-queue)Andy Wingo2012-03-122-0/+165
* Merge remote-tracking branch 'origin/stable-2.0'Andy Wingo2012-03-121-1/+1
|\
| * web http: fix Ma -> MarAndy Wingo2012-03-121-2/+2
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/guileAndy Wingo2012-03-121-5/+123
|\ \
| * | elisp rngBT Templeton2012-03-081-0/+15
| * | elisp i/oBT Templeton2012-03-081-0/+13
| * | elisp: symbol-name, internBT Templeton2012-03-081-0/+2
| * | elisp: when, unlessBT Templeton2012-03-081-0/+8
| * | elisp sequence functionsBT Templeton2012-03-081-0/+82
| * | integerp, wholenump return nil for non-numbersBT Templeton2012-03-081-5/+3
* | | fix bad-request-printerAndy Wingo2012-03-111-1/+1
* | | Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo2012-03-113-3/+23
|\ \ \ | | |/ | |/|
| * | web server http: 400 Bad Request on bad requestsAndy Wingo2012-03-111-2/+14
| * | more libgc 7.1 compatAndy Wingo2012-03-082-1/+9
* | | add bad-request printerAndy Wingo2012-03-111-1/+12
* | | add exception printers for bad-header, bad-header-componentAndy Wingo2012-03-111-1/+16
| |/ |/|
* | Merge remote-tracking branch 'local-2.0/stable-2.0'Andy Wingo2012-03-0811-221/+86
|\ \ | |/
| * run finalizers asynchronously in asyncsAndy Wingo2012-03-085-2/+67
| * use the new finalizer helpersAndy Wingo2012-03-085-60/+12
| * add scm_i_set_finalizer, scm_i_add_finalizer, scm_i_add_resuscitatorAndy Wingo2012-03-084-2/+170
| * scm_new_smob, scm_new_double_smob inline functionsAndy Wingo2012-03-083-113/+173
| * scm_cell, scm_double_cell, scm_words back to gc.hAndy Wingo2012-03-083-97/+104
| * simplify inline function infrastructureAndy Wingo2012-03-084-108/+101
| * Fix flush on soft ports, so that it actually runs.Ian Price2012-03-071-14/+4
| * Improve port benchmark.Ludovic Courtès2012-03-071-40/+44
| * Fix a segfault when /dev/urandom is not accessibleGiuseppe Scrivano2012-03-071-2/+2
| * deprecate close-io-portAndy Wingo2012-03-052-3/+6
| * Don't call SYMBOL_STRINGBUF on a stringMark H Weaver2012-03-041-1/+1
| * Remove documentation of internal static string comparison functionsMark H Weaver2012-03-041-10/+0
| * Comment out unused definitions of 'do' and 'case' in psyntax.scmMark H Weaver2012-03-042-137/+7
| * Fix syntax wrap comments; remove old unused cruftMark H Weaver2012-03-041-11/+4
* | Change `scm_words' to accept a 32-bit word number.Ludovic Courtès2012-03-072-5/+6
* | faster (make-prompt-tag); default-prompt-tag is a parameterAndy Wingo2012-03-072-5/+18
* | call-with-{input,output}-string implemented in schemeAndy Wingo2012-03-072-22/+28
* | micro-optimizations to string-trim-both, and to (web http)Andy Wingo2012-03-072-29/+28
* | names of encodings are asciiAndy Wingo2012-03-071-6/+25
* | dynstack: pushing a prompt no longer allocates memoryAndy Wingo2012-03-0711-182/+152
* | micro-optimization in (web server)Andy Wingo2012-03-061-2/+4
* | ports.c: inline get_codepointAndy Wingo2012-03-061-1/+1
* | optimize symbol printingAndy Wingo2012-03-062-22/+60
* | shuffle r4rs procedures into boot-9Andy Wingo2012-03-061-126/+119
* | load parameters earlier in boot-9Andy Wingo2012-03-061-92/+90
* | slight tweak to file-exists?, file-is-directory?Andy Wingo2012-03-061-3/+3
* | bootstrapping shenanigans in `warn'Andy Wingo2012-03-061-7/+5
* | more clear comments in boot-9.scmAndy Wingo2012-03-061-11/+10
* | remove deprecated close-io-portAndy Wingo2012-03-061-2/+0