log

age author description
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.
Wed, 20 Apr 2011 14:57:53 +0300 Matti Hamalainen Minor warning fixes.
Wed, 20 Apr 2011 14:57:42 +0300 Matti Hamalainen Cosmetics.
Wed, 20 Apr 2011 14:57:31 +0300 Matti Hamalainen Update copyright year.
Mon, 15 Nov 2010 19:22:04 +0200 Matti Hamalainen Cosmetics.
Tue, 02 Nov 2010 23:22:44 +0200 Matti Hamalainen Sync.