log

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