Releases: dfandrich/fvcbm
Version 3.2
- Detect an infinite file loop in .d64 & related disk images
- Support .d81 extension for 1581 disk images
- Support -- to end command-line options
- Fix a harmless read one byte past the end of a buffer
- Fix a crash when just -d is given
- Report a consistent file length in a corrupted Lynx file
- Add support for TAP tape archive files
- Support LDFLAGS in makefile
- Add CI jobs testing fvcbm under many different environments
Besides the source code, the following statically-linked binaries are available for download for a number of OSes. They include code from the noted libc that is freely available under the linked license:
fvcbm.com
— CP/M (Z80) [z88dk]
fvcbm.exe
— MS-DOS (x86) [Borland C++]
fvcbm-linux-arm
— Linux (arm7, works on aarch64 systems, too) [MUSL]
fvcbm-linux-x86
— Linux (i586, works on x86_64 systems, too) [MUSL]
fvcbm-macos
— macOS fat binary (aarch64 + x86_64) [macOS]
fvcbm-windows.exe
— Windows (i686) (win32 or win64 systems; dynamically linked to msvcrt.dll) [mingw]
Version 3.1
The first new fvcbm release in 26 years! Despite the time lag, this release has relatively minor changes:
- displays archive titles
- supports more raw disk image sizes
- fixes a number of bugs
- supports 64-bit architectures
- improves portability
- adds a simple regression test suite
Besides the source code, the following statically-linked binaries are available for download for a number of OSes. They include code from the noted libc that is freely available under the linked license:
fvcbm.com
— CP/M (Z80) [z88dk]
fvcbm.exe
— MS-DOS (x86) [Borland C++]
fvcbm-linux-arm
— Linux (arm7, works on aarch64 systems, too) [MUSL]
fvcbm-linux-x86
— Linux (i586, works on x86_64 systems, too) [MUSL]
fvcbm-macos
— macOS fat binary (aarch64 + x86_64) [macOS]
fvcbm-windows.exe
— Windows (i686) (win32 or win64 systems; dynamically linked to msvcrt.dll) [mingw]
Version 3.0
This is the historic ver. 3.0 from 1997.
Note: This release will not work properly for some file types on 64-bit systems.