summaryrefslogtreecommitdiff
path: root/module
Commit message (Expand)AuthorAgeFilesLines
* fix string->bytevector for utf-8 and non-error conversion strategiesAndy Wingo2013-01-151-3/+6
* case-lambda* clauses fail to match if too many positionalsAndy Wingo2013-01-145-70/+109
* Docstrings in (ice-9 iconv)Andy Wingo2013-01-111-0/+7
* Change iconv procedures to take optional instead of keyword argAndy Wingo2013-01-111-4/+7
* Add http-post, http-put, et ceteraAndy Wingo2013-01-111-56/+269
* read-response-body always returns bytevector or #fAndy Wingo2013-01-111-2/+8
* remove (web http) TODO listAndy Wingo2013-01-111-7/+0
* (web server) uses (ice-9 iconv)Andy Wingo2013-01-111-37/+3
* add bytevector->string and string->bytevector in new (ice-9 iconv) moduleAndy Wingo2013-01-112-1/+84
* fix ice-9/slibAndy Wingo2013-01-101-23/+14
* deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo2013-01-101-1/+6
* slight open-pipe* / open-process refactorAndy Wingo2013-01-081-6/+12
* http-get: don't shutdown write end of socketAndy Wingo2013-01-072-5/+13
* More procedure-arguments-alist documentation and a bugfixAndy Wingo2013-01-071-2/+2
* document program-arguments-alist and program-lambda-listCedric Cellier2013-01-071-0/+2
* web: Correctly detect "No route to host" conditions.Ludovic Courtès2012-12-171-11/+14
* repl: add repl-option for customized printDaniel Hartwig2012-12-101-6/+15
* futures: Remove circular dependency with (ice-9 threads).Ludovic Courtès2012-11-291-1/+0
* web: Add `http-get*'.Ludovic Courtès2012-11-281-1/+24
* web: Add `response-body-port'.Ludovic Courtès2012-11-281-11/+59
* web: Export `text-content-type?'.Ludovic Courtès2012-11-282-7/+10
* eval: Store docstrings for lambdas.Ludovic Courtès2012-11-281-18/+25
* 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
* R6RS srfi library names should ignore first identifier after the :nIan Price2012-11-251-1/+7
* (web uri): document that uri-port is an integerDaniel Hartwig2012-11-241-4/+5
* syncronize web module docstrings with manualDaniel Hartwig2012-11-246-128/+153
* Turn on the `case' warnings in auto-compilation.Ludovic Courtès2012-11-241-1/+2
* Remove reference to `scm_init_popen' when `fork' is unavailable.Ludovic Courtès2012-11-231-1/+7
* R6RS `string-for-each' should accept multiple string argumentsIan Price2012-11-221-1/+38
* cse: Fix out-of-bounds access to the database.Ludovic Courtès2012-11-211-4/+5
* 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-211-78/+159
* 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
* doc: Fix typo in `set-record-type-printer!' doc.Ludovic Courtès2012-11-171-3/+3
* Add missing R6RS `open-file-input/output-port' procedureAndreas Rottmann2012-11-122-27/+45
* Change the argument order of 'set-fields' to match that of 'set-fields'.Mark H Weaver2012-11-101-2/+2
* 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-103-26/+128
* Improve error messages for invalid record definitions.Mark H Weaver2012-11-092-8/+40
* Fix record constructor in getopt-long.Mark H Weaver2012-11-081-3/+2
* Implement functional record setters.Mark H Weaver2012-11-082-83/+269
* Fix copyright years in `futures.scm'.Ludovic Courtès2012-11-051-1/+1
* Preserve additional R6RS library name components after srfi :nMark H Weaver2012-11-041-2/+2
* futures: Have workers work when futures are available.Ludovic Courtès2012-11-031-2/+4