summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Add interface to disable automatic finalizationAndy Wingo2014-04-262-2/+53
* Documentation tweaks for the 'r7rs-symbols' read/print options.Mark H Weaver2014-03-171-0/+12
* SRFI-43 documentation tweaksMark H Weaver2014-03-142-4/+6
* Fix typo in manual.Mark H Weaver2014-02-271-1/+1
* Add GDB extension to support Guile.Ludovic Courtès2014-02-181-2/+40
* Add cooperative REPL server module.David Thompson2014-02-121-0/+45
* REPL Server: Fix 'stop-server-and-clients!'.Mark H Weaver2014-02-121-0/+4
* Deprecate general "uniform-vector" interfaceAndy Wingo2014-02-082-67/+5
* Deprecate htons, htonl, ntohs, ntohlAndy Wingo2014-02-081-50/+1
* Make size argument optional to 'make-doubly-weak-hash-table'; fix docs.Mark H Weaver2014-02-071-3/+3
* Fix 'weak-vector?' doc: Weak hash tables are not weak vectors.Mark H Weaver2014-02-071-5/+1
* Add weak-vector-length, weak-vector-ref, weak-vector-set!Andy Wingo2014-02-071-1/+12
* Remove outdated documentation of LTDL_LIBRARY_PATH.Mark H Weaver2014-02-051-8/+0
* Document 'equal?' in list of R6RS incompatibilities.Mark H Weaver2014-02-051-2/+6
* 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