guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-whippet updated (5c5b86745 -> c794c086d)


From: Andy Wingo
Subject: [Guile-commits] branch wip-whippet updated (5c5b86745 -> c794c086d)
Date: Thu, 12 Jun 2025 10:52:08 -0400 (EDT)

wingo pushed a change to branch wip-whippet
in repository guile.

    from 5c5b86745 Turn boot closures into subrs
     new ec92d6a96 Fix bug whereby taking GC bytevectors was allocating inline 
storage
     new c794c086d Change charsets to use bytevector to store char ranges

The 2 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:
 libguile/bytevectors.c |    3 +-
 libguile/eq.c          |   10 +
 libguile/evalext.c     |    1 +
 libguile/goops.c       |   12 +
 libguile/print.c       |   11 +
 libguile/scm.h         |   12 +-
 libguile/srfi-14.c     | 1038 ++++++++++++++++++++++++------------------------
 libguile/srfi-14.h     |   35 +-
 module/oop/goops.scm   |    6 +-
 9 files changed, 577 insertions(+), 551 deletions(-)



reply via email to

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