log th_util.h @ 727:b415b70254fa

age author description
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.
Sat, 02 Jan 2021 11:35:54 +0200 Matti Hamalainen Bump copyright years.
Fri, 17 Jan 2020 04:16:48 +0200 Matti Hamalainen Get rid of some useless includes.
Fri, 17 Jan 2020 04:16:32 +0200 Matti Hamalainen Some more slight Doxygenisation.
Thu, 09 Jan 2020 21:15:54 +0200 Matti Hamalainen Typofix a comment.
Thu, 09 Jan 2020 18:27:48 +0200 Matti Hamalainen Define a helper macro for __attribute__ ((__format__ (__printf__, 2, 3)))
Thu, 09 Jan 2020 16:53:16 +0200 Matti Hamalainen Improve system bit-ness handling and target platform.
Thu, 09 Jan 2020 13:36:41 +0200 Matti Hamalainen Add __attribute__(__format__ ..) specifiers for functions that use printf() style format specifiers.
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Mon, 23 Sep 2019 19:47:11 +0300 Matti Hamalainen Add th_print_version().
Tue, 19 Feb 2019 06:12:18 +0200 Matti Hamalainen Add simplistic support for DJGPP/DOS.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
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:35:18 +0300 Matti Hamalainen Preprocessor stuff indentation.
Thu, 10 May 2018 15:49:16 +0300 Matti Hamalainen Cleanups.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Tue, 01 Mar 2016 00:17:53 +0200 Matti Hamalainen Add empty line.
Wed, 17 Feb 2016 14:20:36 +0200 Matti Hamalainen Split data structures (linked lists, growbufs, ringbufs, etc.) code into th_datastruct.[ch] module.
Tue, 16 Feb 2016 12:00:18 +0200 Matti Hamalainen Bump copyright year.
Thu, 11 Feb 2016 20:26:47 +0200 Matti Hamalainen Rename th_free_r() to th_free_r_real() and #define a macro wrapper for
Thu, 11 Feb 2016 16:42:00 +0200 Matti Hamalainen Define some argument identifiers in function prototypes and rename some arguments.
Thu, 11 Feb 2016 16:10:31 +0200 Matti Hamalainen Add new function th_free_r(void **ptr) that calls th_free(*ptr) and sets *ptr to NULL.
Wed, 20 Jan 2016 16:25:23 +0200 Matti Hamalainen Define TH_PLAT_{WINDOWS,UNIX} depending on the platform we are on.
Tue, 10 Feb 2015 13:47:44 +0200 Matti Hamalainen Add few error codes.
Mon, 09 Feb 2015 18:52:56 +0200 Matti Hamalainen Actually, move th_print_wrap() to th_string module.
Mon, 09 Feb 2015 18:41:00 +0200 Matti Hamalainen Make th_print_wrap() function public and move the code to th_util.
Sat, 07 Feb 2015 01:37:58 +0200 Matti Hamalainen Rename qringbuf_t to th_ringbuf_t.
Sat, 07 Feb 2015 01:37:11 +0200 Matti Hamalainen Add new utility function for linked lists, th_llist_free_func_node().
Fri, 06 Feb 2015 23:04:08 +0200 Matti Hamalainen Rename qlist_t doubly linked list structure to th_llist_t.
Wed, 07 Jan 2015 16:56:29 +0200 Matti Hamalainen Update copyright year.
Thu, 01 Jan 2015 09:22:27 +0200 Matti Hamalainen Merge.
Thu, 01 Jan 2015 09:22:08 +0200 Matti Hamalainen Update copyrights.
Sun, 07 Dec 2014 20:49:10 +0200 Matti Hamalainen Implement terminal width.
Sun, 22 Jun 2014 07:23:54 +0300 Matti Hamalainen Cosmetics.
Sun, 22 Jun 2014 01:25:35 +0300 Matti Hamalainen Use void* instead of uint8_t* in th_growbuf_put_str()
Sat, 21 Jun 2014 23:11:36 +0300 Matti Hamalainen More work on growbuf stuff.
Sat, 21 Jun 2014 22:44:56 +0300 Matti Hamalainen More functions for growbuf.
Sat, 21 Jun 2014 20:42:06 +0300 Matti Hamalainen Remove th_growbuf, move to th_util.
Tue, 27 May 2014 07:28:59 +0300 Matti Hamalainen Rename th_get_errno() to th_get_error(), it's more appropriate since it does
Sun, 25 May 2014 01:01:31 +0300 Matti Hamalainen Add th_errno_to_error().
Sun, 25 May 2014 01:01:13 +0300 Matti Hamalainen Remove th_memset().
Sat, 24 May 2014 21:44:36 +0300 Matti Hamalainen Add log level enums.
Thu, 22 May 2014 03:29:08 +0300 Matti Hamalainen Add error handling stuff.
Wed, 21 May 2014 22:31:10 +0300 Matti Hamalainen Cosmetics.
Wed, 21 May 2014 21:40:40 +0300 Matti Hamalainen Make th_llist_delete_node_fast() public.
Wed, 21 May 2014 20:55:54 +0300 Matti Hamalainen Cosmetics.
Thu, 09 Jan 2014 23:41:47 +0200 Matti Hamalainen Bump copyright year.
Sat, 05 Jan 2013 13:42:09 +0200 Matti Hamalainen Update copyright year.
Tue, 11 Dec 2012 15:32:23 +0200 Matti Hamalainen Add a missing include.
Thu, 15 Nov 2012 19:22:42 +0200 Matti Hamalainen Cosmetics.
Thu, 15 Nov 2012 19:22:06 +0200 Matti Hamalainen Added a new memory allocator function, th_malloc0(size), which is the same as calloc(1, size).
Mon, 12 Nov 2012 20:54:03 +0200 Matti Hamalainen Update copyrights.
Wed, 19 Sep 2012 23:55:44 +0300 Matti Hamalainen Change some internals.
Sun, 27 May 2012 10:32:29 +0300 Matti Hamalainen Bump copyright year.
Sat, 26 May 2012 03:47:07 +0300 Matti Hamalainen Adjust the foreach linked list functions a bit.
Sat, 26 May 2012 02:25:27 +0300 Matti Hamalainen Add new linked list handling functions: th_llist_foreach() and th_llist_foreach_cond()
Sat, 26 May 2012 01:04:12 +0300 Matti Hamalainen Add th_llist_append_node() and th_llist_prepend_node() to public header.