guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] branch stable-2.0 updated (ea352d9 -> 8110246)


From: Andy Wingo
Subject: [Guile-commits] branch stable-2.0 updated (ea352d9 -> 8110246)
Date: Sun, 26 Jun 2016 20:58:17 +0000 (UTC)

wingo pushed a change to branch stable-2.0
in repository guile.

      from  ea352d9   Fix bug that exposed `list' invocations to CSE
       new  3870101   Fix R6RS fold-left documentation
       new  9591da3   Clarify use of the term "scanning" in the manual
       new  1d5e60d   Fix ,profile in pure modules
       new  8707958   Fix typo about `keywords' read option
       new  937bd95   Avoid stifling readline history when looking up options
       new  a0d76d9   Fix texinfo->html for @acronym, @itemize
       new  ef2943e   Prevent (@ (ice-9 boot-9) x)
       new  45b80a1   Constant-folding eq? and eqv? uses deduplication
       new  96f55b7   Check for strtod_l before using it.
       new  da0f1ea   Favor "escape continuation" over "one-shot continuation" 
in manual
       new  8110246   Add documentation pointer from getopt-long to SRFI-37.

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure.ac                                       |    2 +-
 doc/ref/api-control.texi                           |    6 +--
 doc/ref/api-data.texi                              |    2 +-
 doc/ref/api-memory.texi                            |   42 ++++++++-------
 doc/ref/libguile-concepts.texi                     |   48 +++++++++++------
 doc/ref/mod-getopt-long.texi                       |    6 +++
 doc/ref/r6rs.texi                                  |   12 +++--
 guile-readline/readline.c                          |   57 ++++++++++----------
 libguile/i18n.c                                    |    4 +-
 libguile/scmsigs.c                                 |    6 ++-
 module/ice-9/boot-9.scm                            |    5 ++
 module/language/tree-il/peval.scm                  |   10 +++-
 module/texinfo/html.scm                            |   24 +++++++--
 test-suite/Makefile.am                             |    1 +
 test-suite/tests/peval.test                        |   10 +++-
 .../{texinfo.docbook.test => texinfo.html.test}    |   22 ++++----
 16 files changed, 166 insertions(+), 91 deletions(-)
 copy test-suite/tests/{texinfo.docbook.test => texinfo.html.test} (61%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]