log

age author description
Fri, 08 Mar 2024 15:26:24 +0200 Matti Hamalainen Bump copyright. default tip
Thu, 29 Feb 2024 21:46:58 +0200 Matti Hamalainen Fix verbose build echos.
Fri, 29 Dec 2023 12:39:39 +0200 Matti Hamalainen Cosmetic.
Wed, 20 Dec 2023 08:04:04 +0200 Matti Hamalainen Fix a test.
Wed, 20 Dec 2023 07:57:25 +0200 Matti Hamalainen Plug another memory leak in tests.
Wed, 20 Dec 2023 07:51:04 +0200 Matti Hamalainen Fix memory leaks in tests.
Wed, 20 Dec 2023 07:27:35 +0200 Matti Hamalainen Add missing void to mark empty function argument lists.
Thu, 03 Aug 2023 09:04:43 +0300 Matti Hamalainen Rename Makefile.gen to Makefile.common
Tue, 04 Jul 2023 01:24:38 +0300 Matti Hamalainen Rename th_cfg_find() to th_cfg_item_find().
Tue, 04 Jul 2023 01:22:50 +0300 Matti Hamalainen Indent cosmetic.
Tue, 04 Jul 2023 01:19:13 +0300 Matti Hamalainen Cleanups.
Sun, 02 Jul 2023 14:41:50 +0300 Matti Hamalainen Bump standard to C11.
Sun, 02 Jul 2023 03:19:57 +0300 Matti Hamalainen Rename th_cfg_add_hexvalue() to th_cfg_add_hex_triplet().
Sun, 02 Jul 2023 00:43:59 +0300 Matti Hamalainen Rename a number of config parser variables etc.
Sat, 01 Jul 2023 22:48:03 +0300 Matti Hamalainen s/SET_MAX_BUF/SET_CFG_MAX_PARSE_BUF/g
Sat, 01 Jul 2023 22:12:51 +0300 Matti Hamalainen s/ITEM_/CFG_ITEM_/g'
Sat, 01 Jul 2023 20:33:45 +0300 Matti Hamalainen Whoops. s/ITEM_bool/ITEM_BOOL/g; s/PM_bool/PM_BOOL/g.
Mon, 20 Feb 2023 23:36:33 +0200 Matti Hamalainen Fix th_ioctx_t_ops -> th_ioctx_ops_t
Mon, 20 Feb 2023 23:33:45 +0200 Matti Hamalainen Rename th_ioctx struct to th_ioctx_t, for consistency. Breaks API.
Sun, 12 Feb 2023 14:08:09 +0200 Matti Hamalainen Fix Doxygen.
Sun, 12 Feb 2023 09:04:33 +0200 Matti Hamalainen Rename some th_ioctx members.
Fri, 10 Feb 2023 02:46:57 +0200 Matti Hamalainen Add handle_escapes parameter to th_str{case}match() functions to
Fri, 10 Feb 2023 02:45:34 +0200 Matti Hamalainen Un-macroify th_vprintf_buf_*() function prototypes.
Fri, 10 Feb 2023 02:10:49 +0200 Matti Hamalainen Cosmetics.
Fri, 10 Feb 2023 01:03:22 +0200 Matti Hamalainen Invert some preprocessor conditions for clarity.
Thu, 09 Feb 2023 23:59:00 +0200 Matti Hamalainen Clean up the tests a bit, rename macros, cosmetics.
Thu, 09 Feb 2023 23:55:04 +0200 Matti Hamalainen #define TH_FS_CASE_INSENSITIVE for Windows and DOS.
Sun, 05 Feb 2023 19:41:05 +0200 Matti Hamalainen Reorder.
Sun, 05 Feb 2023 19:40:14 +0200 Matti Hamalainen Cleanup.
Sun, 05 Feb 2023 04:00:50 +0200 Matti Hamalainen Add some simple tests for linked lists.
Sun, 05 Feb 2023 02:16:22 +0200 Matti Hamalainen Add th_llist_mergesort() for sorting linked lists.
Wed, 01 Feb 2023 16:43:36 +0200 Matti Hamalainen Fix constness.
Wed, 01 Feb 2023 14:09:25 +0200 Matti Hamalainen Add th_llist_length_slow().
Wed, 01 Feb 2023 14:09:12 +0200 Matti Hamalainen Fix list length when reversing.
Wed, 01 Feb 2023 13:17:26 +0200 Matti Hamalainen Urgh. Fix previous commit.
Wed, 01 Feb 2023 13:02:35 +0200 Matti Hamalainen Add th_llist_reverse() for reversing a linked list.
Thu, 26 Jan 2023 07:23:12 +0200 Matti Hamalainen Rename function th_llist_find() to th_llist_find_data().
Wed, 11 Jan 2023 12:00:52 +0200 Matti Hamalainen Add some NULL pointer checks.
Mon, 09 Jan 2023 09:49:13 +0200 Matti Hamalainen Rename function argument.
Fri, 30 Dec 2022 09:12:47 +0200 Matti Hamalainen Adjust short option cosmetics in help.
Wed, 21 Dec 2022 17:23:10 +0200 Matti Hamalainen Oops, typofix, missing comma separator between string elements :O
Wed, 21 Dec 2022 13:20:56 +0200 Matti Hamalainen Add #ifdef to avoid unused variable warning.
Wed, 21 Dec 2022 13:20:06 +0200 Matti Hamalainen No need to check for both __MINGW32__ and __MINGW64__, the former is enough.
Wed, 21 Dec 2022 13:19:02 +0200 Matti Hamalainen Move TH_ATTR_PRINTF_FMT macro definition to th_types.h and improve the
Wed, 21 Dec 2022 13:17:20 +0200 Matti Hamalainen Only do certain th_file tests if we are compiled for *NIX (Win/DOS specific
Wed, 14 Dec 2022 22:58:12 +0200 Matti Hamalainen Change th_pstr_printf()/th_pstr_vprintf() to return pointer to the newly
Wed, 14 Dec 2022 01:38:31 +0200 Matti Hamalainen Add few simplistic tests of th_file module functions.
Wed, 14 Dec 2022 01:38:08 +0200 Matti Hamalainen Always clear stat structure in th_stat_path().
Wed, 14 Dec 2022 01:32:40 +0200 Matti Hamalainen Change th_mkdir_path() API, instead if returning boolean, return a th-lib error code.
Wed, 14 Dec 2022 01:31:51 +0200 Matti Hamalainen Change th_get_config_dir() API.
Wed, 14 Dec 2022 01:31:25 +0200 Matti Hamalainen Add missing void to function arguments.
Sun, 11 Dec 2022 00:00:23 +0200 Matti Hamalainen Clean cruft from Mingw cross-build Makefile.
Wed, 07 Dec 2022 15:03:36 +0200 Matti Hamalainen Return actual errno status in case of fopen() failure.
Wed, 07 Dec 2022 15:03:09 +0200 Matti Hamalainen Add simple growing pointerlist data stucture implementation.
Wed, 07 Dec 2022 12:14:39 +0200 Matti Hamalainen Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
Wed, 07 Dec 2022 11:58:54 +0200 Matti Hamalainen Improve documentation.
Wed, 07 Dec 2022 11:57:43 +0200 Matti Hamalainen Rename "allocated" field to "is_allocated" in some structures.
Wed, 07 Dec 2022 00:17:57 +0200 Matti Hamalainen Fix free.
Wed, 07 Dec 2022 00:15:38 +0200 Matti Hamalainen Change th_ringbuf_new() API.
Wed, 07 Dec 2022 00:06:45 +0200 Matti Hamalainen Use specified deallocator for ringbuffers when rotating.