[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] branch main updated (49f24d2bf -> fb1f5e28b)
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] branch main updated (49f24d2bf -> fb1f5e28b) |
Date: |
Mon, 29 Jan 2024 08:47:39 -0500 (EST) |
civodul pushed a change to branch main
in repository guile.
from 49f24d2bf Fix test for unique macro-introduced toplevels
new 0933791c4 Add more detailed instructions into the HACKING file.
new b6866ded2 ftw: Fix getuid-or-false, getgid-or-false macros.
new 91a46b7ce Delete two config.rpath scripts
new 52de92b6e Deduplicate and sort .gitignore
new 9299666fc Ignore more generated files
new 5223c71d0 Fix loading of custom-ports extension
new fb1f5e28b Match on correct argument in make-custom-port
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:
.gitignore | 132 ++++----
HACKING | 38 ++-
NEWS | 3 +
build-aux/config.rpath | 684 ------------------------------------------
config.rpath | 666 ----------------------------------------
module/ice-9/custom-ports.scm | 4 +-
module/ice-9/ftw.scm | 4 +-
7 files changed, 104 insertions(+), 1427 deletions(-)
delete mode 100755 build-aux/config.rpath
delete mode 100755 config.rpath
- [Guile-commits] branch main updated (49f24d2bf -> fb1f5e28b),
Ludovic Courtès <=
- [Guile-commits] 06/07: Fix loading of custom-ports extension, Ludovic Courtès, 2024/01/29
- [Guile-commits] 02/07: ftw: Fix getuid-or-false, getgid-or-false macros., Ludovic Courtès, 2024/01/29
- [Guile-commits] 05/07: Ignore more generated files, Ludovic Courtès, 2024/01/29
- [Guile-commits] 03/07: Delete two config.rpath scripts, Ludovic Courtès, 2024/01/29
- [Guile-commits] 01/07: Add more detailed instructions into the HACKING file., Ludovic Courtès, 2024/01/29
- [Guile-commits] 07/07: Match on correct argument in make-custom-port, Ludovic Courtès, 2024/01/29
- [Guile-commits] 04/07: Deduplicate and sort .gitignore, Ludovic Courtès, 2024/01/29