bug#40809: Apology: documentation for srfi-modules broken?

2024-07-12 Thread Rob Browning
Hello Guilers! I submitted my patch for srfi-171 which got merged. I built it (or rather: I believe I did) on my little arm board without issues. However, after finally getting some computer time yesterday I tried to build guile master on my Mac, and when I checked the terminal window quickly t

bug#40809: Apology: documentation for srfi-modules broken?

2024-07-12 Thread Rob Browning
Hello Guilers! I submitted my patch for srfi-171 which got merged. I built it (or rather: I believe I did) on my little arm board without issues. However, after finally getting some computer time yesterday I tried to build guile master on my Mac, and when I checked the terminal window quickly t

bug#36808: Unable to find GNU libunistring when building Guile 2.2.6

2024-07-12 Thread Rob Browning
I'm closing this, suspecting that the issue has been resolved in newer versions of Guile or the platform, or... But please feel free to re-open it if that's mistaken. Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B

bug#72086: scm_i_utf8_string_hash overruns buffer when len is zero

2024-07-12 Thread Rob Browning
The first patch attempts to fix that, and the second is an optimization when then input is ASCII (since we already have the information we need to detect that): >From 619e3d3afec2c116007d9cb2ad32a500fb32a7dd Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 30 Jun 2024 22:41:40 -0500 Subjec

bug#72085: test-suite missing dependency on guile-procedures.txt

2024-07-12 Thread Rob Browning
Some of the tests in the test-suite depend on guile-procedures.txt, but nothing currently indicates that, and so a build in a clean tree may fail. This patch tries to fix that: >From 2e391649fc17c1ecaa297e5ce4bf2bfae0963eaf Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 30 Jun 2024 12:3

bug#72084: GUILE-VERSION changes don't propagate to .version and Makefile(s)

2024-07-12 Thread Rob Browning
Changing GUILE-VERSION doesn't update these deriviative files. This patch may fix that: >From 485b9c282e0b4e6c6317666129e433e90acf4dea Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 30 Jun 2024 12:27:38 -0500 Subject: [PATCH 1/1] Ensure GUILE-VERSION changes propagate to .version and M