log

age author description
Fri, 17 Jan 2020 04:16:32 +0200 Matti Hamalainen Some more slight Doxygenisation.
Fri, 17 Jan 2020 03:47:19 +0200 Matti Hamalainen #include th_types.h instead of th_util.h
Fri, 17 Jan 2020 03:46:38 +0200 Matti Hamalainen Remove useless #includes.
Fri, 17 Jan 2020 03:41:54 +0200 Matti Hamalainen Remove useless #include.
Fri, 17 Jan 2020 03:41:46 +0200 Matti Hamalainen Fix a Doxygen comment.
Fri, 17 Jan 2020 03:21:05 +0200 Matti Hamalainen Add some extra () protection in the th_is* macro wrapper arguments.
Fri, 17 Jan 2020 03:18:40 +0200 Matti Hamalainen Slight improvements to the almost non-existing Doxygen documentation.
Fri, 17 Jan 2020 00:01:55 +0200 Matti Hamalainen Cleanup.
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 12:50:28 +0200 Matti Hamalainen Add some comments and debug messages.
Thu, 16 Jan 2020 12:50:09 +0200 Matti Hamalainen Combine code from th_regex_compile() to th_regex_compile_do().
Thu, 16 Jan 2020 03:33:11 +0200 Matti Hamalainen A bit more work on the regex stuff.
Thu, 16 Jan 2020 01:46:19 +0200 Matti Hamalainen Quiet some warnings.
Thu, 16 Jan 2020 01:09:25 +0200 Matti Hamalainen Merge.
Wed, 15 Jan 2020 12:24:43 +0200 Matti Hamalainen Merge.
Tue, 14 Jan 2020 12:53:23 +0200 Matti Hamalainen Rename th_strmatch.c to th_strglob.c
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:42 +0200 Matti Hamalainen Comment cosmetics.
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.
Wed, 15 Jan 2020 11:37:30 +0200 Matti Hamalainen Fix building of 'tests'.
Tue, 14 Jan 2020 03:28:53 +0200 Matti Hamalainen Check for empty target directory in DO_MKDIR Makefile macro.
Tue, 14 Jan 2020 02:57:54 +0200 Matti Hamalainen Improve few Makefile comments.
Tue, 14 Jan 2020 02:43:40 +0200 Matti Hamalainen Oops, a output suppressor was missing from COMPILE_CXX_OBJ macro in the build system.
Tue, 14 Jan 2020 02:05:03 +0200 Matti Hamalainen Improve build system, clean up the functions and improve V=1 verbosity.
Mon, 13 Jan 2020 17:13:13 +0200 Matti Hamalainen Improve string printf() tests.
Mon, 13 Jan 2020 17:12:54 +0200 Matti Hamalainen Fix internal printf() for case of NULL string pointer, but with format
Mon, 13 Jan 2020 11:41:27 +0200 Matti Hamalainen Reorganize th_string.h header slightly.
Mon, 13 Jan 2020 11:41:06 +0200 Matti Hamalainen Rename some internal preprocessor macros.