log

age author description
Wed, 20 Dec 2023 08:08:38 +0200 Matti Hamalainen Added tag rel-1_0_1 for changeset f18129e65b6f default tip
Wed, 20 Dec 2023 08:08:18 +0200 Matti Hamalainen Bump version. rel-1_0_1
Wed, 20 Dec 2023 08:07:30 +0200 Matti Hamalainen Update NEWS.
Tue, 28 Nov 2023 17:39:51 +0200 Matti Hamalainen Added tag rel-1_0_0 for changeset 964ae4f29138
Thu, 03 Aug 2023 09:02:59 +0300 Matti Hamalainen Rename Makefile.gen to Makefile.common rel-1_0_0
Tue, 28 Mar 2023 15:30:39 +0300 Matti Hamalainen Bump copyright years.
Tue, 28 Mar 2023 15:30:07 +0300 Matti Hamalainen ISO-8859-1 to UTF8.
Mon, 20 Feb 2023 23:37:59 +0200 Matti Hamalainen Sync with th-libs API changes.
Fri, 10 Feb 2023 02:49:17 +0200 Matti Hamalainen Update to match changes in th-libs API. Also use case-insensitive
Tue, 03 Jan 2023 00:06:07 +0200 Matti Hamalainen Use strpbrk() instead of strchr() twice.
Mon, 26 Dec 2022 13:05:50 +0200 Matti Hamalainen Do not define _NO_BOOL_TYPEDEF, it slipped in when copying the build system
Sun, 11 Dec 2022 02:10:17 +0200 Matti Hamalainen Rename functions for consistency.
Sat, 10 Dec 2022 23:56:07 +0200 Matti Hamalainen Remove cruft from Mingw crossbuild Makefile.
Sat, 10 Dec 2022 12:25:23 +0200 Matti Hamalainen Merge.
Sat, 10 Dec 2022 12:25:05 +0200 Matti Hamalainen -DHAVE_STDBOOL_H
Thu, 08 Dec 2022 14:26:47 +0200 Matti Hamalainen Version update.
Wed, 07 Dec 2022 12:19:12 +0200 Matti Hamalainen Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
Thu, 14 Jul 2022 01:56:07 +0300 Matti Hamalainen Update and reformat NEWS.
Sat, 26 Feb 2022 02:06:07 +0200 Matti Hamalainen Update NEWS.
Sat, 26 Feb 2022 02:05:49 +0200 Matti Hamalainen Improve build system.
Thu, 24 Feb 2022 11:43:36 +0200 Matti Hamalainen Bump version here.
Wed, 23 Feb 2022 20:09:55 +0200 Matti Hamalainen Change "new SLDB" boolean to a flags int.
Sat, 01 Jan 2022 16:27:28 +0200 Matti Hamalainen Update NEWS.
Sat, 01 Jan 2022 16:25:42 +0200 Matti Hamalainen Implement sidlib_write_sid_header() function.
Sat, 01 Jan 2022 16:25:17 +0200 Matti Hamalainen Backwards-incompatible change in UX: renamed the 'Copyright'
Sat, 01 Jan 2022 16:21:53 +0200 Matti Hamalainen Forgot to bump this copyright.
Sat, 01 Jan 2022 16:20:55 +0200 Matti Hamalainen Bump copyrights.
Mon, 11 Oct 2021 07:56:26 +0300 Matti Hamalainen Added signature for changeset 359f187f75ed
Mon, 11 Oct 2021 07:56:17 +0300 Matti Hamalainen Added tag rel-0_9_4 for changeset d84ca3fb42bf
Mon, 11 Oct 2021 07:54:20 +0300 Matti Hamalainen Update NEWS. rel-0_9_4
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.
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.
Sun, 12 Jan 2020 20:26:45 +0200 Matti Hamalainen Adjust help output cosmetics.
Sun, 12 Jan 2020 18:20:10 +0200 Matti Hamalainen Oops, restore the long --verbose option.
Sun, 12 Jan 2020 18:04:38 +0200 Matti Hamalainen Use the newly added (in th-libs th_args module) option argument name field.
Sun, 12 Jan 2020 04:18:51 +0200 Matti Hamalainen Adjust help slightly.
Sun, 12 Jan 2020 00:11:34 +0200 Matti Hamalainen Improvements to the README.
Sat, 11 Jan 2020 22:50:04 +0200 Matti Hamalainen Fix a comment.
Sat, 11 Jan 2020 22:46:01 +0200 Matti Hamalainen Update NEWS.
Sat, 11 Jan 2020 22:37:02 +0200 Matti Hamalainen Reorder / clean up the commandline option indices.
Sat, 11 Jan 2020 21:58:45 +0200 Matti Hamalainen Cosmetics.
Sat, 11 Jan 2020 20:18:24 +0200 Matti Hamalainen Minor cleanup.
Sat, 11 Jan 2020 20:12:00 +0200 Matti Hamalainen Add functionality and API changes for doing on-the-fly character set
Sat, 11 Jan 2020 19:11:34 +0200 Matti Hamalainen Rename few HVSC related #defines to have SIDUTIL_ prefix.
Sat, 11 Jan 2020 18:35:40 +0200 Matti Hamalainen Update NEWS.
Sat, 11 Jan 2020 18:34:34 +0200 Matti Hamalainen Move and rename siEscapeString() to sidutil_escape_string() and
Sat, 11 Jan 2020 18:31:15 +0200 Matti Hamalainen Slight code cleanup of siEscapeString().
Sat, 11 Jan 2020 18:30:51 +0200 Matti Hamalainen Rename #define HEX_ADDR to more informative SET_FMT_HEX_ADDR.
Sat, 11 Jan 2020 18:30:10 +0200 Matti Hamalainen Move a number of more or less generic helper functions into a separate sidutil.[ch] module.
Sat, 11 Jan 2020 14:28:22 +0200 Matti Hamalainen Update NEWS.
Sat, 11 Jan 2020 14:25:23 +0200 Matti Hamalainen Change how the STIL subtune are handled internally. Also fix a bug that
Sat, 11 Jan 2020 13:51:02 +0200 Matti Hamalainen Comments.
Fri, 10 Jan 2020 02:05:21 +0200 Matti Hamalainen Bump version.
Fri, 10 Jan 2020 02:04:49 +0200 Matti Hamalainen Add default formats for certain fields, but use them only for the standard
Thu, 09 Jan 2020 23:29:15 +0200 Matti Hamalainen Added signature for changeset a9466e0a8ad6
Thu, 09 Jan 2020 23:29:09 +0200 Matti Hamalainen Added tag rel-0_9_1 for changeset 0d0ccaa46985
Thu, 09 Jan 2020 23:26:37 +0200 Matti Hamalainen Add Makefile for cross-compilation to DOS/DJGPP on a *NIX host. rel-0_9_1
Thu, 09 Jan 2020 23:15:23 +0200 Matti Hamalainen Update NEWS.
Thu, 09 Jan 2020 23:14:37 +0200 Matti Hamalainen Oops, forgot NULL checks for STIL subtunes. Should not be coding tired, deserve much spanking.
Thu, 09 Jan 2020 22:46:10 +0200 Matti Hamalainen Update NEWS again.
Thu, 09 Jan 2020 22:44:58 +0200 Matti Hamalainen Improve the STIL data output by not outputting field separator for the last item.
Thu, 09 Jan 2020 22:44:20 +0200 Matti Hamalainen Be more diligent about not doing structure reuse, easy to have either uninitialized
Thu, 09 Jan 2020 18:36:37 +0200 Matti Hamalainen Update NEWS.
Thu, 09 Jan 2020 18:31:02 +0200 Matti Hamalainen Build system define fixes.
Thu, 09 Jan 2020 14:50:12 +0200 Matti Hamalainen Update NEWS.
Thu, 09 Jan 2020 14:49:26 +0200 Matti Hamalainen Cosmetic.
Thu, 09 Jan 2020 14:49:09 +0200 Matti Hamalainen Refer to https:// URL instead of http://
Thu, 09 Jan 2020 14:47:28 +0200 Matti Hamalainen Oops. Better remember to properly always initialize PSFStackItem fields.
Thu, 09 Jan 2020 14:45:21 +0200 Matti Hamalainen Fix one more format string to use proper PRIu_SIZE_T.
Thu, 09 Jan 2020 13:50:44 +0200 Matti Hamalainen Fix some format strings to use proper PRIu_SIZE_T where necessary.
Thu, 09 Jan 2020 10:54:57 +0200 Matti Hamalainen Bump version.
Thu, 09 Jan 2020 10:54:31 +0200 Matti Hamalainen Minor typographic and grammatic improvements.