[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 09/09: Merge Lightening update branch
From: |
Andy Wingo |
Subject: |
[Guile-commits] 09/09: Merge Lightening update branch |
Date: |
Mon, 22 Apr 2024 09:21:40 -0400 (EDT) |
wingo pushed a commit to branch main
in repository guile.
commit e2fad20257e0c5adf59c30fedc736206a9253042
Merge: 6b99eb521 112b617f5
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Mon Apr 22 15:18:57 2024 +0200
Merge Lightening update branch
NEWS | 9 ++++++
check-guile.in | 24 ++++++--------
doc/ref/api-io.texi | 22 +++++++++++--
doc/ref/api-procedures.texi | 20 ------------
libguile/ports.c | 42 ++++++++++++++++++++++---
module/ice-9/eval-string.scm | 2 +-
module/ice-9/ports.scm | 8 ++++-
module/srfi/srfi-19.scm | 2 ++
module/system/vm/linker.scm | 25 +++++++++------
test-suite/guile-test | 16 +++++-----
test-suite/standalone/test-bad-identifiers | 13 +++-----
test-suite/tests/eval-string.test | 7 ++++-
test-suite/tests/interp.test | 3 ++
test-suite/tests/ports.test | 50 ++++++++++++++++++++++++++++--
test-suite/tests/r6rs-unicode.test | 2 +-
test-suite/tests/srfi-10.test | 4 ++-
test-suite/tests/srfi-19.test | 3 ++
17 files changed, 179 insertions(+), 73 deletions(-)
- [Guile-commits] branch main updated (112b617f5 -> e2fad2025), Andy Wingo, 2024/04/22
- [Guile-commits] 03/09: Merge branch 'topic/fix-reset-literal-pool' into 'main', Andy Wingo, 2024/04/22
- [Guile-commits] 01/09: replace use of uninitialized variable size in reset_literal_pool, Andy Wingo, 2024/04/22
- [Guile-commits] 08/09: Fix compilation when SCM_I_PTHREAD_ONCE_INIT is not aggregate, Andy Wingo, 2024/04/22
- [Guile-commits] 05/09: aarch64: Fix swap_atomic retry, Andy Wingo, 2024/04/22
- [Guile-commits] 09/09: Merge Lightening update branch,
Andy Wingo <=
- [Guile-commits] 06/09: aarch64: Add support for LSE atomics, Andy Wingo, 2024/04/22
- [Guile-commits] 04/09: Fix CI, Andy Wingo, 2024/04/22
- [Guile-commits] 02/09: set size to known value before init, Andy Wingo, 2024/04/22
- [Guile-commits] 07/09: Merge remote-tracking branch 'lightening/main', Andy Wingo, 2024/04/22