simple-format: Don't assume the current output port is valid.
[bpt/guile.git] / doc /
2014-03-17 Mark H WeaverDocumentation tweaks for the 'r7rs-symbols' read/print...
2014-03-14 Mark H WeaverSRFI-43 documentation tweaks
2014-02-28 Mark H WeaverFix typo in manual.
2014-02-18 Ludovic CourtèsAdd GDB extension to support Guile.
2014-02-12 David ThompsonAdd cooperative REPL server module.
2014-02-12 Mark H WeaverREPL Server: Fix 'stop-server-and-clients!'.
2014-02-08 Andy WingoDeprecate general "uniform-vector" interface
2014-02-08 Andy WingoDeprecate htons, htonl, ntohs, ntohl
2014-02-07 Mark H WeaverMake size argument optional to 'make-doubly-weak-hash...
2014-02-07 Mark H WeaverFix 'weak-vector?' doc: Weak hash tables are not weak...
2014-02-07 Andy WingoAdd weak-vector-length, weak-vector-ref, weak-vector...
2014-02-06 Mark H WeaverRemove outdated documentation of LTDL_LIBRARY_PATH.
2014-02-06 Mark H WeaverDocument 'equal?' in list of R6RS incompatibilities.
2014-02-04 Mark H WeaverUpdate Gnulib to v0.1-77-gd9361da
2014-02-02 Mark H WeaverImplement R7RS 'define-values'.
2014-02-01 Mark H WeaverImplement SRFI-64 - A Scheme API for test suites.
2014-02-01 Mark H WeaverImplement SRFI-43 Vector Library.
2014-01-24 Mark H WeaverImplement SRFI-111 Boxes.
2014-01-23 Mark H WeaverImprove docs for 'eval-when'.
2014-01-21 Mark H WeaverFix nested block comment example in manual.
2014-01-18 Ludovic CourtèsCustom binary input ports support 'setvbuf'.
2014-01-18 Ludovic CourtèsPrepare 'setvbuf' to support for non-file ports.
2014-01-17 Arne Babenhauserheidedoc: embedding example more readable.
2014-01-15 Mark H WeaverDocument that we support srfi-46 and add it to %cond...
2014-01-15 Mark H WeaverDocument that we support srfi-87 and add it to %cond...
2014-01-15 Mark H Weaverprint: Support R7RS |...| symbol notation.
2014-01-15 Mark H Weaverread: Support R7RS |...| symbol notation.
2014-01-14 Mark H WeaverDocument that we support srfi-62 and add it to %cond...
2014-01-14 Mark H WeaverRecognize 'escape' character name, per R7RS.
2014-01-14 Mark H Weaverread: Accept "\|" in string literals.
2014-01-14 Mark H Weaverread: Support R7RS '#true' and '#false' syntax for...
2014-01-14 Mark H WeaverAdd srfi-16 and srfi-30 to %cond-expand-features.
2014-01-12 Mark H WeaverBump user-visible copyright years to 2014.
2014-01-09 Mark H WeaverImplement R7RS 'syntax-error'.
2014-01-09 Mark H Weaverpsyntax: custom ellipses using 'with-ellipsis' or R7RS...
2014-01-09 Mark H WeaverImplement 'exact-integer?' and 'scm_is_exact_integer'.
2014-01-09 Mark H WeaverFix doc that incorrectly claimed (integer? +inf.0)...
2013-12-01 Mark H WeaverGOOPS doc fix: #:dsupers is the init keyword for the...
2013-11-19 David ThompsonAdd procedures to convert alists into hash tables.
2013-10-19 Ian PriceDoc: 'unfold-right' takes a tail not a tail generator.
2013-10-18 Ian PriceDoc: mention vectors are self-quoting
2013-10-14 Ludovic Courtèsdoc: Update the section on SMOBs and memory management.
2013-09-30 Mark H WeaverFix minor mistakes in documentation.
2013-09-13 Mark H WeaverFix truncated documentation for 'put-char'.
2013-08-19 Ian Pricedoc: `get-string-all' takes only one argument.
2013-08-14 Mark H WeaverManual: clarify that 'append!' and 'reverse!' might...
2013-08-13 Mark H WeaverManual: don't promise that 'append!' will modify the...
2013-07-16 Mark H WeaverAdd support for HTTP proxies.
2013-06-10 Mark H WeaverAllow #f as timeout argument to unlock-mutex and SRFI...
2013-06-04 Ludovic CourtèsPrint the faulty object upon invalid-keyword errors.
2013-04-14 Mark H WeaverManual: fix 'my-or' examples to use let-bound variable.
2013-04-09 Ludovic Courtèsdoc: Update `release.org'.
2013-04-09 Ludovic Courtèsdoc: Cosmetic change for `release.org'.
2013-04-09 Mark H WeaverManual: Don't promise to signal an error for an illegal...
2013-04-07 Ludovic CourtèsChange `sendfile' to loop until everything has been...
2013-04-07 Mark H WeaverRemove outdated and misplaced "Included Guile Modules...
2013-04-07 Mark H WeaverClarify 'file-encoding' docs: heuristics may be improve...
2013-04-07 Mark H WeaverAdd keyword arguments to file opening procedures.
2013-04-07 Mark H WeaverImplement efficient 'scm_unget_bytes' and 'unget-byteve...
2013-04-07 Mark H WeaverDo not scan for coding declarations in open-file.
2013-04-07 Ludovic Courtèsdoc: Link exceptions and escape continuations.
2013-04-07 Ludovic Courtèsdoc: Warn against misuses of `file-name-separator-string'.
2013-04-06 Mark H WeaverFix the recommendations for conversion of C string...
2013-04-06 Mark H WeaverImplement 'scm_c_bind_keyword_arguments'.
2013-04-06 Ludovic Courtèsdoc: Document `--language'.
2013-04-06 Ludovic Courtèsdoc: Document file name separator procedures.
2013-04-05 Daniel LlorensDeprecate scm_array_fill_int()
2013-04-05 Ludovic CourtèsAdd `call/ec' and `let/ec'.
2013-04-05 Mark H WeaverImprove handling of Unicode byte-order marks (BOMs).
2013-04-04 Mark H WeaverNicer docstring syntax for case-lambda.
2013-04-04 Mark H WeaverCross reference 'SRFI-9 Records' directly instead of...
2013-04-01 Mark H WeaverOptimize 'get-bytevector-some'; it may now read less...
2013-04-01 Mark H WeaverFix broken texinfo markup in (ice-9 iconv) docs.
2013-04-01 Mark H WeaverFix typos in 'string-join' docs: 'string-infix' ->...
2013-03-31 Mark H WeaverAdd -C command-line option to adjust %load-compiled...
2013-03-29 Ludovic Courtèsbuild: Build and check (ice-9 popen) only when --enable...
2013-03-29 Mark H Weaverdoc: Use '@defvr' to introduce 'stream-null'.
2013-03-29 Mark H WeaverRevert "doc: Consider `stream-null' as a variable."
2013-03-28 Ludovic Courtèsdoc: Consider `stream-null' as a variable.
2013-03-28 Ian PriceDocument (system repl server)
2013-03-28 Mark H WeaverSRFI-41 stream-null is a Scheme Variable, not a Constant.
2013-03-27 Mark H WeaverAdd full documentation for SRFI-41.
2013-03-27 Chris K. Jester... Add SRFI-41.
2013-03-27 Ludovic Courtèsfutures: Limit the number of nested futures on the...
2013-03-27 Ludovic CourtèsDocument `and=>'.
2013-03-27 Ludovic Courtèsdoc: Use a preferred naming convention in SRFI-9 examples.
2013-03-27 Mark H WeaverManual: xref SRFI-45 from core Delayed Evaluation section.
2013-03-27 Mark H WeaverSRFI-45: add promise? predicate.
2013-03-27 Mark H WeaverRevert "SRFI-45: Support multiple values; add promise...
2013-03-25 Ludovic Courtèsgetaddrinfo: Document the missing errno value for EAI_S...
2013-03-22 Ludovic CourtèsAdd bindings for `sendfile'.
2013-03-21 Mike GranDocument quit and exit
2013-03-21 Mark H WeaverAdd missing 'cond-expand' feature identifiers; remove...
2013-03-21 Mark H WeaverMention the non-conformance of the core SRFI-6 procedur...
2013-03-19 Mark H WeaverSRFI-45: Support multiple values; add promise? predicate.
2013-03-18 Ludovic CourtèsAvoid rebuild of `guile.info' at the user's site.
2013-03-18 Ludovic CourtèsDefine the new Linux-specific `SO_REUSEPORT'.
2013-03-16 Daniel Hartwigminor tweaks to web documentation
2013-03-15 Andy Wingofix doc build
2013-03-12 Mark H WeaverAdd 'round-ash', a rounding arithmetic shift operator
next