guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (a04a024 -> 697f2b3)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (a04a024 -> 697f2b3)
Date: Thu, 25 Feb 2021 15:39:05 -0500 (EST)

wingo pushed a change to branch master
in repository guile.

    from a04a024  Implement read-syntax
     new 1711608  Add quote-syntax
     new e054504  Remove top-marked? optimization from psyntax
     new 9ade450  Fix module scoping for datum->syntax with no identifier
     new 0cc7991  Ensure that (syntax ()) results in ()
     new a758ba0  Fix read-syntax on vectors and arrays
     new 03448b2  Read Scheme via read-syntax
     new 3fcc0eb  Commit updates from newest autoconf
     new 636ae1d  Optimize run-time init and relocation procedure
     new 07f63cf  Add syntax-sourcev
     new 7e01042  Assembler writes vector source properties
     new 18c09f0  Psyntax uses sourcev internally
     new 6c57b2a  read-syntax uses vector source representation
     new 697f2b3  Shunt syntax-sourcev to (system syntax internal)

The 13 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:
 ABOUT-NLS                       | 2025 +++++++++++++++++++++------------------
 am/bootstrap.am                 |    1 +
 build-aux/config.rpath          |  120 ++-
 libguile/syntax.c               |   55 +-
 libguile/syntax.h               |    1 +
 module/ice-9/boot-9.scm         |    3 +-
 module/ice-9/local-eval.scm     |    9 +-
 module/ice-9/psyntax-pp.scm     |  371 ++++---
 module/ice-9/psyntax.scm        |  283 +++---
 module/ice-9/read.scm           |   10 +-
 module/language/scheme/spec.scm |    3 +-
 module/system/vm/assembler.scm  |  168 ++--
 test-suite/tests/dwarf.test     |   20 +-
 13 files changed, 1692 insertions(+), 1377 deletions(-)



reply via email to

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