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.
Wed, 08 Jan 2020 16:58:38 +0200 Matti Hamalainen Added tag rel-0_9_0 for changeset 88620dfc21bb
Wed, 08 Jan 2020 16:56:11 +0200 Matti Hamalainen Add a NEWS file. rel-0_9_0
Wed, 08 Jan 2020 16:36:41 +0200 Matti Hamalainen Add a line about HVSC_BASE in the --help.
Wed, 08 Jan 2020 11:12:57 +0200 Matti Hamalainen As we advertise C99 in README, use it instead of -std=c11
Wed, 08 Jan 2020 11:09:00 +0200 Matti Hamalainen Unify SLDB error messages.
Wed, 08 Jan 2020 11:06:50 +0200 Matti Hamalainen Document the support of "HVSC_BASE" environment variable.
Wed, 08 Jan 2020 01:52:19 +0200 Matti Hamalainen Staticize.
Wed, 08 Jan 2020 01:40:52 +0200 Matti Hamalainen Document the STIL related issues of -F formatting with few words.
Wed, 08 Jan 2020 01:37:49 +0200 Matti Hamalainen Further work on the STIL fields output format. It's not perfect, nor
Tue, 07 Jan 2020 12:28:48 +0200 Matti Hamalainen #ifdef out the character set translation tables used by the fallback
Tue, 07 Jan 2020 10:10:24 +0200 Matti Hamalainen Changes to the STIL and songlengths entry output formats .. just
Mon, 06 Jan 2020 20:28:55 +0200 Matti Hamalainen Implement support for outputting CP850 and CP437 in our simple fallback
Mon, 06 Jan 2020 18:16:25 +0200 Matti Hamalainen Bump copyright year.
Mon, 06 Jan 2020 18:13:50 +0200 Matti Hamalainen Call siPrintFieldSeparator() separately instead from inside siPrintPSIDInfoLine()
Mon, 06 Jan 2020 15:40:15 +0200 Matti Hamalainen Cosmetics.
Mon, 06 Jan 2020 12:44:37 +0200 Matti Hamalainen Rename EXEEXT to BINEXT in the build system, as per changes in th-libs build system.
Mon, 06 Jan 2020 01:37:21 +0200 Matti Hamalainen Inform user of the character set conversion in use (or not in use) with verbosity level of 2.
Mon, 06 Jan 2020 01:03:49 +0200 Matti Hamalainen Bump version.
Mon, 06 Jan 2020 01:02:25 +0200 Matti Hamalainen Add support for STIL database in output. The output format is probably going
Mon, 06 Jan 2020 01:01:27 +0200 Matti Hamalainen Improve one comment line.
Mon, 06 Jan 2020 01:01:02 +0200 Matti Hamalainen Rename siError() to siPSIDError() and make the printed output more logical.
Mon, 06 Jan 2020 00:59:35 +0200 Matti Hamalainen Refactor and improve the field formatting / printing to be more flexible.
Mon, 06 Jan 2020 00:57:52 +0200 Matti Hamalainen Oops, second and third SID chip models were being printed out as integers
Mon, 06 Jan 2020 00:26:27 +0200 Matti Hamalainen Make sidlib_stil_fields[] public.
Mon, 06 Jan 2020 00:05:16 +0200 Matti Hamalainen Unify SIDLib error messages.
Sun, 05 Jan 2020 23:51:04 +0200 Matti Hamalainen Change SIDLibSTILSubTune::fields to new SIDLibSTILField structure for
Sun, 05 Jan 2020 23:48:05 +0200 Matti Hamalainen s/subTune/subtune/g
Sun, 05 Jan 2020 23:47:28 +0200 Matti Hamalainen s/SIDLibSTILSubNode/SIDLibSTILSubTune/g
Sun, 05 Jan 2020 23:01:29 +0200 Matti Hamalainen Improve STIL parsing reliability.
Sun, 05 Jan 2020 22:11:48 +0200 Matti Hamalainen Rename some struct fields.
Sun, 05 Jan 2020 21:48:32 +0200 Matti Hamalainen Add support for "HVSC_BASE" environment variable as used by STILView by LaLa
Sun, 05 Jan 2020 21:46:47 +0200 Matti Hamalainen Avoid allocating one extra STIL node. Does not make much of a difference.
Sun, 05 Jan 2020 21:45:40 +0200 Matti Hamalainen Plug some minor memory leaks.
Sun, 05 Jan 2020 20:49:20 +0200 Matti Hamalainen Not using th_free_r() here.
Sun, 05 Jan 2020 20:46:15 +0200 Matti Hamalainen OOoops. Use th_llist_free_func_node() instead of th_llist_free_func().
Sun, 05 Jan 2020 20:45:12 +0200 Matti Hamalainen More sidlib_stildb_free() to more logical position in the source.
Sun, 05 Jan 2020 20:43:41 +0200 Matti Hamalainen Check for subtune <= 0 instead of == 0.
Sun, 05 Jan 2020 20:11:59 +0200 Matti Hamalainen Use th_pstr_cpy() for setting certain variables.
Sun, 05 Jan 2020 10:54:11 +0200 Matti Hamalainen Oops, missed some lines from previous commit "TH_DIR_SEPARATOR define was renamed to TH_DIR_SEPARATOR_CHR in th-libs."
Sun, 05 Jan 2020 10:50:57 +0200 Matti Hamalainen TH_DIR_SEPARATOR define was renamed to TH_DIR_SEPARATOR_CHR in th-libs.
Sun, 05 Jan 2020 10:17:36 +0200 Matti Hamalainen Few improvements to validity checking of STIL file parsing.
Sun, 05 Jan 2020 10:14:43 +0200 Matti Hamalainen Adjust README.
Sun, 05 Jan 2020 09:47:01 +0200 Matti Hamalainen "goto out" instead of "return -1" when commandline argument parsing fails.
Sun, 05 Jan 2020 09:46:14 +0200 Matti Hamalainen Move two index variables from block scope to loop scope.
Sun, 05 Jan 2020 09:44:48 +0200 Matti Hamalainen Make the STILdb functions public.
Sat, 04 Jan 2020 22:58:42 +0200 Matti Hamalainen Ensure that the specified HVSC path has '/' path separator at the end.
Sat, 04 Jan 2020 22:57:39 +0200 Matti Hamalainen Oops, forgot to adjust the code for change in sidlib_read_sid_file_alloc() API.
Sat, 04 Jan 2020 21:57:47 +0200 Matti Hamalainen More work on STIL parser.
Sat, 04 Jan 2020 19:00:09 +0200 Matti Hamalainen Begin work on STIL database parsing and handling.
Sat, 04 Jan 2020 17:30:48 +0200 Matti Hamalainen Move function.
Sat, 04 Jan 2020 17:27:29 +0200 Matti Hamalainen Clean up error handling.
Sat, 04 Jan 2020 14:34:09 +0200 Matti Hamalainen Cleanup.
Sat, 04 Jan 2020 13:19:35 +0200 Matti Hamalainen Cosmetics.
Sat, 04 Jan 2020 13:18:55 +0200 Matti Hamalainen Change sidlib_sldb_new() API to int sidlib_sldb_new(SIDLibSLDB **pdbh).
Sat, 04 Jan 2020 13:11:56 +0200 Matti Hamalainen Rename a label.
Sat, 04 Jan 2020 12:01:45 +0200 Matti Hamalainen Adjust --help slightly.
Sat, 04 Jan 2020 12:00:02 +0200 Matti Hamalainen Update README a bit.
Sat, 04 Jan 2020 11:36:38 +0200 Matti Hamalainen Minor error handling improvements.
Sat, 04 Jan 2020 11:34:46 +0200 Matti Hamalainen Remove currently dead code.
Fri, 03 Jan 2020 13:11:29 +0200 Matti Hamalainen Cleanups.
Fri, 03 Jan 2020 12:04:51 +0200 Matti Hamalainen Improve some comments.
Fri, 03 Jan 2020 11:13:08 +0200 Matti Hamalainen Cosmetics.
Fri, 03 Jan 2020 11:12:03 +0200 Matti Hamalainen Bump copyright years.
Fri, 03 Jan 2020 10:38:18 +0200 Matti Hamalainen Rename PSIDHeader struct to SIDLibPSIDHeader to conform with the SIDLib
Tue, 31 Dec 2019 05:20:17 +0200 Matti Hamalainen Adjust to fit th-libs API change for th_vprintf_altfmt_func.
Fri, 27 Dec 2019 12:45:57 +0200 Matti Hamalainen Use th_datastruct::th_llist_t instead of yet another linked list
Fri, 27 Dec 2019 12:15:51 +0200 Matti Hamalainen Rename PSID_* constant defines to SIDLIB_PSID_*.
Fri, 27 Dec 2019 11:12:42 +0200 Matti Hamalainen Rename sidlib functions from si_* prefix to sidlib_*.
Fri, 27 Dec 2019 11:07:21 +0200 Matti Hamalainen Constify.
Fri, 27 Dec 2019 11:06:55 +0200 Matti Hamalainen Cosmetic reorganization.
Thu, 05 Dec 2019 02:52:01 +0200 Matti Hamalainen Makefile cleanups.
Thu, 05 Dec 2019 00:15:40 +0200 Matti Hamalainen Add Makefile for win64 cross-compilation via MinGW.
Sat, 04 May 2019 02:56:41 +0300 Matti Hamalainen Added tag rel-0_8_0 for changeset 55697860d4a7
Sat, 04 May 2019 02:56:32 +0300 Matti Hamalainen Bump version. rel-0_8_0
Sat, 04 May 2019 02:56:22 +0300 Matti Hamalainen Be more informative about SLDB format.
Thu, 10 Jan 2019 20:02:49 +0200 Matti Hamalainen Bump copyright years.
Sun, 23 Dec 2018 09:28:50 +0200 Matti Hamalainen Use a #define for HVSC documents subdir name.
Sun, 23 Dec 2018 08:25:21 +0200 Matti Hamalainen The HVSC path -H option now requires HVSC root directory, not HVSC/DOCUMENTS directory.
Fri, 21 Dec 2018 14:27:02 +0200 Matti Hamalainen Added signature for changeset 1db4c97b0b54
Fri, 21 Dec 2018 14:26:52 +0200 Matti Hamalainen Added tag rel-0_7_9 for changeset c073c7eda531
Fri, 21 Dec 2018 14:26:27 +0200 Matti Hamalainen Bump version. rel-0_7_9
Fri, 21 Dec 2018 14:20:58 +0200 Matti Hamalainen Autodetect which version of Songlength database file is available (.md5 or .txt), prefer .md5 version.
Tue, 11 Dec 2018 02:40:36 +0200 Matti Hamalainen Added signature for changeset 45f06cb6d270
Tue, 11 Dec 2018 02:40:04 +0200 Matti Hamalainen Added tag rel-0_7_8 for changeset c05a8351dc9b
Tue, 11 Dec 2018 02:39:53 +0200 Matti Hamalainen Bump version. rel-0_7_8
Tue, 11 Dec 2018 02:39:42 +0200 Matti Hamalainen Enable -v verbosity option.
Tue, 11 Dec 2018 02:38:53 +0200 Matti Hamalainen Actually fix the load address handling in hash calculation.
Sat, 01 Dec 2018 06:03:15 +0200 Matti Hamalainen Build system cleanups.
Tue, 27 Nov 2018 07:30:03 +0200 Matti Hamalainen Remove unused file.
Mon, 01 Oct 2018 00:20:22 +0300 Matti Hamalainen Add a NULL check for language variable.
Sun, 30 Sep 2018 23:34:16 +0300 Matti Hamalainen Added signature for changeset dc4eac62d5b2
Sun, 30 Sep 2018 23:34:05 +0300 Matti Hamalainen Added tag rel-0_7_7 for changeset a7a0d8bf16cd
Sun, 30 Sep 2018 23:33:58 +0300 Matti Hamalainen Bump version. rel-0_7_7
Sun, 30 Sep 2018 22:42:18 +0300 Matti Hamalainen Add internal fallback ISO-8859-1 to UTF-8 converter and improve iconv() support.
Mon, 09 Jul 2018 17:15:57 +0300 Matti Hamalainen Added tag rel-0_7_6 for changeset 05e2332070a7
Mon, 09 Jul 2018 17:15:44 +0300 Matti Hamalainen Fix some typos and cleanup. rel-0_7_6
Mon, 09 Jul 2018 17:10:54 +0300 Matti Hamalainen Update examples.
Mon, 09 Jul 2018 16:47:03 +0300 Matti Hamalainen Oops, bump version.
Mon, 09 Jul 2018 16:46:08 +0300 Matti Hamalainen Add internal directory reading and filename matching, plus optional
Mon, 09 Jul 2018 09:42:33 +0300 Matti Hamalainen Disable BOOL type that comes from Windows header files.
Mon, 09 Jul 2018 08:58:51 +0300 Matti Hamalainen Deconstify.
Mon, 09 Jul 2018 08:13:03 +0300 Matti Hamalainen Add separator empty line between "files" when in normal output mode.
Mon, 09 Jul 2018 08:12:40 +0300 Matti Hamalainen Improve error output.
Mon, 09 Jul 2018 08:10:50 +0300 Matti Hamalainen Adjust to new th_io_fopen() API.
Mon, 09 Jul 2018 08:05:49 +0300 Matti Hamalainen Improve error handling through ioctx.
Mon, 09 Jul 2018 07:30:37 +0300 Matti Hamalainen Remove empty line at end.
Mon, 09 Jul 2018 06:12:46 +0300 Matti Hamalainen Added signature for changeset 6cf0e524e4d3
Sat, 07 Jul 2018 00:06:10 +0300 Matti Hamalainen Added tag rel-0_7_5 for changeset 5bc837384177
Sat, 07 Jul 2018 00:06:04 +0300 Matti Hamalainen Bump version again. rel-0_7_5
Sat, 07 Jul 2018 00:05:45 +0300 Matti Hamalainen Add separate escape characters option (-e <chars>), but make -l <separator>
Fri, 06 Jul 2018 21:11:26 +0300 Matti Hamalainen Added tag rel-0_7_4 for changeset fe42ad960bc8
Fri, 06 Jul 2018 21:10:45 +0300 Matti Hamalainen Oops, forgot to add the necessary th-libs module th_datastruct.o to rel-0_7_4
Fri, 06 Jul 2018 21:09:48 +0300 Matti Hamalainen Add a comment.
Fri, 06 Jul 2018 21:09:35 +0300 Matti Hamalainen Add functionality for escaping the separator characters (-l <str> option) in printed out string data.
Mon, 02 Jul 2018 00:03:45 +0300 Matti Hamalainen Improve build system.
Mon, 04 Jun 2018 02:58:32 +0300 Matti Hamalainen Bump version.
Mon, 04 Jun 2018 02:57:48 +0300 Matti Hamalainen Add the license into the program itself, displayable via --license option.
Mon, 04 Jun 2018 02:57:09 +0300 Matti Hamalainen Change to match th-libs' verbosity level changes.
Mon, 04 Jun 2018 02:56:22 +0300 Matti Hamalainen Change copyright blurbs slightly.
Sat, 17 Feb 2018 23:43:47 +0200 Matti Hamalainen NULL checks.
Fri, 16 Feb 2018 22:38:10 +0200 Matti Hamalainen Bump copyright years.
Fri, 16 Feb 2018 22:25:01 +0200 Matti Hamalainen Added tag rel-0_7_3 for changeset a498edd91bcc
Fri, 16 Feb 2018 22:24:57 +0200 Matti Hamalainen Bump version again. rel-0_7_3
Fri, 16 Feb 2018 22:24:43 +0200 Matti Hamalainen Fix the load address handling in case of new SLDB format.
Fri, 16 Feb 2018 22:08:11 +0200 Matti Hamalainen Added tag rel-0_7_2 for changeset 9cc9ce46f4a0
Fri, 16 Feb 2018 22:08:03 +0200 Matti Hamalainen Bump version. rel-0_7_2
Fri, 16 Feb 2018 22:07:19 +0200 Matti Hamalainen Implement support for the "new" MD5 format of SLDB.
Fri, 16 Feb 2018 21:24:28 +0200 Matti Hamalainen Clarify some comments.
Wed, 07 Feb 2018 17:02:49 +0200 Matti Hamalainen Cleanups.
Mon, 05 Feb 2018 00:59:58 +0200 Matti Hamalainen Cleanup.
Thu, 26 Oct 2017 01:47:19 +0300 Matti Hamalainen Added tag rel-0_7_1 for changeset a8c24f1f460f
Thu, 26 Oct 2017 01:46:57 +0300 Matti Hamalainen Bump version. rel-0_7_1
Thu, 26 Oct 2017 01:46:34 +0300 Matti Hamalainen Implement iconv support for converting from PSID de-facto latin-1/ISO-8859-*
Thu, 26 Oct 2017 01:45:02 +0300 Matti Hamalainen Simplify things by having separate PRS/PRI macros for printing string and
Thu, 26 Oct 2017 00:22:36 +0300 Matti Hamalainen Simplify by removing few lines of duplicate code.
Wed, 25 Oct 2017 23:42:04 +0300 Matti Hamalainen Added tag rel-0_7_0 for changeset e3be2ae6120e
Wed, 25 Oct 2017 23:41:17 +0300 Matti Hamalainen Delete trailing whitespace. rel-0_7_0
Wed, 25 Oct 2017 23:40:21 +0300 Matti Hamalainen Update documentation a bit.
Wed, 25 Oct 2017 23:31:13 +0300 Matti Hamalainen Removed tag rel-0_7_0
Wed, 25 Oct 2017 23:30:48 +0300 Matti Hamalainen Make the hash field also formattable.
Wed, 25 Oct 2017 23:20:58 +0300 Matti Hamalainen Added tag rel-0_7_0 for changeset 01cde57da297
Wed, 25 Oct 2017 23:20:44 +0300 Matti Hamalainen Bump version.
Wed, 25 Oct 2017 23:20:09 +0300 Matti Hamalainen Implement C printf-style format specifiers for -F option @fields@.
Tue, 13 Jun 2017 01:42:56 +0300 Matti Hamalainen Simplify data printing.
Tue, 13 Jun 2017 01:27:17 +0300 Matti Hamalainen Bump version.
Tue, 13 Jun 2017 01:26:57 +0300 Matti Hamalainen Cosmetics.
Tue, 13 Jun 2017 01:24:38 +0300 Matti Hamalainen Improve format string parsing.
Mon, 05 Jun 2017 09:31:57 +0300 Matti Hamalainen Better check for number of songlengths.
Mon, 05 Jun 2017 08:55:10 +0300 Matti Hamalainen Do not show full help if no filenames are specified.
Fri, 02 Jun 2017 07:39:19 +0300 Matti Hamalainen Don't print songlengths field if there are none.
Fri, 02 Jun 2017 04:40:03 +0300 Matti Hamalainen Added tag rel-0_6_2 for changeset d40c371ce1f9
Fri, 02 Jun 2017 04:39:46 +0300 Matti Hamalainen Bump version. rel-0_6_2
Fri, 02 Jun 2017 04:37:05 +0300 Matti Hamalainen Buildsystem fix.
Fri, 02 Jun 2017 04:32:01 +0300 Matti Hamalainen Bump copyright years.
Fri, 02 Jun 2017 04:27:42 +0300 Matti Hamalainen Add preprocessor guards around iconv stuff.
Fri, 02 Jun 2017 02:45:00 +0300 Matti Hamalainen Implement support for showing second and third SID chip addresses and models for PSID/RSID v3/v4 files.
Fri, 02 Jun 2017 02:39:15 +0300 Matti Hamalainen Add support for reading PSID/RSID v4 in sidlib.
Fri, 02 Jun 2017 02:38:41 +0300 Matti Hamalainen Change how certain flags (for SID model and clock) are handled.
Fri, 02 Jun 2017 02:11:36 +0300 Matti Hamalainen Bump copyrights.
Fri, 02 Jun 2017 02:02:18 +0300 Matti Hamalainen Build system cleanups.
Thu, 27 Oct 2016 13:47:56 +0300 Matti Hamalainen Fix iconv initialization.
Thu, 27 Oct 2016 11:58:52 +0300 Matti Hamalainen Add si_fread_str() helper function.
Thu, 27 Oct 2016 11:52:58 +0300 Matti Hamalainen Rename a variable, cosmetics.
Thu, 27 Oct 2016 11:52:27 +0300 Matti Hamalainen Make si_read_sid_file() to allocate the PSIDHeader struct itself, adjust
Wed, 26 Oct 2016 11:59:15 +0300 Matti Hamalainen Fix build.
Wed, 09 Mar 2016 15:11:28 +0200 Matti Hamalainen Fix build.
Wed, 09 Mar 2016 14:03:33 +0200 Matti Hamalainen Use generic build stuff from thlibs Makefile.inc.
Wed, 09 Mar 2016 13:56:20 +0200 Matti Hamalainen Make build process less noisy and also work with parallel make.
Thu, 03 Mar 2016 11:37:22 +0200 Matti Hamalainen Change in th_args API.
Wed, 17 Feb 2016 09:23:20 +0200 Matti Hamalainen Initial work on iconv support.
Wed, 17 Feb 2016 09:01:12 +0200 Matti Hamalainen UTF-8.
Tue, 16 Feb 2016 03:57:31 +0200 Matti Hamalainen Simplify.
Mon, 15 Feb 2016 15:24:17 +0200 Matti Hamalainen Merged.
Mon, 15 Feb 2016 12:00:32 +0200 Matti Hamalainen Fix th_strndup_trim() usage.
Mon, 15 Feb 2016 11:33:36 +0200 Matti Hamalainen Cleanups.
Mon, 15 Feb 2016 11:11:04 +0200 Matti Hamalainen Simplify.
Mon, 15 Feb 2016 11:08:59 +0200 Matti Hamalainen Simplify error handling logic.
Mon, 15 Feb 2016 11:08:21 +0200 Matti Hamalainen Prepare for some possible future enhancements by specifying a type for each data field.
Mon, 15 Feb 2016 10:36:26 +0200 Matti Hamalainen Rename a variable.
Mon, 15 Feb 2016 10:35:37 +0200 Matti Hamalainen Improve error handling.
Mon, 15 Feb 2016 10:35:22 +0200 Matti Hamalainen Reimplement '-f' option differently.
Mon, 15 Feb 2016 09:22:18 +0200 Matti Hamalainen UTF-8.
Mon, 15 Feb 2016 09:19:58 +0200 Matti Hamalainen Align cosmetics.
Mon, 15 Feb 2016 09:07:25 +0200 Matti Hamalainen Improve error handling.
Mon, 15 Feb 2016 07:00:22 +0200 Matti Hamalainen More robust endian check.
Mon, 15 Feb 2016 06:07:50 +0200 Matti Hamalainen Change to match changed th_ioctx API.
Mon, 15 Feb 2016 04:43:22 +0200 Matti Hamalainen Move definitions to start of the file.
Mon, 15 Feb 2016 04:43:06 +0200 Matti Hamalainen Rename function arguments.
Mon, 15 Feb 2016 01:20:37 +0200 Matti Hamalainen Add si_sldb_{read,write}_bin() functions to write and read a binary format
Mon, 15 Feb 2016 00:28:50 +0200 Matti Hamalainen Rename a structure member.
Sun, 14 Feb 2016 20:38:09 +0200 Matti Hamalainen Use th_calloc() here.
Sun, 14 Feb 2016 07:54:00 +0200 Matti Hamalainen Match with th-libs API change.
Fri, 12 Feb 2016 19:40:53 +0200 Matti Hamalainen UTF-8.
Fri, 12 Feb 2016 18:26:23 +0200 Matti Hamalainen Add line about 'make install'.
Fri, 12 Feb 2016 18:19:46 +0200 Matti Hamalainen Use th_md5_append_le*() functions instead.
Fri, 12 Feb 2016 18:11:09 +0200 Matti Hamalainen Oops, 100L.
Fri, 12 Feb 2016 18:10:25 +0200 Matti Hamalainen UTF-8.
Fri, 12 Feb 2016 03:21:48 +0200 Matti Hamalainen Added signature for changeset f0eca0f9256a
Fri, 12 Feb 2016 03:10:11 +0200 Matti Hamalainen Fix to comply with th_ioctx API change.
Fri, 12 Feb 2016 01:37:25 +0200 Matti Hamalainen Some fixes.
Fri, 12 Feb 2016 01:17:52 +0200 Matti Hamalainen Implement initial SLDB support.
Fri, 12 Feb 2016 01:13:48 +0200 Matti Hamalainen More work on sidlib SLDB code.
Fri, 12 Feb 2016 00:13:27 +0200 Matti Hamalainen Remove some unused constant defines.
Thu, 11 Feb 2016 23:21:26 +0200 Matti Hamalainen Initial port of songlength database (SLDB) handling code from XMMS-SID to here.
Thu, 11 Feb 2016 23:18:58 +0200 Matti Hamalainen Rename various variables and functions and change relevant places to use the
Thu, 11 Feb 2016 23:15:59 +0200 Matti Hamalainen Build system improvements.
Tue, 05 Jan 2016 09:20:43 +0200 Matti Hamalainen Fix some warnings.
Sat, 02 Jan 2016 02:59:54 +0200 Matti Hamalainen Cleanups.
Fri, 01 Jan 2016 07:08:55 +0200 Matti Hamalainen Oops, fix a 10L.
Fri, 01 Jan 2016 06:17:44 +0200 Matti Hamalainen Add .hgignore file.
Fri, 01 Jan 2016 06:15:43 +0200 Matti Hamalainen Avoid using a global variable here.
Fri, 01 Jan 2016 06:14:00 +0200 Matti Hamalainen Clean up error handling for field parsing.
Fri, 01 Jan 2016 05:26:15 +0200 Matti Hamalainen Cosmetic.
Fri, 01 Jan 2016 05:26:04 +0200 Matti Hamalainen s/gmake/make/g
Fri, 01 Jan 2016 04:27:07 +0200 Matti Hamalainen Improve listing of available fields in --help.
Fri, 01 Jan 2016 04:10:56 +0200 Matti Hamalainen Cosmetics.
Fri, 01 Jan 2016 03:46:00 +0200 Matti Hamalainen Update copyright years. Yay. It's 2016!
Fri, 01 Jan 2016 03:39:50 +0200 Matti Hamalainen Add C++ include guards.
Fri, 01 Jan 2016 03:39:29 +0200 Matti Hamalainen Rename a function argument.
Fri, 01 Jan 2016 03:32:42 +0200 Matti Hamalainen Split some functionality into sidlib.[ch].
Fri, 01 Jan 2016 03:17:11 +0200 Matti Hamalainen Fix the build again for win32.
Sun, 27 Dec 2015 22:10:29 +0200 Matti Hamalainen Improve build process.
Sun, 27 Dec 2015 22:04:43 +0200 Matti Hamalainen Update documentation a bit.
Sun, 27 Dec 2015 19:35:27 +0200 Matti Hamalainen Added tag rel-0_6_0 for changeset f0eca0f9256a
Sun, 27 Dec 2015 19:32:34 +0200 Matti Hamalainen Bump copyright. rel-0_6_0
Sun, 27 Dec 2015 19:32:24 +0200 Matti Hamalainen Update documentation a bit.
Sun, 27 Dec 2015 00:14:45 +0200 Matti Hamalainen Cleanup.
Sun, 27 Dec 2015 00:03:08 +0200 Matti Hamalainen Factor escape printing to a separate function.
Sat, 26 Dec 2015 23:22:43 +0200 Matti Hamalainen Improve help.
Sat, 26 Dec 2015 22:58:35 +0200 Matti Hamalainen Bump version.
Sat, 26 Dec 2015 22:58:18 +0200 Matti Hamalainen Initial implementation of -F format string option.
Sat, 26 Dec 2015 22:57:23 +0200 Matti Hamalainen Cosmetics.
Sat, 26 Dec 2015 20:02:13 +0200 Matti Hamalainen Remove useless code.
Sat, 26 Dec 2015 19:37:23 +0200 Matti Hamalainen Update copyright year.
Sat, 26 Dec 2015 19:37:04 +0200 Matti Hamalainen Begin slight refactoring of how output is done.
Sat, 26 Dec 2015 13:18:58 +0200 Matti Hamalainen Add config.h to targets.
Thu, 09 Jul 2015 22:35:59 +0300 Matti Hamalainen Remove dead code line.
Fri, 17 Apr 2015 01:56:13 +0300 Matti Hamalainen Stricter compiler options.
Fri, 17 Apr 2015 01:56:06 +0300 Matti Hamalainen Portability fix.
Wed, 04 Mar 2015 06:43:54 +0200 Matti Hamalainen Bump version.
Wed, 04 Mar 2015 06:43:44 +0200 Matti Hamalainen Added tag rel-0_5_3 for changeset af1e12c8ebf1
Thu, 19 Feb 2015 18:07:08 +0200 Matti Hamalainen Use th_strncasecmp(). rel-0_5_3
Mon, 15 Dec 2014 20:00:22 +0200 Matti Hamalainen Added tag rel-0_5_2 for changeset 8b7b1315ca2b
Mon, 15 Dec 2014 20:00:13 +0200 Matti Hamalainen Bump version. rel-0_5_2
Mon, 15 Dec 2014 20:00:10 +0200 Matti Hamalainen Static constify.
Sat, 22 Nov 2014 23:46:56 +0200 Matti Hamalainen Fix to match the changes in th_args API.
Wed, 01 Oct 2014 09:18:19 +0300 Matti Hamalainen Update instructions.
Sun, 28 Sep 2014 04:54:06 +0300 Matti Hamalainen Added tag rel-0_5_1 for changeset 3414fc882229
Sun, 28 Sep 2014 04:53:57 +0300 Matti Hamalainen Bump version. rel-0_5_1
Sun, 28 Sep 2014 04:53:54 +0300 Matti Hamalainen Update documentation a bit.
Sat, 27 Sep 2014 15:30:25 +0300 Matti Hamalainen Grab the actual loading address from data block if PSID header loadAddr value is 0.
Fri, 26 Sep 2014 04:57:05 +0300 Matti Hamalainen Added tag rel-0_5 for changeset 1d62d7a4958a
Fri, 26 Sep 2014 04:57:01 +0300 Matti Hamalainen Bump version. rel-0_5
Fri, 26 Sep 2014 02:37:34 +0300 Matti Hamalainen Adjust some field titles.
Fri, 26 Sep 2014 02:26:43 +0300 Matti Hamalainen Add more information fields, including SID model, video clock speed, etc.
Fri, 26 Sep 2014 01:54:34 +0300 Matti Hamalainen Fix non-one-line entry output.
Fri, 26 Sep 2014 00:16:42 +0300 Matti Hamalainen Add field separator argument to -l option.
Fri, 26 Sep 2014 00:16:26 +0300 Matti Hamalainen Indentation cosmetics.
Fri, 26 Sep 2014 00:16:18 +0300 Matti Hamalainen Rename a function.
Thu, 25 Sep 2014 18:08:52 +0300 Matti Hamalainen Update documentation.
Thu, 25 Sep 2014 17:41:24 +0300 Matti Hamalainen Add one line output format.
Thu, 25 Sep 2014 05:32:42 +0300 Matti Hamalainen Cleanups.
Thu, 25 Sep 2014 04:01:22 +0300 Matti Hamalainen Fix argument handling when file does not exist.
Thu, 25 Sep 2014 03:41:11 +0300 Matti Hamalainen Added tag rel-0_4 for changeset 055c2355dd0a
Thu, 25 Sep 2014 03:41:06 +0300 Matti Hamalainen Bump version. rel-0_4
Thu, 25 Sep 2014 03:40:46 +0300 Matti Hamalainen Disable verbose option for now, it does not do anything at the moment.
Thu, 25 Sep 2014 03:36:58 +0300 Matti Hamalainen Improve option handling.
Thu, 25 Sep 2014 02:50:03 +0300 Matti Hamalainen Added tag rel-0_3 for changeset 6ba8403930ab
Thu, 25 Sep 2014 02:49:55 +0300 Matti Hamalainen Bump version. rel-0_3
Thu, 25 Sep 2014 02:49:51 +0300 Matti Hamalainen Update usage.
Thu, 25 Sep 2014 02:49:24 +0300 Matti Hamalainen Handle multiple files.
Thu, 25 Sep 2014 02:35:31 +0300 Matti Hamalainen Added tag rel-0_2 for changeset 46d21c77bbb1
Thu, 25 Sep 2014 02:35:17 +0300 Matti Hamalainen Update documentation. rel-0_2
Thu, 25 Sep 2014 02:33:57 +0300 Matti Hamalainen Oops, 10L.
Thu, 25 Sep 2014 02:30:50 +0300 Matti Hamalainen Bump version.
Thu, 25 Sep 2014 02:30:32 +0300 Matti Hamalainen Oops, missed ' : ' from normal output.
Thu, 25 Sep 2014 02:27:01 +0300 Matti Hamalainen Added tag rel-0_1 for changeset 4053f29843db
Thu, 25 Sep 2014 02:26:22 +0300 Matti Hamalainen Merged. rel-0_1
Thu, 25 Sep 2014 02:25:46 +0300 Matti Hamalainen Add some "documentation" and a license.
Thu, 25 Sep 2014 02:19:02 +0300 Matti Hamalainen Fix build .. not using config.h in Win32 builds.
Thu, 25 Sep 2014 02:07:49 +0300 Matti Hamalainen Make filename printing optional.
Thu, 25 Sep 2014 02:07:38 +0300 Matti Hamalainen Fix handling of "large" SID files.
Thu, 25 Sep 2014 02:07:21 +0300 Matti Hamalainen Add NoPrefix option -n.
Thu, 25 Sep 2014 01:58:48 +0300 Matti Hamalainen Improve build.
Thu, 25 Sep 2014 01:58:43 +0300 Matti Hamalainen Add usage example.
Thu, 25 Sep 2014 01:54:33 +0300 Matti Hamalainen Fix build system.
Thu, 25 Sep 2014 01:46:22 +0300 Matti Hamalainen Cleanup.
Thu, 25 Sep 2014 01:46:05 +0300 Matti Hamalainen More work.
Wed, 24 Sep 2014 22:15:55 +0300 Matti Hamalainen Moar work.
Wed, 24 Sep 2014 21:20:04 +0300 Matti Hamalainen Initial import.