[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(-)
- [Guile-commits] branch main updated (bb7154fb8 -> 2daea4020),
Andy Wingo <=
- [Guile-commits] 05/12: psyntax: Clean up use of fx+, etc, Andy Wingo, 2024/11/15
- [Guile-commits] 06/12: psyntax: Functional annotation of function names, Andy Wingo, 2024/11/15
- [Guile-commits] 10/12: psyntax: Add simple pattern matcher, Andy Wingo, 2024/11/15
- [Guile-commits] 04/12: psyntax: Rename top-level-eval, local-eval, Andy Wingo, 2024/11/15
- [Guile-commits] 07/12: psyntax: Inline the single use of define-structure, Andy Wingo, 2024/11/15
- [Guile-commits] 08/12: psyntax: Remove a useless level of let, Andy Wingo, 2024/11/15
- [Guile-commits] 12/12: psyntax: Use new `match' instead of cdadring, Andy Wingo, 2024/11/15
- [Guile-commits] 11/12: psyntax: Use new `match' instead of cdadring, Andy Wingo, 2024/11/15
- [Guile-commits] 09/12: psyntax: Avoid lambda in procedure definitions, Andy Wingo, 2024/11/15
- [Guile-commits] 01/12: psyntax: Clean up lexical gensym creation, Andy Wingo, 2024/11/15