guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch stable-2.2 updated (ac9f083 -> 1c970da)


From: Ludovic Courtès
Subject: [Guile-commits] branch stable-2.2 updated (ac9f083 -> 1c970da)
Date: Mon, 18 Jun 2018 08:15:22 -0400 (EDT)

civodul pushed a change to branch stable-2.2
in repository guile.

      from  ac9f083   Add copyright header for (language elisp falias), and fix 
typo.
       new  eb90831   Add SRFI 71: Extended LET-syntax for multiple values.
       new  35f7df9   tests: Add SRFI-71 test.
       new  761cf0f   Make module autoloading thread-safe.
       new  efc33cd   vm: Fix typo when checking for 'madvise' error code.
       new  26b446d   get-bytevector-n and get-bytevector-n! can now read more 
than 4 GB
       new  33363f7   doc: Fix typo.
       new  1c970da   doc: Document (ice-9 match) macros.

The 7 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:
 NEWS                                          |  13 +-
 doc/ref/libguile-foreign-objects.texi         |   4 +-
 doc/ref/match.texi                            |  92 ++++++++-
 doc/ref/srfi-modules.texi                     |  22 ++-
 libguile/r6rs-ports.c                         |  10 +-
 libguile/vm.c                                 |   1 +
 module/ice-9/boot-9.scm                       |  74 +++----
 module/ice-9/threads.scm                      |  11 +-
 module/srfi/Makefile.am                       |   3 +-
 module/srfi/srfi-71.scm                       | 265 ++++++++++++++++++++++++++
 test-suite/Makefile.am                        |   1 +
 test-suite/tests/{procs.test => srfi-71.test} |  58 +++---
 12 files changed, 477 insertions(+), 77 deletions(-)
 create mode 100644 module/srfi/srfi-71.scm
 copy test-suite/tests/{procs.test => srfi-71.test} (50%)



reply via email to

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