guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/6] A handful of post 3.0.10 fixups


From: Rob Browning
Subject: [PATCH 0/6] A handful of post 3.0.10 fixups
Date: Mon, 1 Jul 2024 21:45:14 -0500

I generated this set of patches while trying to track down the Debian
buildd failures.  Four of them are bug fixes, the other two are an
optimization and a doc fix.

Proposed for main, and if they're deemed plausible, I'll add relevant
changelog entries and NEWS updates.

Thanks

Rob Browning (6):
  define-meta-command: mention effects of a missing category
  Ensure GUILE-VERSION changes propagate to .version and Makefiles
  Add guile-procedures.txt to BUILT_SOURCES
  test-hashing: support 32-bit
  scm_i_utf8_string_hash: don't overrun when len is zero
  scm_i_utf8_string_hash: optimize ASCII

 Makefile.am                          |  5 +--
 configure.ac                         |  1 +
 libguile/hash.c                      | 56 +++++++++++++++-------------
 module/system/repl/command.scm       |  2 +
 test-suite/standalone/test-hashing.c |  8 +++-
 5 files changed, 43 insertions(+), 29 deletions(-)

-- 
2.43.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]