github Zibri/VICE r45227u
r45227 Ubuntu 22.04

latest releases: r46149, r46149u, r46147...
23 months ago

Changelog:

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 .

------------------------------------------------------------------------
r45226 | rhialto | 2024-07-14 15:05:49 +0000 (Sun, 14 Jul 2024) | 15 lines

fsdevice: fix bug #2047.

Directory loading of "$:" was loading the full directory but should have
matched no files at all. It is actually a degenerate case where you
specify an empty pattern and that matches no names.

- $     should list all
- $:    should match nothing
- $0    should list all
- $0:   should match nothing
- $:pattern     should match the pattern
- $0:pattern    should match the pattern
- $pattern      should match the pattern


------------------------------------------------------------------------
r45225 | gpz | 2024-07-13 23:44:12 +0000 (Sat, 13 Jul 2024) | 1 line

fix UI for the 'standard' Plus4 parallel cable
------------------------------------------------------------------------
r45224 | gpz | 2024-07-13 16:00:20 +0000 (Sat, 13 Jul 2024) | 1 line

fix spelling
------------------------------------------------------------------------
r45223 | gpz | 2024-07-13 15:56:09 +0000 (Sat, 13 Jul 2024) | 1 line

remove 'synergy' userport joystick adapter from all emulators except plus4
------------------------------------------------------------------------

Don't miss a new VICE release

NewReleases is sending notifications on new releases.