log

age author description
Wed, 19 Sep 2012 23:55:44 +0300 Matti Hamalainen Change some internals.
Wed, 15 Aug 2012 14:15:51 +0300 Matti Hamalainen Sync.
Wed, 06 Jun 2012 16:52:37 +0300 Matti Hamalainen Add braces, mostly cosmetic.
Sun, 27 May 2012 10:32:29 +0300 Matti Hamalainen Bump copyright year.
Sat, 26 May 2012 08:56:01 +0300 Matti Hamalainen Fix a memory leak in th_strdup_vprintf()
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.
Sun, 09 Oct 2011 23:03:40 +0300 Matti Hamalainen Byteorder changes.
Sun, 09 Oct 2011 22:37:58 +0300 Matti Hamalainen Change byteorder support. Now TH_BYTEORDER must be defined to either
Mon, 03 Oct 2011 18:39:31 +0300 Matti Hamalainen Sync changes.
Mon, 03 Oct 2011 15:40:54 +0300 Matti Hamalainen Change how "config.h" is included, etc.
Mon, 03 Oct 2011 15:39:42 +0300 Matti Hamalainen Cosmetics.
Mon, 03 Oct 2011 15:39:13 +0300 Matti Hamalainen Constify.
Mon, 03 Oct 2011 15:38:53 +0300 Matti Hamalainen Change some structure member names in optarg_t.
Mon, 03 Oct 2011 15:37:53 +0300 Matti Hamalainen Separate program "banner" printing from th_args_help() to th_print_banner().
Mon, 03 Oct 2011 00:28:55 +0300 Matti Hamalainen More cosmetics.
Mon, 03 Oct 2011 00:21:32 +0300 Matti Hamalainen Cosmetics.
Mon, 03 Oct 2011 00:20:48 +0300 Matti Hamalainen Reindent and cosmetic cleanups.
Mon, 03 Oct 2011 00:05:43 +0300 Matti Hamalainen Update copyright year.
Sun, 02 Oct 2011 23:58:42 +0300 Matti Hamalainen Cosmetic cleanups.
Sun, 02 Oct 2011 23:57:09 +0300 Matti Hamalainen Cosmetic cleanups.
Thu, 23 Jun 2011 11:11:55 +0300 Matti Hamalainen Oops, forgot a debug fprintf() in. Fixed.
Thu, 23 Jun 2011 11:09:23 +0300 Matti Hamalainen Fix th_strdup_vprintf(), another misuse of va_list without making a copy of it... :(
Thu, 23 Jun 2011 11:08:59 +0300 Matti Hamalainen Remove some useless assert()s.
Thu, 23 Jun 2011 11:08:35 +0300 Matti Hamalainen Make th_growbuf() public.
Thu, 23 Jun 2011 11:07:16 +0300 Matti Hamalainen Prettify writing of string lists in config files.
Sat, 11 Jun 2011 12:52:57 +0300 Matti Hamalainen Sync.
Sat, 11 Jun 2011 05:05:22 +0300 Matti Hamalainen Use strcpy() instead of strcat() in th_vputs().
Sat, 11 Jun 2011 05:05:11 +0300 Matti Hamalainen Fix an annoying bug in th_growbuf().