summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Array documentation fixesDaniel Llorens2013-02-181-1/+10
* deprecate generalized vectors in favor of arraysAndy Wingo2013-02-183-96/+28
* add hash-count for native tablesDaniel Hartwig2013-02-181-2/+28
* update old references in FFI docDaniel Hartwig2013-02-141-2/+2
* Add foreign types: ssize_t and ptrdiff_t.Mark H Weaver2013-02-021-0/+2
* Add scm_from_ptrdiff_t and scm_to_ptrdiff_t.Mark H Weaver2013-02-021-2/+4
* add #:doctype-handler to xml->sxmlAndy Wingo2013-01-301-9/+43
* xml->sxml argument can be a port or a stringAndy Wingo2013-01-281-30/+23
* make (sxml simple)'s xml->sxml more capableAndy Wingo2013-01-281-2/+108
* begin rewriting SXML docsAndy Wingo2013-01-284-461/+514
* Add 'for-humans?' flag to <language> specifications.Mark H Weaver2013-01-271-1/+2
* fix dynamic-call docAndy Wingo2013-01-231-4/+1
* current-language is a parameter in boot-9Andy Wingo2013-01-221-4/+5
* add fluid->parameterAndy Wingo2013-01-221-3/+18
* add read-string and read-string! to (ice-9 rdelim)Andy Wingo2013-01-221-0/+27
* `include' relative paths relative to including fileAndy Wingo2013-01-221-0/+3
* 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 try-module-autoload, which did not detect failure to find the fileAndy Wingo2013-01-211-8/+13
* warn on multithreaded forkAndy Wingo2013-01-171-1/+14
* trace: limit length of "| | | "... prefixAndy Wingo2013-01-161-2/+7
* 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
* case-lambda* clauses fail to match if too many positionalsAndy Wingo2013-01-142-7/+62
* Change iconv procedures to take optional instead of keyword argAndy Wingo2013-01-111-10/+16
* Add http-post, http-put, et ceteraAndy Wingo2013-01-111-17/+49
* add bytevector->string and string->bytevector in new (ice-9 iconv) moduleAndy Wingo2013-01-111-4/+76
* deprecate SCM_CHAR_CODE_LIMIT and char-code-limitAndy Wingo2013-01-101-1/+0
* Fix partial commit of documentation updateAndy Wingo2013-01-071-9/+13
* More procedure-arguments-alist documentation and a bugfixAndy Wingo2013-01-071-2/+20
* document program-arguments-alist and program-lambda-listCedric Cellier2013-01-071-0/+9
* repl: add repl-option for customized printDaniel Hartwig2012-12-101-0/+4
* doc: Update `release.org'.Ludovic Courtès2012-12-101-2/+2
* doc: remove more references to hash-tables-as-vectorsDaniel Hartwig2012-11-301-19/+6
* doc: Update `release.org'.Ludovic Courtès2012-11-301-6/+13
* 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-282-16/+36
* web: Add `http-get*'.Ludovic Courtès2012-11-281-0/+7
* web: Add `response-body-port'.Ludovic Courtès2012-11-281-0/+10
* web: Export `text-content-type?'.Ludovic Courtès2012-11-281-0/+6
* Fix docs for `hashtable-copy'Ian Price2012-11-261-2/+2
* (web uri): document that uri-port is an integerDaniel Hartwig2012-11-241-6/+7
* syncronize web module docstrings with manualDaniel Hartwig2012-11-241-17/+18
* doc: Mention the `duplicate-case-datum' and `bad-case-datum' warnings.Ludovic Courtès2012-11-231-1/+2
* Update Gnulib to v0.0-7695-g26c0590.Ludovic Courtès2012-11-171-2/+0
* 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-171-2/+2
* doc: Update argument order of SRFI-9 `set-field'.Ludovic Courtès2012-11-111-1/+1
* doc: Document SRFI-9 functional setters.Ludovic Courtès2012-11-101-0/+101