Changelog:
r45246 | gpz | 2024-07-18 21:01:32 +0000 (Thu, 18 Jul 2024) | 1 line
don't check for userport drive cable in xvic
------------------------------------------------------------------------
r45234 | gpz | 2024-07-15 23:39:23 +0000 (Mon, 15 Jul 2024) | 1 line
fix warnings, patch by Uffe Jakobsen
------------------------------------------------------------------------
r45233 | gpz | 2024-07-15 22:11:49 +0000 (Mon, 15 Jul 2024) | 1 line
Fix for bug ticket #2030: Plus/4 emulator hangs after a while, patch by Uffe Jakobsen
------------------------------------------------------------------------
r45232 | rhialto | 2024-07-15 19:20:40 +0000 (Mon, 15 Jul 2024) | 2 lines
Use size_t to store the result from strlen().
------------------------------------------------------------------------
r45227 | rhialto | 2024-07-14 15:09:10 +0000 (Sun, 14 Jul 2024) | 8 lines
fsdevice: fix file name pattern matching.
The 1581 allows matches with text following a * wildcard and that case
was not handled correctly. The code allows one * with following text.
If we want to go completely generic, allowing multiple * wildcards, I
would propose we take the algorithm from
https://dogankurt.com/wildcard.html#Iterative_Algorithms .
------------------------------------------------------------------------