Skip to content

r45160 Ubuntu 22.04

Choose a tag to compare

@Zibri Zibri released this 13 May 20:19
2da6b07

Changelog:

r45160 | gpz | 2024-05-13 19:50:32 +0000 (Mon, 13 May 2024) | 1 line

some more debug output, some refactoring, only create printer.dump for the userport printer when it is enabled. should fix bug #2032
------------------------------------------------------------------------
r45159 | gpz | 2024-05-13 19:40:17 +0000 (Mon, 13 May 2024) | 1 line

disable debug stuff
------------------------------------------------------------------------
r45158 | gpz | 2024-05-13 16:37:21 +0000 (Mon, 13 May 2024) | 1 line

scale and clip volume by an arbitrary factor, makes 6581/8580 nearly the same volume. patch #369 by Leandro Nini
------------------------------------------------------------------------
r45157 | compyx | 2024-05-13 08:52:23 +0000 (Mon, 13 May 2024) | 7 lines

GHA: work around build issue in libieee1284

GCC 14.1 warns about incompatible pointer types in some debug code in
libieee1284 and exits with a fatal error because of this. Since this is debug
code VICE doesn't use, we disable the warning, allowing libieee1284 to build
and install.

------------------------------------------------------------------------
r45156 | compyx | 2024-05-11 16:13:22 +0000 (Sat, 11 May 2024) | 6 lines

Fix GCC 14.1 array index warning

GCC 14.1 warns about using -1 as an array index, but the function in question
will never actually return -1. Better safe than sorry: return 0 on error and
log a debug message. 

------------------------------------------------------------------------