skx / cpmulator

Golang CP/M emulator for zork, Microsoft BASIC, Turbo Pascal, Wordstar, lighthouse-of-doom, etc
MIT License
98 stars 3 forks source link

110 glob #111

Closed skx closed 4 months ago

skx commented 4 months ago

This pull-request closes #110 by fixing a couple of broken aspects of our file-matching.

We now use a single unified way to test if a file should match a given "glob" pattern, and we've fixed some issues that made it broken.