guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (54adbd6 -> 8edf1dc)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (54adbd6 -> 8edf1dc)
Date: Wed, 3 Mar 2021 11:09:26 -0500 (EST)

wingo pushed a change to branch master
in repository guile.

    from 54adbd6  improve autoconfigury for minigmp
     new c802ed4  Remove textual-ports include from (ice-9 read)
     new 5ea8c69  Invalid charset at EOF does not cause decoding error
     new 816c8d2  Fix reader extensions in Scheme reader
     new dba7669  Fix reading neoteric exprs in Scheme reader
     new 079800d  Fix unterminated #!...!# error message in Scheme reader
     new 118f0c2  Relax srfi-105 source expectations
     new 8edf1dc  Read-in-scheme replaces boot "read" definition

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


Summary of changes:
 NEWS                              |  2 +-
 am/bootstrap.am                   |  1 -
 libguile/ports.c                  | 11 ++--------
 module/Makefile.am                |  3 +--
 module/ice-9/boot-9.scm           | 33 +++++++++++++++++++++++++++++
 module/ice-9/psyntax-pp.scm       |  2 +-
 module/ice-9/psyntax.scm          |  2 +-
 module/ice-9/read.scm             | 44 ++++++++++++++-------------------------
 module/language/scheme/spec.scm   |  3 +--
 test-suite/tests/bytevectors.test |  6 +++---
 test-suite/tests/chars.test       |  9 +++-----
 test-suite/tests/ports.test       |  2 +-
 test-suite/tests/reader.test      | 12 +++++------
 test-suite/tests/srfi-105.test    | 10 +++++++--
 14 files changed, 77 insertions(+), 63 deletions(-)



reply via email to

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