guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (bb7154fb8 -> 2daea4020)


From: Andy Wingo
Subject: [Guile-commits] branch main updated (bb7154fb8 -> 2daea4020)
Date: Fri, 15 Nov 2024 10:25:29 -0500 (EST)

wingo pushed a change to branch main
in repository guile.

    from bb7154fb8 Fix build failure with GCC 14 and musl on 32-bit systems.
     new ebbb10c92 psyntax: Clean up lexical gensym creation
     new 70e261697 psyntax: Remove useless gen-label invocations
     new d60aeb3ce psyntax: Use vectors instead of gensyms for labels, marks
     new dd18780fb psyntax: Rename top-level-eval, local-eval
     new f376e6445 psyntax: Clean up use of fx+, etc
     new 8c78234e8 psyntax: Functional annotation of function names
     new 3b230745f psyntax: Inline the single use of define-structure
     new 4f05d1709 psyntax: Remove a useless level of let
     new d30b39e4e psyntax: Avoid lambda in procedure definitions
     new d94292724 psyntax: Add simple pattern matcher
     new 029540948 psyntax: Use new `match' instead of cdadring
     new 2daea4020 psyntax: Use new `match' instead of cdadring

The 12 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:
 module/ice-9/psyntax-pp.scm |  572 +++--
 module/ice-9/psyntax.scm    | 5616 +++++++++++++++++++++----------------------
 2 files changed, 3122 insertions(+), 3066 deletions(-)



reply via email to

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