log

age author description
Mon, 11 Oct 2021 07:52:56 +0300 Matti Hamalainen Check error value when seeking to start of the SID header.
Mon, 11 Oct 2021 07:52:42 +0300 Matti Hamalainen Actually seek to the SID dataOffset when starting to read it.
Sat, 09 Oct 2021 16:20:45 +0300 Matti Hamalainen Update NEWS.
Fri, 08 Oct 2021 19:29:21 +0300 Matti Hamalainen Display StartPage and PageLength information from the header as well.
Fri, 08 Oct 2021 14:59:53 +0300 Matti Hamalainen Update NEWS.
Fri, 08 Oct 2021 14:59:47 +0300 Matti Hamalainen Bump version.
Fri, 08 Oct 2021 14:56:22 +0300 Matti Hamalainen Oops, we were supposed to read LE, not BE. Fixed.
Fri, 08 Oct 2021 14:51:19 +0300 Matti Hamalainen Fix in-data load address handling.
Fri, 08 Oct 2021 14:04:00 +0300 Matti Hamalainen Check for RSID validity, too.
Tue, 23 Mar 2021 17:05:24 +0200 Matti Hamalainen Added signature for changeset be7661e59c69
Tue, 23 Mar 2021 17:05:17 +0200 Matti Hamalainen Added tag rel-0_9_3 for changeset 8ef3a7318ea1
Sun, 21 Mar 2021 16:26:59 +0200 Matti Hamalainen Update NEWS. rel-0_9_3
Sat, 02 Jan 2021 11:37:13 +0200 Matti Hamalainen Bump copyright years.
Thu, 24 Dec 2020 09:35:26 +0200 Matti Hamalainen Cosmetic.
Fri, 11 Sep 2020 02:08:36 +0300 Matti Hamalainen Cleanup.
Fri, 11 Sep 2020 02:02:30 +0300 Matti Hamalainen Oops, forgot that clang does not like -flto.
Fri, 11 Sep 2020 01:59:35 +0300 Matti Hamalainen Add Makefile parameter ASAN to enable address sanitizer build (and disable -O and -flto when doing that.)
Wed, 26 Aug 2020 10:11:14 +0300 Matti Hamalainen Update NEWS.
Wed, 26 Aug 2020 10:07:23 +0300 Matti Hamalainen Oops, forgot to mark sidlib_stil_fields_{uc,lc} arrays extern in the header file. Fixed.
Sat, 29 Feb 2020 12:29:43 +0200 Matti Hamalainen If no arguments given, show help anyway.
Sat, 29 Feb 2020 12:20:03 +0200 Matti Hamalainen Add th_ioctx_stdio.o to th-libs objects.
Mon, 27 Jan 2020 02:36:37 +0200 Matti Hamalainen Sigh, should look at the code while doing changes.
Mon, 27 Jan 2020 02:33:13 +0200 Matti Hamalainen Cleanup and few comments added.
Mon, 27 Jan 2020 02:32:59 +0200 Matti Hamalainen Add "support" for CP858 output in fallback converter as it is essentially the same as CP850.
Sat, 25 Jan 2020 13:06:02 +0200 Matti Hamalainen Adjust to th-libs ioctx API change.
Fri, 24 Jan 2020 04:55:09 +0200 Matti Hamalainen Update README for the changes in MiNGW cross-build Makefiles.
Tue, 21 Jan 2020 08:09:13 +0200 Matti Hamalainen Move to combined Makefile.cross-mingw makefile instead of the separate w32/64 wrappers.
Tue, 21 Jan 2020 04:41:49 +0200 Matti Hamalainen Add lowercase versions of the STIL field names array as
Mon, 20 Jan 2020 17:13:32 +0200 Matti Hamalainen Reorder option indices.
Sun, 19 Jan 2020 06:40:40 +0200 Matti Hamalainen Add some more error checking in the STIL parser.