Changelog:
r44243 | compyx | 2023-07-11 19:21:39 +0000 (Tue, 11 Jul 2023) | 4 lines
Use correct specifiers for `size_t`
Use our `PRI_SIZE_T` hack to get the proper specifiers for `size_t` on Windows.
------------------------------------------------------------------------
r44241 | compyx | 2023-07-11 18:23:31 +0000 (Tue, 11 Jul 2023) | 6 lines
Buildsystem: enable `-Wmissing-field-initializers` by default
Enable the warning for missing field initializers for structs again. The core
code and the Gtk3 UI code should be clean, the current SDL UI code will trigger
over 4000 warnings, which have been fixed in the `compyx/sdl-uiactions` branch.
------------------------------------------------------------------------
r44229 | durandal78 | 2023-07-09 19:39:23 +0000 (Sun, 09 Jul 2023) | 1 line
Display correct column count for VICII and TED
------------------------------------------------------------------------
r44223 | gpz | 2023-07-08 18:48:42 +0000 (Sat, 08 Jul 2023) | 1 line
actually kill the forked process on windows
------------------------------------------------------------------------
r44222 | gpz | 2023-07-08 18:35:11 +0000 (Sat, 08 Jul 2023) | 1 line
make Windows build compile again, still needs to be fixed properly
------------------------------------------------------------------------