Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / doc /
2013-08-17 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-15 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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-08-13 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-12 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-08-07 Mark H WeaverString ports use UTF-8; ignore %default-port-encoding.
2013-08-06 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-18 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverAdd support for HTTP proxies.
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-07-16 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-06-28 Andy WingoRemove with-fluids; replaced by with-fluid* and inlined...
2013-06-27 Andy Wingoreplace <dynset> with primcalls to fluid-set!
2013-06-27 Andy Wingoreplace <dynref> with primcalls to fluid-ref
2013-06-27 Andy Wingodynamic-wind in terms of wind and unwind; remove <dynwi...
2013-06-27 Andy Wingoremove apply:nconc2last
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-05-27 Andy Wingopop-continuation abort-continuation hooks pass return...
2013-04-14 Mark H WeaverManual: fix 'my-or' examples to use let-bound variable.
2013-04-14 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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 WeaverMerge remote-tracking branch 'origin/stable-2.0'
2013-04-01 Mark H WeaverFix typos in 'string-join' docs: 'string-infix' ->...
2013-03-31 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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-29 Mark H WeaverMerge remote-tracking branch 'origin/stable-2.0'
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 WeaverMerge remote-tracking branch 'origin/stable-2.0'
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-13 Andy Wingoadd #:resolve-syntax-parameters? kwarg to syntax-local...
2013-03-12 Mark H WeaverAdd 'round-ash', a rounding arithmetic shift operator
2013-03-10 Jason Earladd %site-ccache-dir
2013-03-10 Jason Earlexcise use of "iff" in the manual
2013-03-07 Stefan Israelsson... add GUILE_STACK_SIZE environment variable
2013-03-07 Andy Wingo,option evaluates its right-hand-side
2013-03-07 Andy WingoGUILE_INSTALL_LOCALE=1 during build
2013-03-07 Ludovic CourtèsInstall the current locale if GUILE_INSTALL_LOCALE...
2013-03-06 Ludovic Courtèsdoc: Allow compilation of r5rs.texi with Texinfo 5.0.
2013-03-05 Mark H WeaverFix thread-unsafe lazy initializations.
2013-03-04 Ludovic Courtèsdoc: Rename "Texinfo" node to "Texinfo Processing".
2013-03-02 Bake TimmonsImprove keyword notation of Texinfo function definitions.
2013-03-01 Ludovic Courtèsdoc: Fix build with Texinfo 5.0.
2013-02-25 Mark H WeaverRevert "random-state-from-platform: simplify pid condit...
2013-02-25 Mark H Weaverrandom-state-from-platform: simplify pid conditional...
2013-02-18 Andy WingoUpdate to gnulib 0.0.7865-a828.
2013-02-18 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-02-18 Daniel LlorensArray documentation fixes
2013-02-18 Andy Wingodeprecate generalized vectors in favor of arrays
2013-02-18 Daniel Hartwigadd hash-count for native tables
2013-02-14 Daniel Hartwigupdate old references in FFI doc
2013-02-02 Mark H WeaverAdd foreign types: ssize_t and ptrdiff_t.
2013-02-02 Mark H WeaverAdd scm_from_ptrdiff_t and scm_to_ptrdiff_t.
2013-01-31 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2013-01-30 Andy Wingoadd #:doctype-handler to xml->sxml
next