summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * doc: Document nested futures.Ludovic Courtès2012-11-291-1/+29
| * doc: Remove example use of vectors as hash tables.Ludovic Courtès2012-11-291-18/+0
| * Add parse-path-with-ellipsis, and use it for GUILE_LOAD_PATH et al.Mark H Weaver2012-11-284-18/+70
| * Remove definition of the `SHARED_LIBRARY_PATH_VARIABLE' C macro.Ludovic Courtès2012-11-281-4/+0
| * web: Add `http-get*'.Ludovic Courtès2012-11-282-1/+31
| * web: Add `response-body-port'.Ludovic Courtès2012-11-283-13/+85
| * web: Export `text-content-type?'.Ludovic Courtès2012-11-283-7/+16
| * tests: Use `pass-if-equal' in `web-response.test'.Ludovic Courtès2012-11-281-39/+37
| * eval: Store docstrings for lambdas.Ludovic Courtès2012-11-286-68/+130
| * Fix library search order and don't change LD_LIBRARY_PATHMark H Weaver2012-11-271-45/+89
| * vlist: Remove Texinfo markup from docstrings.Ludovic Courtès2012-11-271-47/+47
| * web client: correctly handle uri-query, etc. in relative URI headersDaniel Hartwig2012-11-272-19/+23
| * web client: Support relative URIs in some headers.Ludovic Courtès2012-11-271-2/+17
| * Have `load-in-vicinity' look for `.go' files in %LOAD-COMPILED-PATH.Ludovic Courtès2012-11-271-13/+39
| * Split `load-in-vicinity' into small procedures.Ludovic Courtès2012-11-271-35/+54
| * Update thanksIan Price2012-11-261-0/+1
| * Fix docs for `hashtable-copy'Ian Price2012-11-261-2/+2
| * R6RS srfi library names should ignore first identifier after the :nIan Price2012-11-252-2/+10
| * (web uri): document that uri-port is an integerDaniel Hartwig2012-11-242-10/+12
| * syncronize web module docstrings with manualDaniel Hartwig2012-11-247-145/+171
| * Augment `.dir-locals.el'.Ludovic Courtès2012-11-241-1/+4
| * Turn on the `case' warnings in auto-compilation.Ludovic Courtès2012-11-241-1/+2
| * Add tests for `-Wduplicate-case-datum' and `-Wbad-case-datum'.Ludovic Courtès2012-11-231-1/+71
| * doc: Mention the `duplicate-case-datum' and `bad-case-datum' warnings.Ludovic Courtès2012-11-231-1/+2
| * Remove reference to `scm_init_popen' when `fork' is unavailable.Ludovic Courtès2012-11-233-3/+15
| * R6RS `string-for-each' should accept multiple string argumentsIan Price2012-11-222-1/+78
| * cse: Fix out-of-bounds access to the database.Ludovic Courtès2012-11-212-5/+23
| * Update `par-map' to use nested futures.Ludovic Courtès2012-11-211-11/+16
| * futures: Allow nested futures; put the main thread to work.Ludovic Courtès2012-11-212-80/+177
| * futures: Add a record printer.Ludovic Courtès2012-11-211-0/+9
| * futures: Keep futures unlocked while they are processing.Ludovic Courtès2012-11-211-40/+81
| * Update Gnulib to v0.0-7695-g26c0590.Ludovic Courtès2012-11-1734-797/+1117
| * doc: Strengthen the case for pattern matching.Ludovic Courtès2012-11-172-6/+35
| * doc: Fix typo in `set-record-type-printer!' doc.Ludovic Courtès2012-11-172-5/+5
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2012-11-153-70/+100
|\ \ | |/
| * Add missing R6RS `open-file-input/output-port' procedureAndreas Rottmann2012-11-123-70/+100
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2012-11-121-1/+1
|\ \ | |/
| * doc: Update argument order of SRFI-9 `set-field'.Ludovic Courtès2012-11-111-1/+1
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2012-11-108-158/+454
|\ \ | |/
| * srfi-9.test: avoid symbols of the form ':bar' for more robust checking.Mark H Weaver2012-11-101-2/+2
| * doc: Document SRFI-9 functional setters.Ludovic Courtès2012-11-101-0/+101
| * doc: Move SRFI-9 records under "Compound Data Types".Ludovic Courtès2012-11-102-103/+153
| * Change the argument order of 'set-fields' to match that of 'set-fields'.Mark H Weaver2012-11-102-19/+19
| * Add system/base/ck.scm to SYSTEM_BASE_SOURCES in module/Makefile.am.Mark H Weaver2012-11-101-1/+2
| * Futures: Avoid creating the worker pool more than once.Mark H Weaver2012-11-101-9/+15
| * Improve error for set-fields paths leading to different types.Mark H Weaver2012-11-104-26/+164
* | Merge remote-tracking branch 'origin/stable-2.0'Mark H Weaver2012-11-093-145/+299
|\ \ | |/
| * Improve error messages for invalid record definitions.Mark H Weaver2012-11-093-8/+146
| * Fix non-toplevel srfi-9 compile-time error tests to actually be non-toplevel.Mark H Weaver2012-11-091-72/+88
| * Use 'pass-if-equal' to check syntax-error exceptions in srfi-9.test.Mark H Weaver2012-11-091-96/+96