log

age author description
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.