log

age author description
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.
Fri, 25 Feb 2022 15:25:16 +0200 Matti Hamalainen More build system improvements.
Fri, 25 Feb 2022 15:18:19 +0200 Matti Hamalainen Improve build system.
Thu, 06 Jan 2022 13:12:16 +0200 Matti Hamalainen Add set_bit/test_bit helpers.
Sat, 01 Jan 2022 16:17:31 +0200 Matti Hamalainen Bump copyrights.
Mon, 18 Oct 2021 01:56:55 +0300 Matti Hamalainen On 64bit 'l' printf specifier is 64bit, on 32bit 'll' is 64bit.
Mon, 18 Oct 2021 01:56:09 +0300 Matti Hamalainen Add some tests for PRI* printf specifiers to test 64bit.
Mon, 18 Oct 2021 01:04:46 +0300 Matti Hamalainen Perhaps improve type definitions for MinGW v8+
Sat, 02 Jan 2021 11:35:54 +0200 Matti Hamalainen Bump copyright years.
Sun, 13 Dec 2020 13:53:06 +0200 Matti Hamalainen Initialize regex parsing context before checking pointers.
Wed, 11 Nov 2020 15:08:03 +0200 Matti Hamalainen Add th_ioctx::memData NULL check in th_mem_realloc() as well.
Wed, 11 Nov 2020 13:35:03 +0200 Matti Hamalainen Set th_ioctx::memAlloc to zero in th_mem_fclose() if memory is freed. This fixes the issue if file is reopened and th_mem_realloc() fails to notice that we have no allocated memory.
Wed, 11 Nov 2020 13:23:24 +0200 Matti Hamalainen Check for length > 0.
Mon, 26 Oct 2020 12:48:37 +0200 Matti Hamalainen Add some error status setting in memio.
Mon, 26 Oct 2020 12:33:02 +0200 Matti Hamalainen Improve few comments.
Tue, 28 Apr 2020 18:38:23 +0300 Matti Hamalainen Fix th_strncasecmp() edge case.
Mon, 27 Apr 2020 03:33:48 +0300 Matti Hamalainen Do not use th_strlen() in th_strndup(), as the string might not have a
Mon, 27 Apr 2020 01:35:39 +0300 Matti Hamalainen Fix a memory leak in regex tests.
Mon, 27 Apr 2020 01:31:53 +0300 Matti Hamalainen Fix various memory leaks in th_regex. Not that it is usable anyway yet.
Mon, 27 Apr 2020 01:28:14 +0300 Matti Hamalainen Cleanup.
Mon, 27 Apr 2020 01:21:50 +0300 Matti Hamalainen Fix a silly memory leak in tests.