log

age author description
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().
Sat, 11 Jun 2011 05:04:39 +0300 Matti Hamalainen Add helper functions th_pstr_vprintf() and th_pstr_printf().
Sat, 11 Jun 2011 05:03:58 +0300 Matti Hamalainen th_vputs() and th_vputch() now return a boolean value, TRUE if operation was successful, FALSE if it failed. If result was FALSE, the buffer pointer may now be NULL.
Sat, 11 Jun 2011 05:01:38 +0300 Matti Hamalainen Change how ringbuffer actually works to be more sensible.
Sat, 11 Jun 2011 05:01:14 +0300 Matti Hamalainen Cosmetics.
Sat, 11 Jun 2011 05:00:43 +0300 Matti Hamalainen Comment.
Sat, 11 Jun 2011 05:00:23 +0300 Matti Hamalainen Make ringbuffer deallocator function call only happen if data pointer is != NULL
Sat, 11 Jun 2011 04:59:05 +0300 Matti Hamalainen Update copyright.
Thu, 09 Jun 2011 17:33:18 +0300 Matti Hamalainen Add ringbuffer implementation.
Sun, 22 May 2011 02:11:05 +0300 Matti Hamalainen ISO C99 compatibility fixes.
Thu, 21 Apr 2011 01:48:42 +0300 Matti Hamalainen Add functions for growing a string/buffer and concatenating characters and/or other strings to it.