unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH 0/6] A handful of post 3.0.10 fixups
@ 2024-07-02  2:45 Rob Browning
  2024-07-02  2:45 ` [PATCH 1/6] define-meta-command: mention effects of a missing category Rob Browning
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Rob Browning @ 2024-07-02  2:45 UTC (permalink / raw)
  To: guile-devel

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




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-07-02  4:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-02  2:45 [PATCH 0/6] A handful of post 3.0.10 fixups Rob Browning
2024-07-02  2:45 ` [PATCH 1/6] define-meta-command: mention effects of a missing category Rob Browning
2024-07-02  2:45 ` [PATCH 2/6] Ensure GUILE-VERSION changes propagate to .version and Makefiles Rob Browning
2024-07-02  2:45 ` [PATCH 3/6] Add guile-procedures.txt to BUILT_SOURCES Rob Browning
2024-07-02  4:15   ` Rob Browning
2024-07-02  2:45 ` [PATCH 4/6] test-hashing: support 32-bit Rob Browning
2024-07-02  2:45 ` [PATCH 5/6] scm_i_utf8_string_hash: don't overrun when len is zero Rob Browning
2024-07-02  2:45 ` [PATCH 6/6] scm_i_utf8_string_hash: optimize ASCII Rob Browning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).