[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (4fe6d19a5 -> eb3db96ce)
From: |
Andy Wingo |
Subject: |
[Guile-commits] branch main updated (4fe6d19a5 -> eb3db96ce) |
Date: |
Thu, 20 Jun 2024 08:57:04 -0400 (EDT) |
wingo pushed a change to branch main
in repository guile.
from 4fe6d19a5 bug#71303: [PATCH] doc: Fix typo in PEG example.
new ddc5e63b0 build: Use PKG_INSTALL_DIR
new 8b324bef7 Remove dead code in resolve-interface
new 305b2fa70 Add documentation on embedded procedure properties
new 7d2ef990a Update NEWS
new 7401ca75b Add link to foreign functions from gsubr doc
new eb3db96ce Add thanks for v3.0.10
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 | 148 +++++++++++++++++++++++++++++++++++++++++---
configure.ac | 1 +
doc/ref/api-procedures.texi | 98 ++++++++++++++++++-----------
meta/Makefile.am | 1 -
module/ice-9/boot-9.scm | 6 +-
5 files changed, 205 insertions(+), 49 deletions(-)
- [Guile-commits] branch main updated (4fe6d19a5 -> eb3db96ce),
Andy Wingo <=
- [Guile-commits] 03/06: Add documentation on embedded procedure properties, Andy Wingo, 2024/06/20
- [Guile-commits] 05/06: Add link to foreign functions from gsubr doc, Andy Wingo, 2024/06/20
- [Guile-commits] 01/06: build: Use PKG_INSTALL_DIR, Andy Wingo, 2024/06/20
- [Guile-commits] 06/06: Add thanks for v3.0.10, Andy Wingo, 2024/06/20
- [Guile-commits] 04/06: Update NEWS, Andy Wingo, 2024/06/20
- [Guile-commits] 02/06: Remove dead code in resolve-interface, Andy Wingo, 2024/06/20