log th_string.c @ 362:7f9057e29af2

age author description
Thu, 23 Jun 2011 11:11:12 +0300 Matti Hamalainen Oops, forgot a debug fprintf() in .. Fixed!
Thu, 23 Jun 2011 11:10:30 +0300 Matti Hamalainen Fix th_strdup_vprintf().
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.