log

age author description
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.
Sun, 19 Jan 2020 04:38:29 +0200 Matti Hamalainen Split HVSC SLDB and STILDB reading boilerplate code from sidinfo to sidutil.
Thu, 16 Jan 2020 22:41:13 +0200 Matti Hamalainen Remove PATH setting from DJGPP Makefile.
Thu, 16 Jan 2020 20:57:32 +0200 Matti Hamalainen Don't use predefined format strings for one-line output.
Tue, 14 Jan 2020 11:21:47 +0200 Matti Hamalainen Fix build.
Tue, 14 Jan 2020 11:14:48 +0200 Matti Hamalainen Bump version.
Mon, 13 Jan 2020 17:39:02 +0200 Matti Hamalainen Added signature for changeset a7ad3b640ed0
Mon, 13 Jan 2020 17:38:54 +0200 Matti Hamalainen Added tag rel-0_9_2 for changeset 0de1012e5dde
Mon, 13 Jan 2020 17:35:35 +0200 Matti Hamalainen Update NEWS. rel-0_9_2
Mon, 13 Jan 2020 16:29:47 +0200 Matti Hamalainen Perform character set conversion after item formatting step instead of before it. This should remedy the potential issue of formatting not taking UTF8 multibyte into account, as our formatting unfortunately does not support multibyte encoding. This way the data should stay in ISO-8859-1 format just up to outputting it.
Mon, 13 Jan 2020 16:24:57 +0200 Matti Hamalainen Rename some variables and function arguments.
Mon, 13 Jan 2020 15:14:16 +0200 Matti Hamalainen Cleanup.
Mon, 13 Jan 2020 14:47:39 +0200 Matti Hamalainen Update NEWS.
Mon, 13 Jan 2020 13:52:43 +0200 Matti Hamalainen Change how --help option is handled and show currently set HVSC/SLDB/STIL
Mon, 13 Jan 2020 13:40:49 +0200 Matti Hamalainen Initialize setChConv structure with memset().
Mon, 13 Jan 2020 13:40:18 +0200 Matti Hamalainen Rename out label to exit.
Mon, 13 Jan 2020 13:38:06 +0200 Matti Hamalainen Check SIDUtilChConvCtx::enabled instead of SIDUtilChConvCtx::iconvCtx != -1 when calling iconv_close().
Mon, 13 Jan 2020 13:37:25 +0200 Matti Hamalainen Oops, -H option index was incorrect. Fixed.
Mon, 13 Jan 2020 13:11:37 +0200 Matti Hamalainen Indentation cosmetics.
Mon, 13 Jan 2020 13:11:29 +0200 Matti Hamalainen Add bounds checks for node index generation.
Sun, 12 Jan 2020 22:41:17 +0200 Matti Hamalainen More help cosmetics.