summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add cooperative REPL server module.coop-repl-serversDavid Thompson2014-02-051-0/+45
* Update Gnulib to v0.1-77-gd9361daMark H Weaver2014-02-031-1/+1
* Implement R7RS 'define-values'.Mark H Weaver2014-02-021-2/+25
* Implement SRFI-64 - A Scheme API for test suites.Mark H Weaver2014-02-011-0/+8
* Implement SRFI-43 Vector Library.Mark H Weaver2014-02-011-0/+412
* Implement SRFI-111 Boxes.Mark H Weaver2014-01-241-0/+25
* Improve docs for 'eval-when'.Mark H Weaver2014-01-231-5/+30
* Fix nested block comment example in manual.Mark H Weaver2014-01-211-1/+1
* Custom binary input ports support 'setvbuf'.Ludovic Courtès2014-01-181-0/+4
* Prepare 'setvbuf' to support for non-file ports.Ludovic Courtès2014-01-181-0/+3
* doc: embedding example more readable.Arne Babenhauserheide2014-01-171-7/+10
* Document that we support srfi-46 and add it to %cond-expand-features.Mark H Weaver2014-01-152-3/+14
* Document that we support srfi-87 and add it to %cond-expand-features.Mark H Weaver2014-01-151-0/+10
* print: Support R7RS |...| symbol notation.Mark H Weaver2014-01-141-0/+2
* read: Support R7RS |...| symbol notation.Mark H Weaver2014-01-142-2/+16
* Document that we support srfi-62 and add it to %cond-expand-features.Mark H Weaver2014-01-141-0/+9
* Recognize 'escape' character name, per R7RS.Mark H Weaver2014-01-141-0/+3
* read: Accept "\|" in string literals.Mark H Weaver2014-01-141-3/+7
* read: Support R7RS '#true' and '#false' syntax for booleans.Mark H Weaver2014-01-141-0/+1
* Add srfi-16 and srfi-30 to %cond-expand-features.Mark H Weaver2014-01-141-2/+4
* Bump user-visible copyright years to 2014.Mark H Weaver2014-01-121-1/+1
* Implement R7RS 'syntax-error'.Mark H Weaver2014-01-091-0/+24
* psyntax: custom ellipses using 'with-ellipsis' or R7RS syntax-rules.Mark H Weaver2014-01-091-6/+65
* Implement 'exact-integer?' and 'scm_is_exact_integer'.Mark H Weaver2014-01-081-2/+21
* Fix doc that incorrectly claimed (integer? +inf.0) => #t.Mark H Weaver2014-01-081-2/+2
* GOOPS doc fix: #:dsupers is the init keyword for the dsupers slot.Mark H Weaver2013-12-011-3/+3
* Add procedures to convert alists into hash tables.David Thompson2013-11-181-0/+21
* Doc: 'unfold-right' takes a tail not a tail generator.Ian Price2013-10-191-2/+2
* Doc: mention vectors are self-quotingIan Price2013-10-181-13/+9
* doc: Update the section on SMOBs and memory management.Ludovic Courtès2013-10-141-115/+59
* Fix minor mistakes in documentation.Mark H Weaver2013-09-302-2/+2
* Fix truncated documentation for 'put-char'.Mark H Weaver2013-09-131-0/+1
* doc: `get-string-all' takes only one argument.Ian Price2013-08-191-1/+1
* Manual: clarify that 'append!' and 'reverse!' might not mutate.Mark H Weaver2013-08-131-4/+4
* Manual: don't promise that 'append!' will modify the existing lists.Mark H Weaver2013-08-131-1/+1
* Add support for HTTP proxies.Mark H Weaver2013-07-161-0/+14
* Allow #f as timeout argument to unlock-mutex and SRFI-18 mutex-unlock!Mark H Weaver2013-06-101-3/+3
* Print the faulty object upon invalid-keyword errors.Ludovic Courtès2013-06-041-1/+2
* Manual: fix 'my-or' examples to use let-bound variable.Mark H Weaver2013-04-141-4/+4
* doc: Update `release.org'.Ludovic Courtès2013-04-101-8/+7
* doc: Cosmetic change for `release.org'.Ludovic Courtès2013-04-091-1/+1
* Manual: Don't promise to signal an error for an illegal 'letrec'.Mark H Weaver2013-04-091-2/+2
* Change `sendfile' to loop until everything has been sent.Ludovic Courtès2013-04-071-2/+9
* Remove outdated and misplaced "Included Guile Modules" node from manual.Mark H Weaver2013-04-071-122/+1
* Clarify 'file-encoding' docs: heuristics may be improved later.Mark H Weaver2013-04-071-14/+22
* Add keyword arguments to file opening procedures.Mark H Weaver2013-04-071-14/+47
* Implement efficient 'scm_unget_bytes' and 'unget-bytevector'.Mark H Weaver2013-04-071-3/+16
* Do not scan for coding declarations in open-file.Mark H Weaver2013-04-071-8/+16
* doc: Link exceptions and escape continuations.Ludovic Courtès2013-04-071-1/+8
* doc: Warn against misuses of `file-name-separator-string'.Ludovic Courtès2013-04-071-1/+6