log

age author description
Mon, 04 Jun 2018 03:14:14 +0300 Matti Hamalainen Add some depencies.
Mon, 04 Jun 2018 03:07:46 +0300 Matti Hamalainen Allow TH_PROG_AUTHOR and TH_PROG_LICENSE to be defined to override
Mon, 04 Jun 2018 02:54:31 +0300 Matti Hamalainen Remove newline from start of the banner.
Mon, 04 Jun 2018 02:41:27 +0300 Matti Hamalainen Rename the global variable th_verbosityLevel to th_verbosity.
Mon, 04 Jun 2018 02:39:54 +0300 Matti Hamalainen Do not set default author/copyright anymore.
Mon, 04 Jun 2018 02:39:40 +0300 Matti Hamalainen Oops. We've been trying to get number of terminal lines from environment
Mon, 04 Jun 2018 02:35:18 +0300 Matti Hamalainen Preprocessor stuff indentation.
Sat, 02 Jun 2018 03:54:14 +0300 Matti Hamalainen Improve tests slightly.
Thu, 10 May 2018 17:15:36 +0300 Matti Hamalainen Cleanups.
Thu, 10 May 2018 16:04:15 +0300 Matti Hamalainen Added signature for changeset a90fe2c4c636
Thu, 10 May 2018 15:49:16 +0300 Matti Hamalainen Cleanups.
Sat, 17 Feb 2018 23:42:49 +0200 Matti Hamalainen Actually, use a inline function for ioctx atime updates.
Sat, 17 Feb 2018 23:41:11 +0200 Matti Hamalainen Use a macro for updating atime.
Sat, 17 Feb 2018 23:35:20 +0200 Matti Hamalainen Oops, fix C++ guards in headers.
Fri, 16 Feb 2018 22:21:01 +0200 Matti Hamalainen Fix th_strrcasecmp(), it had a rather stupid bug.
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:47 +0200 Matti Hamalainen Merged.
Mon, 11 Dec 2017 12:28:13 +0200 Matti Hamalainen Remove char_t.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Wed, 25 Oct 2017 22:32:07 +0300 Matti Hamalainen Oops, forgot to rename th_printf_altfmt_* from the header file.
Wed, 25 Oct 2017 22:20:21 +0300 Matti Hamalainen Expose some of the internal vprintf() implementation helper functions.
Wed, 25 Oct 2017 22:13:09 +0300 Matti Hamalainen Split th_vprintf_put_int() partially into th_vprintf_put_int_format(), to
Wed, 25 Oct 2017 22:10:32 +0300 Matti Hamalainen Rename th_printf_altfmt_*() functions to th_vprintf_altfmt_*().
Wed, 25 Oct 2017 21:47:30 +0300 Matti Hamalainen Typofix.
Wed, 25 Oct 2017 18:25:21 +0300 Matti Hamalainen Add build message for ranlib.
Wed, 25 Oct 2017 18:23:19 +0300 Matti Hamalainen Possibly fix external build things and llvm static analyzer runs.
Thu, 19 Oct 2017 17:37:04 +0300 Matti Hamalainen Add new function th_strbuf_putsn().
Thu, 19 Oct 2017 17:18:29 +0300 Matti Hamalainen Fix th_pstrcpy() call to th_pstr_cpy()
Thu, 19 Oct 2017 17:17:09 +0300 Matti Hamalainen Rename functions th_pstrcat() and th_pstrcpy() to th_pstr_cat() and th_pstr_cpy()