log th_datastruct.c @ 464:761724e01c02

age author description
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.