bug#61980: [gnu.org #1925573] [Guile manual] Dead 404 link report.

2023-03-05 Thread Therese Godefroy via RT
Hello Guile maintainers, Yuval Langer reports 2 dead links in the Guile manual (see below): 1) (html_node/SLIB.html) ../slib_html/Require.html#Require (guile.html) slib.html#Require Replacement --> https://people.csail.mit.edu/jaffer/slib/Require.html#Require 2) (html_node/JACAL.html) ../jaca

bug#56413: [PATCH v2 1/1] scm_i_utf8_string_hash: compute u8 chars not bytes

2023-03-05 Thread Rob Browning
Noticed while investigating a migration to utf-8 strings. After making changes that routed non-ascii symbol hashing through this function, encoding-iso88597.test began intermittently failing because it would traverse trailing garbage when u8_strnlen reported 8 chars instead of 4. Change the scm_i