[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (242e8698c -> bb7154fb8)
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] branch main updated (242e8698c -> bb7154fb8) |
Date: |
Sat, 26 Oct 2024 13:45:58 -0400 (EDT) |
civodul pushed a change to branch main
in repository guile.
from 242e8698c Better REPL behavior on syntax errors in meta commands.
new 1a5e35f0e srfi-64: Accept symbols as test group names.
new 130fdb0c8 doc: Document #:hide.
new bfff7e1d6 doc: Fix implication of omitting optional arguments.
new 8d45f63c8 doc: Document the peek and pk procedures.
new a0368a612 doc: Fix typo in FFI documentation.
new 1c093d8bc doc: Recommend alist-copy instead of list-copy.
new bb7154fb8 Fix build failure with GCC 14 and musl on 32-bit systems.
The 7 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:
NEWS | 2 +
doc/ref/api-data.texi | 2 +-
doc/ref/api-debug.texi | 120 ++++++++++++++++++++++++++++++++++++++++++-----
doc/ref/api-foreign.texi | 2 +-
doc/ref/api-modules.texi | 33 ++++++++-----
libguile/filesys.c | 2 +-
module/srfi/srfi-64.scm | 15 +++++-
7 files changed, 147 insertions(+), 29 deletions(-)
- [Guile-commits] branch main updated (242e8698c -> bb7154fb8),
Ludovic Courtès <=
- [Guile-commits] 03/07: doc: Fix implication of omitting optional arguments., Ludovic Courtès, 2024/10/26
- [Guile-commits] 05/07: doc: Fix typo in FFI documentation., Ludovic Courtès, 2024/10/26
- [Guile-commits] 06/07: doc: Recommend alist-copy instead of list-copy., Ludovic Courtès, 2024/10/26
- [Guile-commits] 02/07: doc: Document #:hide., Ludovic Courtès, 2024/10/26
- [Guile-commits] 01/07: srfi-64: Accept symbols as test group names., Ludovic Courtès, 2024/10/26
- [Guile-commits] 04/07: doc: Document the peek and pk procedures., Ludovic Courtès, 2024/10/26
- [Guile-commits] 07/07: Fix build failure with GCC 14 and musl on 32-bit systems., Ludovic Courtès, 2024/10/26