- Changed unknown publisher, You? => N/A.
- Added commented LDFLAGS option for pkgsrc on macOS.
- Use correct capitalization.
- Removed links to outdated support files.
- Updated links to packages for OpenBSD and macOS. Added a link to pkgsrc on
- Updated FAQ with explanation about how to compile uCON64 on macOS with
- Mentioned how to use Clang.
- Removed redundant check.
- Addressed 2 more issues indicated by Clang's --analyze (were not spurious
- Addressed issues pointed out by --analyze of Clang 8.0.1. The remaining
- Fixed warnings when compiling with Clang 8.0.1.
- Fixed code that displays the I/O port of the Extended Control register.
- Restored support for NetBSD/i386 and OpenBSD/i386 in makefile of libcd64.
- Mentioned Kristian's full name.
- Simplified GD transfer (uploading) code somewhat, now that some parts are
- Implemented dumping for --xgd6. 15 years late, but still the first tool to do
- Added missing dependencies.
- Added proper support for Clang to the makefiles. Indicate that you want to
- Scratched a few itches.
- Increased the version to 2.2.2 (WIP).
- Fixed gauge not being correctly updated when uploading to the Doctor V64.
- Fixed gauge not being correctly updated when uploading to the Doctor V64.
- Added information about and links to the new patches.
- Fixed crash in change_mem2() on 64-bit platforms...
- Fixed crash in change_mem2() on 64-bit platforms...
- Fixed issue with undefined zlib macro OF.
- Fixed issue with undefined zlib macro OF.
- Fixed issue with undefined zlib macro OF.
- Fixed issue with undefined zlib macro OF.
- Tagging uCON64 version 2.2.1 as it is released.
- Branching uCON64 version 2.2.1 as it is released.
- Released uCON64 2.2.1.
- Preparing for release.
- Fixed off-by-one bug in ucon64_testpad() when the sequence of repeated byte
- Mostly cosmetic changes.
- Fixed warnings for 32-bit Cygwin.
- Fixed issues indicated by (/analyze of) Visual C++ (2019).
- Fixed issues indicated by /analyze of Visual C++ (2015).
- Tiny cosmetic change.
- Fixed very old off-by-1 bug in ucon64_testpad().
- Finally got it right. MSYS2 terminal is just weird.
- Updated all links in faq.html and changed http to https where possible.
- Updated all links in faq.html and changed http to https where possible.
- Added support for USB to the 64-bit Windows ports. With this change the
- Removed extra newline.
- It is specific to GNU/Linux, so don't suggest otherwise.
- Fixed warning when compiling with GCC 10.1.0.
- libcd64 now also opens the parallel port in blocking mode on BeOS (just like
- Replaced HTTP links with HTTPS ones.
- libcd64: Implemented the same functionality in the Cygwin signal handler as
- Removing -funroll-loops worked for MinGW-w64, but not for 64-bit Cygwin...
- Updated year...
- Fixed typo...
- The cause of the I/O exception not being caught in the MinGW-w64 and 64-bit
- Implemented I/O exception handling on Cygwin with a signal handler instead of
- Added strnlen() to DXE version of libdiscmage.
- Fixed error I introduced in the previous commit.
- Reviewed each call to strlen() and if it was associated with a bounds check
- libdiscmage support is no longer enabled by default.
- Removed some redundant code.
- The FAL code pointer hacks are only present in code not used by uCON64, so
- Output while scanning .clvs files can be suppressed with -q. It is essential
- Fewer type casts is neater.
- Fixed data size calculation code for UNIF files.
- Addressed some issues pointed out by /analyze.
- Removed a few redundant type casts.
- Added MinGW-w64 build support, including libdiscmage and libcd64.