summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Array documentation fixeswip-generalized-vectorsDaniel Llorens2013-01-232-4/+12
* deprecate generalized vectors in favor of arraysAndy Wingo2013-01-2317-249/+212
* add --language argumentAndy Wingo2013-01-231-39/+74
* fix dynamic-call docAndy Wingo2013-01-231-4/+1
* paameterize in read-and-compileAndy Wingo2013-01-221-1/+1
* docstring in rdelimAndy Wingo2013-01-221-2/+2
* current-language is a parameter in boot-9Andy Wingo2013-01-228-21/+33
* add fluid->parameterAndy Wingo2013-01-222-12/+63
* add read-string and read-string! to (ice-9 rdelim)Andy Wingo2013-01-226-9/+144
* `include' relative paths relative to including fileAndy Wingo2013-01-222-8/+20
* libguile examples use scm_c_vector functions instead of SCM_SIMPLE_VECTOR_*Andy Wingo2013-01-221-25/+24
* documentation recommends scm_new_smob instead of SCM_NEWSMOBAndy Wingo2013-01-222-33/+15
* fix compilation of glil to assemblyAndy Wingo2013-01-222-6/+23
* Fix http-get* deprecation noteAndy Wingo2013-01-211-4/+3
* add dynl.x dep on libpath.hAndy Wingo2013-01-211-1/+2
* read-and-compile closes input file after seeing EOFAndy Wingo2013-01-211-1/+2
* fix try-module-autoload, which did not detect failure to find the fileAndy Wingo2013-01-213-25/+47
* Fix attempt to get handle of weak table in (oop goops save)Andy Wingo2013-01-201-2/+4
* warn on multithreaded forkAndy Wingo2013-01-174-2/+31
* trace: limit length of "| | | "... prefixAndy Wingo2013-01-162-46/+59
* peval-introduced gensyms infix " "Andy Wingo2013-01-161-2/+2
* an end to the generated-documentation experimentAndy Wingo2013-01-168-118/+1615
* doc/ref/hierarchy.png: conform to hierarchy.txt and manualGreg Benison2013-01-154-124/+619
* 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-1410-80/+308
* Docstrings in (ice-9 iconv)Andy Wingo2013-01-111-0/+7
* Change iconv procedures to take optional instead of keyword argAndy Wingo2013-01-113-15/+29
* Add http-post, http-put, et ceteraAndy Wingo2013-01-113-73/+895
* 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-115-6/+277
* fix ice-9/slibAndy Wingo2013-01-101-23/+14
* deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo2013-01-106-24/+29
* slight open-pipe* / open-process refactorAndy Wingo2013-01-082-27/+16
* http-get: don't shutdown write end of socketAndy Wingo2013-01-072-5/+13
* Fix partial commit of documentation updateAndy Wingo2013-01-071-9/+13
* More procedure-arguments-alist documentation and a bugfixAndy Wingo2013-01-073-6/+24
* document program-arguments-alist and program-lambda-listCedric Cellier2013-01-072-0/+11
* minor cleanup in values.cAndy Wingo2013-01-071-2/+2
* tests: Remove leftover `pk'.Ludovic Courtès2012-12-191-1/+1
* Change `system*' to not leave dangling processes behind.Ludovic Courtès2012-12-192-8/+29
* web: Correctly detect "No route to host" conditions.Ludovic Courtès2012-12-171-11/+14
* build: Require Automake 1.11.2 or later.Ludovic Courtès2012-12-101-2/+2
* repl: add repl-option for customized printDaniel Hartwig2012-12-102-6/+19
* test-suite: Skip `EACCES' test of `file-system-fold' when run as root.Ludovic Courtès2012-12-101-12/+16
* Verify the value of `SHUT_RD' and related constants.Ludovic Courtès2012-12-101-1/+7
* doc: Update `release.org'.Ludovic Courtès2012-12-101-2/+2
* Thanks Jozef Chraplewski.Mark H Weaver2012-12-071-0/+1
* Avoid signed integer overflow in scm_productMark H Weaver2012-12-072-4/+20