summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Move SRFI-9 records under "Compound Data Types".Ludovic Courtès2012-11-102-103/+153
* Implement SRFI-105 curly infix expressions.Mark H Weaver2012-10-263-1/+58
* Implement #!fold-case and #!no-fold-case reader directives.Mark H Weaver2012-10-261-7/+15
* Fix typo in scheme-using.texiIan Price2012-10-181-1/+1
* In string-split, add support for character sets and predicates.Daniel Hartwig2012-10-121-5/+17
* Document (ice-9 curried definitions)Ian Price2012-09-064-0/+64
* doc: Use scm_{to,from}_double instead of old API in example.Ludovic Courtès2012-09-031-3/+3
* ISO 8601 time format specifies zero padding for hours, not blank padding.Ian Price2012-08-271-4/+4
* doc: Fix description of regexp/locale encoding interaction.Ludovic Courtès2012-08-271-6/+7
* improve documentation for structsAndy Wingo2012-07-281-123/+206
* update structure documentationAndy Wingo2012-07-281-39/+83
* Document (ice-9 and-let-star)Noah Lavine2012-07-111-0/+6
* add http/1.1 transfer codings to the NEWSAndy Wingo2012-07-061-0/+6
* Document and export `declare-opaque-header!'Ian Price2012-07-061-0/+5
* Add HTTP Chunked Encoding support to web modules.Ian Price2012-07-061-0/+60
* deprecate struct-vtable-tagAndy Wingo2012-07-061-13/+5
* fix typo in web.texiAndy Wingo2012-07-061-1/+1
* add scm_c_nvalues with docs; also, docs for scm_c_valuesAndy Wingo2012-07-041-3/+18
* add scm_{to,from}_pointer docsAndy Wingo2012-07-041-0/+16
* remove docs for smob-call instructionAndy Wingo2012-07-021-7/+0
* typo fix in web.texiAndy Wingo2012-07-021-4/+4
* doc: Remove reference to `closure?', now deprecated.Ludovic Courtès2012-07-021-5/+4
* Add the `%default-port-conversion-strategy' fluid.Ludovic Courtès2012-05-311-0/+15
* deprecate scm_sym2varAndy Wingo2012-05-231-0/+11
* Fix and clarify documentation of `sorted?'.Ludovic Courtès2012-04-221-4/+5
* Remove documentation of internal static string comparison functionsMark H Weaver2012-03-041-10/+0
* Add support for source properties on non-immediate numbersMark H Weaver2012-02-151-2/+2
* Add 'supports-source-properties?' predicateMark H Weaver2012-02-151-0/+6
* Fix manual: scm_foreign_to_bytevector to scm_pointer_to_bytevectorMark H Weaver2012-02-121-1/+1
* web server: do not provide a response body where it is not permittedAndy Wingo2012-02-121-1/+9
* Support => within case, and improve error messages for cond and caseMark H Weaver2012-02-081-1/+18
* Add source properties to many more types of dataMark H Weaver2012-02-081-7/+7
* Improve consistency of definitions of C functions in manual.Bake Timmons2012-02-047-57/+57
* Make notation for Scheme repeated arguments more consistent in manual.Bake Timmons2012-02-0420-347/+369
* format: Add specifier ~h for localized number output.Ludovic Courtès2012-02-031-2/+27
* tests: Have `getaddrinfo' test work for Darwin 8.Ludovic Courtès2012-02-031-5/+5
* revert r5rs changesAndy Wingo2012-02-021-82/+83
* Fix case in identifiers starting sentences in doc/r5rs/r5rs.texiBake Timmons2012-02-021-62/+62
* Remove unused doc/sources/Andy Wingo2012-02-0220-3404/+0
* Make consistent the usage of variable names in the function definitions found...Bake Timmons2012-02-0218-182/+180
* Fix unbalanced parentheses in docs.Bake Timmons2012-02-021-2/+2
* Update srfi-14 character sets to Unicode 6.1Mike Gran2012-02-011-1/+1
* doc: Add "warnings" to the concept index.Ludovic Courtès2012-01-301-0/+1
* Rename scm_call_varargs -> scm_callMark H Weaver2012-01-301-5/+5
* Implement scm_call_varargs and scm_call_{7,8,9}Mark H Weaver2012-01-301-0/+15