log tests.c @ 789:d61d3eb29053 default tip

age author description
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.
Tue, 04 Jul 2023 01:24:38 +0300 Matti Hamalainen Rename th_cfg_find() to th_cfg_item_find().
Sun, 02 Jul 2023 03:19:57 +0300 Matti Hamalainen Rename th_cfg_add_hexvalue() to th_cfg_add_hex_triplet().
Sat, 01 Jul 2023 22:12:51 +0300 Matti Hamalainen s/ITEM_/CFG_ITEM_/g'
Mon, 20 Feb 2023 23:33:45 +0200 Matti Hamalainen Rename th_ioctx struct to th_ioctx_t, for consistency. Breaks API.
Fri, 10 Feb 2023 02:46:57 +0200 Matti Hamalainen Add handle_escapes parameter to th_str{case}match() functions to
Thu, 09 Feb 2023 23:59:00 +0200 Matti Hamalainen Clean up the tests a bit, rename macros, cosmetics.
Sun, 05 Feb 2023 04:00:50 +0200 Matti Hamalainen Add some simple tests for linked lists.
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:17:20 +0200 Matti Hamalainen Only do certain th_file tests if we are compiled for *NIX (Win/DOS specific
Wed, 14 Dec 2022 01:38:31 +0200 Matti Hamalainen Add few simplistic tests of th_file module functions.
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.
Mon, 18 Oct 2021 01:56:09 +0300 Matti Hamalainen Add some tests for PRI* printf specifiers to test 64bit.
Mon, 27 Apr 2020 01:35:39 +0300 Matti Hamalainen Fix a memory leak in regex tests.
Mon, 27 Apr 2020 01:21:50 +0300 Matti Hamalainen Fix a silly memory leak in tests.
Mon, 27 Apr 2020 00:44:34 +0300 Matti Hamalainen Use the th_cfg_free() deallocator.
Sun, 26 Apr 2020 23:30:17 +0300 Matti Hamalainen Plug a minor memory leak in tests.
Mon, 27 Jan 2020 19:23:06 +0200 Matti Hamalainen Some work on the regex tests.
Mon, 27 Jan 2020 12:43:39 +0200 Matti Hamalainen More work on regex stuff.
Mon, 27 Jan 2020 07:48:27 +0200 Matti Hamalainen s/th_regex_char_t/th_char_t/g
Sat, 25 Jan 2020 13:13:37 +0200 Matti Hamalainen Moar re-work.
Sat, 25 Jan 2020 13:05:11 +0200 Matti Hamalainen Remove th_io_free(), merge the functionality to th_io_close(). Add flags
Sat, 25 Jan 2020 11:35:59 +0200 Matti Hamalainen Tweedle.
Sat, 25 Jan 2020 06:47:41 +0200 Matti Hamalainen And some more work.
Sat, 25 Jan 2020 05:11:40 +0200 Matti Hamalainen More fiddling and twiddling. Add parsing to string nodes instead of separate character nodes.
Fri, 24 Jan 2020 12:06:43 +0200 Matti Hamalainen Cleanups.
Fri, 24 Jan 2020 09:13:24 +0200 Matti Hamalainen Aaand some more work. Still just a broken concept.