log th_string.c @ 220:099a1a156fd7

age author description
Mon, 15 Feb 2016 10:11:10 +0200 Matti Hamalainen Implement th_strndup_trim() and factorize implementation of th_strdup_trim().
Wed, 10 Feb 2016 16:34:44 +0200 Matti Hamalainen Clean up the code, add argument identifiers to function prototypes and
Sun, 01 Mar 2015 05:35:15 +0200 Matti Hamalainen Rename some variables.
Sun, 01 Mar 2015 05:34:48 +0200 Matti Hamalainen Comments, cosmetics.
Wed, 18 Feb 2015 21:44:28 +0200 Matti Hamalainen Add on/off to valid boolean values.
Wed, 18 Feb 2015 21:13:44 +0200 Matti Hamalainen Add th_get_boolean() function.
Mon, 09 Feb 2015 18:52:56 +0200 Matti Hamalainen Actually, move th_print_wrap() to th_string module.
Thu, 01 Jan 2015 09:22:08 +0200 Matti Hamalainen Update copyrights.
Fri, 11 Jul 2014 18:22:52 +0300 Matti Hamalainen Fix reallocation.
Sun, 22 Jun 2014 07:23:54 +0300 Matti Hamalainen Cosmetics.
Sat, 21 Jun 2014 20:01:36 +0300 Matti Hamalainen Remove old string growbuf code.
Tue, 20 May 2014 04:27:30 +0300 Matti Hamalainen Add new function th_strdup_trim().
Sat, 17 May 2014 22:39:37 +0300 Matti Hamalainen Add new function th_strrcasecmp().
Sat, 17 May 2014 22:39:27 +0300 Matti Hamalainen Slight adjustments.
Sat, 17 May 2014 22:39:06 +0300 Matti Hamalainen Bump copyrights.
Sat, 04 May 2013 03:39:41 +0300 Matti Hamalainen Oops, th_alloc() -> th_malloc().
Sat, 04 May 2013 03:38:55 +0300 Matti Hamalainen Add th_strndup().
Sat, 04 May 2013 03:38:41 +0300 Matti Hamalainen Cosmetics.
Sat, 04 May 2013 03:37:21 +0300 Matti Hamalainen Remove th_strncpy().
Mon, 12 Nov 2012 20:54:03 +0200 Matti Hamalainen Update copyrights.
Sat, 26 May 2012 08:56:01 +0300 Matti Hamalainen Fix a memory leak in th_strdup_vprintf()
Mon, 03 Oct 2011 15:40:54 +0300 Matti Hamalainen Change how "config.h" is included, etc.
Mon, 03 Oct 2011 00:28:55 +0300 Matti Hamalainen More cosmetics.
Mon, 03 Oct 2011 00:21:32 +0300 Matti Hamalainen Cosmetics.
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.
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.
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.
Sat, 30 Oct 2010 17:47:41 +0300 Matti Hamalainen Various cleanups, additions and removals.
Mon, 20 Apr 2009 00:01:43 +0300 Matti Hamalainen Updates.
Wed, 24 Dec 2008 16:03:04 +0200 Matti Hamalainen Re-add th_strdup().
Wed, 26 Nov 2008 22:17:02 +0200 Matti Hamalainen Updates.
Wed, 26 Mar 2008 04:41:58 +0200 Matti Hamalainen Initial import into Mercurial repository. Discarding old cvs/svn history