log th_datastruct.c @ 751:3091fd1987e9

age author description
Mon, 09 Jan 2023 09:49:13 +0200 Matti Hamalainen Rename function argument.
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: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.
Sat, 01 Jan 2022 16:17:31 +0200 Matti Hamalainen Bump copyrights.
Sat, 02 Jan 2021 11:35:54 +0200 Matti Hamalainen Bump copyright years.
Mon, 09 Mar 2020 15:20:49 +0200 Matti Hamalainen Remove th_llist_delete() and th_llist_delete_node() and rename
Tue, 28 Jan 2020 21:28:02 +0200 Matti Hamalainen Use THERR_OK instead of 0.
Fri, 17 Jan 2020 20:08:55 +0200 Matti Hamalainen Return a THERR_* error value from th_ringbuf_grow() instead of BOOL. This
Fri, 17 Jan 2020 20:07:25 +0200 Matti Hamalainen Add new function th_ringbuf_init() and add "allocated" field to th_ringbuf_t
Fri, 17 Jan 2020 19:32:13 +0200 Matti Hamalainen Change ringbuffer data type from (char *) to (void *).
Fri, 17 Jan 2020 19:22:04 +0200 Matti Hamalainen Add some error checking in th_ringbuf_new().
Fri, 17 Jan 2020 19:14:36 +0200 Matti Hamalainen Indentation cosmetics.
Fri, 17 Jan 2020 19:13:57 +0200 Matti Hamalainen Fix ringbuf size and n types.
Sat, 11 Jan 2020 20:35:40 +0200 Matti Hamalainen Change 'ch' argument of th_strbuf_putch from char to uint8_t.
Sun, 05 Jan 2020 20:47:21 +0200 Matti Hamalainen Rename th_llist_free_func() to th_llist_free_func_data() to make it a bit more clear what this function does.
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
Thu, 10 May 2018 17:15:36 +0300 Matti Hamalainen Cleanups.
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
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.
Thu, 19 Oct 2017 17:37:04 +0300 Matti Hamalainen Add new function th_strbuf_putsn().
Thu, 12 Oct 2017 17:12:50 +0300 Matti Hamalainen Get rid of trailing whitespace.
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Thu, 25 Feb 2016 08:54:31 +0200 Matti Hamalainen th_llist_get_nth() returned last value of list if N > number of elements.
Thu, 25 Feb 2016 08:53:41 +0200 Matti Hamalainen Cosmetics.
Wed, 17 Feb 2016 14:27:47 +0200 Matti Hamalainen Oops, forgot to move th_strbuf_* functions into datastruct module.
Wed, 17 Feb 2016 14:20:36 +0200 Matti Hamalainen Split data structures (linked lists, growbufs, ringbufs, etc.) code into th_datastruct.[ch] module.