Changelog:
r45165 | compyx | 2024-05-20 08:37:05 +0000 (Mon, 20 May 2024) | 5 lines
Build system: configure: add `AC_TYPE_SSIZE_T`
Invoke `AC_TYPE_SSIZE_T` to provide a suitable typedef for `ssize_t` in case
the system doesn't define it (MVSC?).
------------------------------------------------------------------------
r45164 | gpz | 2024-05-16 17:15:24 +0000 (Thu, 16 May 2024) | 1 line
always enclose filename in single quotes
------------------------------------------------------------------------
r45163 | compyx | 2024-05-15 06:33:59 +0000 (Wed, 15 May 2024) | 5 lines
Gtk3: Fix UI actions calling `printer_formfeed()`
Use indexes, not device numbers, when calling `printer_formfeed()`.
Should fix bug #2035.
------------------------------------------------------------------------
r45162 | rhialto | 2024-05-14 20:57:52 +0000 (Tue, 14 May 2024) | 2 lines
Initialize opc[], and use post-byte with submode in the same cases as asm_addr_mode_get_size() does.
------------------------------------------------------------------------
r45161 | gpz | 2024-05-14 17:48:50 +0000 (Tue, 14 May 2024) | 1 line
make GTK monitor window larger by default, requested by count0 :)
------------------------------------------------------------------------