log th_util.h @ 454:347bfd3e017e

age author description
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.
Mon, 03 Oct 2011 15:40:54 +0300 Matti Hamalainen Change how "config.h" is included, etc.
Mon, 03 Oct 2011 15:37:53 +0300 Matti Hamalainen Separate program "banner" printing from th_args_help() to th_print_banner().
Sat, 11 Jun 2011 12:52:57 +0300 Matti Hamalainen Sync.
Thu, 09 Jun 2011 17:33:18 +0300 Matti Hamalainen Add ringbuffer implementation.
Wed, 20 Apr 2011 14:57:42 +0300 Matti Hamalainen Cosmetics.
Wed, 20 Apr 2011 14:57:31 +0300 Matti Hamalainen Update copyright year.
Tue, 02 Nov 2010 23:22:44 +0200 Matti Hamalainen Sync.
Fri, 01 Jan 2010 05:43:28 +0200 Matti Hamalainen Cleanups.
Mon, 20 Apr 2009 00:01:43 +0300 Matti Hamalainen Updates.
Tue, 10 Feb 2009 06:53:46 +0200 Matti Hamalainen Updated copyrights.
Sat, 18 Oct 2008 08:49:26 +0300 Matti Hamalainen Indentation cleanups.
Wed, 26 Mar 2008 05:10:20 +0200 Matti Hamalainen Move defaults to header file.
Wed, 26 Mar 2008 04:41:58 +0200 Matti Hamalainen Initial import into Mercurial repository. Discarding old cvs/svn history