log th_string.c @ 354:c01e42fc9adb

age author description
Mon, 13 Jun 2011 15:08:51 +0300 Matti Hamalainen Make th_growbuf() public.
Sat, 11 Jun 2011 02:44:55 +0300 Matti Hamalainen Use strcpy() instead of strcat().
Sat, 11 Jun 2011 01:09:27 +0300 Matti Hamalainen Make th_vputch() and th_vputs() return a boolean value for success and failure respectively. Also fix a grave bug in th_growbuf().
Thu, 09 Jun 2011 20:48:17 +0300 Matti Hamalainen Added helper functions for easier string manipulation.
Wed, 20 Apr 2011 18:55:19 +0300 Matti Hamalainen Buffer pointer handling was wrong in th_vaddch(), fixed.
Wed, 20 Apr 2011 18:54:26 +0300 Matti Hamalainen Staticize.
Wed, 20 Apr 2011 18:47:22 +0300 Matti Hamalainen Functions for growing a string buffer when needed.