From 6c11cac0f7067d9aebff9b1c0f5de48e64cf05fb Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 11 Jun 2026 14:09:25 -0400 Subject: [PATCH] fixes5-0-1.txt entry for pull request #1581 --- doc/fixes5-0-1.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fixes5-0-1.txt b/doc/fixes5-0-1.txt index c3f747534..ffa76e493 100644 --- a/doc/fixes5-0-1.txt +++ b/doc/fixes5-0-1.txt @@ -172,6 +172,10 @@ MS-DOS: VESA and 16 color modes: Pass correct parameters to vga_userpan (pr #1579 by chasonr) MS-DOS: 16 color mode: Set the panning direction so CTRL-left and CTRL-right pan in the same direction as 3.4.3. (pr #1579 by chasonr) +MS-DOS: makefont.lua was generating incorrect PSF fonts; there can be + multiple characters mapped to a single glyph, but the mappings + should be separated by FE bytes (pr #1581 by chasonr) +MS-DOS: accept only single character font mappings (pr #1581 by chasonr) musl: musl libc does not have __sighandler_t so don't use it in the macro definition for SIG_RET_TYPE with musl WASM: resolve some build failures in 'make CROSS_TO_WASM=1'