[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (99e727add -> a0805cc27)
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] branch main updated (99e727add -> a0805cc27) |
Date: |
Sun, 16 Jul 2023 16:39:40 -0400 (EDT) |
civodul pushed a change to branch main
in repository guile.
from 99e727add Remove recursive Makefile for 'benchmark-suite'.
new c7d170c5d Fix typos throughout codebase.
new 84bf84032 Fix dangling pointers in `environ'.
new dcccaddf7 Avoid module resolution in 'call-with-new-thread'.
new d5659b786 r7rs: 'read-u8' now defaults to 'current-input-port'.
new 99e644dbc doc: Use archived URL from Internet Archive for syntax-rules
primer.
new a0805cc27 Revert "Mention package GNU Autopoint in README."
The 6 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 | 548 ++++++++++++++--------------
README | 3 +-
doc/r5rs/r5rs.texi | 10 +-
doc/ref/api-data.texi | 16 +-
doc/ref/api-debug.texi | 2 +-
doc/ref/api-evaluation.texi | 4 +-
doc/ref/api-io.texi | 2 +-
doc/ref/api-macros.texi | 13 +-
doc/ref/api-procedures.texi | 2 +-
doc/ref/api-scheduling.texi | 12 +-
doc/ref/api-undocumented.texi | 6 +-
doc/ref/libguile-concepts.texi | 2 +-
doc/ref/posix.texi | 10 +-
doc/ref/srfi-modules.texi | 12 +-
doc/ref/vm.texi | 2 +-
doc/ref/web.texi | 2 +-
examples/box-dynamic-module/box.c | 2 +-
examples/box-dynamic/box.c | 2 +-
examples/box-module/box.c | 4 +-
examples/box/box.c | 2 +-
examples/safe/safe | 2 +-
examples/scripts/README | 2 +-
examples/scripts/hello | 2 +-
gc-benchmarks/larceny/twobit-input-long.sch | 8 +-
gc-benchmarks/larceny/twobit-smaller.sch | 2 +-
gc-benchmarks/larceny/twobit.sch | 8 +-
libguile/expand.c | 4 +-
libguile/load.c | 2 +-
libguile/net_db.c | 2 +-
libguile/posix.c | 21 +-
libguile/scmsigs.c | 2 +-
libguile/srfi-14.c | 4 +-
libguile/threads.c | 6 +-
meta/guile.m4 | 2 +-
module/ice-9/match.upstream.scm | 4 +-
module/ice-9/ports.scm | 8 +-
module/ice-9/threads.scm | 10 +-
module/language/cps/graphs.scm | 4 +-
module/scheme/base.scm | 4 +-
module/scripts/doc-snarf.scm | 10 +-
module/srfi/srfi-19.scm | 2 +-
module/system/repl/command.scm | 2 +-
test-suite/tests/srfi-18.test | 4 +-
43 files changed, 404 insertions(+), 367 deletions(-)
- [Guile-commits] branch main updated (99e727add -> a0805cc27),
Ludovic Courtès <=
- [Guile-commits] 02/06: Fix dangling pointers in `environ'., Ludovic Courtès, 2023/07/16
- [Guile-commits] 06/06: Revert "Mention package GNU Autopoint in README.", Ludovic Courtès, 2023/07/16
- [Guile-commits] 01/06: Fix typos throughout codebase., Ludovic Courtès, 2023/07/16
- [Guile-commits] 03/06: Avoid module resolution in 'call-with-new-thread'., Ludovic Courtès, 2023/07/16
- [Guile-commits] 04/06: r7rs: 'read-u8' now defaults to 'current-input-port'., Ludovic Courtès, 2023/07/16
- [Guile-commits] 05/06: doc: Use archived URL from Internet Archive for syntax-rules primer., Ludovic Courtès, 2023/07/16