[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (3b76a30e3 -> f36342f9a)
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] branch main updated (3b76a30e3 -> f36342f9a) |
Date: |
Mon, 6 May 2024 05:59:18 -0400 (EDT) |
civodul pushed a change to branch main
in repository guile.
from 3b76a30e3 Tree-IL lowerer has #:dump-optimized-tree-il? option
new 4ae33f76d ‘system*’ no longer changes SIGINT and SIGQUIT handlers.
new 5fcf6ff17 Update NEWS.
new f27e8b855 Fix typos throughout codebase.
new ebcc9d1e3 build: Make sed invocation fully portable
new 57a889b72 build: Fix cross-compilation in out-of-tree-builds
new 80d4055e4 Fix error messages containing format strings
new a222503a8 Second argument of ‘unread-string’ is optional.
new f36342f9a guix: Use non-deprecated package name.
The 8 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:
.guix/modules/guile-package.scm | 4 +-
NEWS | 8 +-
doc/ref/api-control.texi | 20 ++--
doc/ref/api-data.texi | 147 ++++++++++++++-------------
doc/ref/api-debug.texi | 82 +++++++--------
doc/ref/api-deprecated.texi | 2 +-
doc/ref/api-evaluation.texi | 30 +++---
doc/ref/api-foreign.texi | 18 ++--
doc/ref/api-i18n.texi | 12 +--
doc/ref/api-io.texi | 51 +++++-----
doc/ref/api-languages.texi | 48 ++++-----
doc/ref/api-macros.texi | 85 ++++++++--------
doc/ref/api-memory.texi | 30 +++---
doc/ref/api-modules.texi | 6 +-
doc/ref/api-options.texi | 10 +-
doc/ref/api-peg.texi | 12 +--
doc/ref/api-procedures.texi | 36 +++----
doc/ref/api-scheduling.texi | 16 +--
doc/ref/api-undocumented.texi | 12 +--
doc/ref/api-utility.texi | 2 +-
doc/ref/expect.texi | 6 +-
doc/ref/goops.texi | 38 +++----
doc/ref/misc-modules.texi | 2 +-
doc/ref/posix.texi | 12 +--
doc/ref/repl-modules.texi | 4 +-
doc/ref/scheme-ideas.texi | 20 ++--
doc/ref/scheme-scripts.texi | 2 +-
doc/ref/srfi-modules.texi | 6 +-
gc-benchmarks/larceny/dynamic.sch | 2 +-
gc-benchmarks/larceny/twobit-input-long.sch | 16 +--
gc-benchmarks/larceny/twobit.sch | 16 +--
libguile/Makefile.am | 21 ++--
libguile/gc.h | 4 +-
libguile/ioext.c | 2 +-
libguile/list.c | 2 +-
libguile/options.c | 2 +-
libguile/ports.c | 2 +-
libguile/posix.c | 44 ++------
libguile/threads.c | 2 +-
module/ice-9/boot-9.scm | 10 +-
module/ice-9/format.scm | 3 +-
module/ice-9/optargs.scm | 2 +-
module/ice-9/ports.scm | 2 +-
module/ice-9/pretty-print.scm | 2 +-
module/ice-9/psyntax.scm | 2 +-
module/ice-9/r6rs-libraries.scm | 17 +++-
module/language/elisp/parser.scm | 2 +-
module/language/tree-il/compile-bytecode.scm | 4 +-
module/oop/goops.scm | 2 +-
module/srfi/srfi-37.scm | 6 +-
module/srfi/srfi-43.scm | 12 +--
module/statprof.scm | 2 +-
module/system/base/compile.scm | 2 +-
module/system/repl/command.scm | 4 +-
module/system/repl/common.scm | 7 +-
module/system/vm/traps.scm | 7 +-
module/texinfo/reflection.scm | 2 +-
test-suite/tests/eval.test | 4 +-
test-suite/tests/fluids.test | 2 +-
test-suite/tests/ports.test | 6 +-
60 files changed, 466 insertions(+), 468 deletions(-)
- [Guile-commits] branch main updated (3b76a30e3 -> f36342f9a),
Ludovic Courtès <=
- [Guile-commits] 01/08: ‘system*’ no longer changes SIGINT and SIGQUIT handlers., Ludovic Courtès, 2024/05/06
- [Guile-commits] 02/08: Update NEWS., Ludovic Courtès, 2024/05/06
- [Guile-commits] 05/08: build: Fix cross-compilation in out-of-tree-builds, Ludovic Courtès, 2024/05/06
- [Guile-commits] 03/08: Fix typos throughout codebase., Ludovic Courtès, 2024/05/06
- [Guile-commits] 04/08: build: Make sed invocation fully portable, Ludovic Courtès, 2024/05/06
- [Guile-commits] 06/08: Fix error messages containing format strings, Ludovic Courtès, 2024/05/06
- [Guile-commits] 07/08: Second argument of ‘unread-string’ is optional., Ludovic Courtès, 2024/05/06
- [Guile-commits] 08/08: guix: Use non-deprecated package name., Ludovic Courtès, 2024/05/06