wingo pushed a change to branch stable-2.0
in repository guile.
from a192c33 peval: Always visit prompt bodies in values context
new 64fd7cc Remove link to Emacs' regexp syntax
new 05b3e06 Add reference to the lack of "non-greedy" variants
new 0a3ea05 Fix uri-decode behavior for "+"
new b77642d Fix size measurement in bytevector_large_set
new 6dc06a5 Document sigaction + SA_RESTART
new 57e8775 Fix SRFI-2 (and-let*) implementation.
new 4034a9c Add SRFI-2 (and-let*) test suite.
new 64039f3 Update and-let-star.test
new 961e226 Detect too-old libunistring at configure-time.
new 8c8499a Document pretty-print #:max-expr-width
new dde0d17 Use source file permissions for compiled files
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:
NEWS | 7 ++++
configure.ac | 7 ++++
doc/ref/api-regex.texi | 14 +++----
doc/ref/misc-modules.texi | 3 ++
doc/ref/posix.texi | 16 ++++++++
doc/ref/web.texi | 7 +++-
libguile/bytevectors.c | 7 ++--
module/ice-9/and-let-star.scm | 52 ++++++++++++++++++------
module/system/base/compile.scm | 4 +-
module/web/uri.scm | 11 ++++--
test-suite/Makefile.am | 1 +
test-suite/tests/and-let-star.test | 8 ++--
test-suite/tests/bytevectors.test | 6 ++-
test-suite/tests/srfi-2.test | 77 ++++++++++++++++++++++++++++++++++++
test-suite/tests/web-uri.test | 5 ++-
15 files changed, 190 insertions(+), 35 deletions(-)
create mode 100644 test-suite/tests/srfi-2.test