log tests.c @ 749:feadd3678d2e

age author description
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.
Tue, 21 Jan 2020 07:16:18 +0200 Matti Hamalainen Improve the experimental regex matching debugging macros.
Thu, 16 Jan 2020 18:45:41 +0200 Matti Hamalainen Disable regex stuff from normal builds.
Thu, 16 Jan 2020 16:01:27 +0200 Matti Hamalainen More work on regexes.
Thu, 16 Jan 2020 03:33:11 +0200 Matti Hamalainen A bit more work on the regex stuff.
Thu, 16 Jan 2020 01:09:00 +0200 Matti Hamalainen Initial commit of the highly experimental and unfinished regular expression
Thu, 16 Jan 2020 00:49:26 +0200 Matti Hamalainen Add TEST_ASSERT() and test sizes of some types before doing anything else.
Thu, 16 Jan 2020 00:48:51 +0200 Matti Hamalainen Cosmetic fix in help.
Mon, 13 Jan 2020 17:13:13 +0200 Matti Hamalainen Improve string printf() tests.
Mon, 13 Jan 2020 11:40:42 +0200 Matti Hamalainen Fix tests.c after the addition of the width argument to th_args_help().
Sun, 12 Jan 2020 18:03:47 +0200 Matti Hamalainen Add new compile-time optional th_optarg struct field o_arg for specifying the option argument description/name. TH_USE_OPT_ARG must be defined at compile time.