log sidlib.c @ 409:5a27c0fbbf20 default tip

age author description
Tue, 28 Mar 2023 15:30:39 +0300 Matti Hamalainen Bump copyright years.
Mon, 20 Feb 2023 23:37:59 +0200 Matti Hamalainen Sync with th-libs API changes.
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.
Wed, 23 Feb 2022 20:09:55 +0200 Matti Hamalainen Change "new SLDB" boolean to a flags int.
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:20:55 +0200 Matti Hamalainen Bump copyrights.
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.
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.
Sat, 02 Jan 2021 11:37:13 +0200 Matti Hamalainen Bump copyright years.
Tue, 21 Jan 2020 04:41:49 +0200 Matti Hamalainen Add lowercase versions of the STIL field names array as
Sun, 19 Jan 2020 06:40:40 +0200 Matti Hamalainen Add some more error checking in the STIL parser.
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.
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 14:25:23 +0200 Matti Hamalainen Change how the STIL subtune are handled internally. Also fix a bug that
Thu, 09 Jan 2020 13:50:44 +0200 Matti Hamalainen Fix some format strings to use proper PRIu_SIZE_T where necessary.
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:46:47 +0200 Matti Hamalainen Avoid allocating one extra STIL node. Does not make much of a difference.
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 10:17:36 +0200 Matti Hamalainen Few improvements to validity checking of STIL file parsing.
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:27:29 +0200 Matti Hamalainen Clean up error handling.
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 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 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
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.
Thu, 10 Jan 2019 20:02:49 +0200 Matti Hamalainen Bump copyright years.
Tue, 11 Dec 2018 02:38:53 +0200 Matti Hamalainen Actually fix the load address handling in hash calculation.
Mon, 09 Jul 2018 08:05:49 +0300 Matti Hamalainen Improve error handling through ioctx.
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:24:43 +0200 Matti Hamalainen Fix the load address handling in case of new SLDB format.
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.
Mon, 05 Feb 2018 00:59:58 +0200 Matti Hamalainen Cleanup.
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.