log src/lib/str.c @ 23007:36e01285b5b8

age author description
Mon, 01 Jan 2018 22:42:08 +0100 Stephan Bosch Updated copyright notices to include the year 2018.
Wed, 11 Jan 2017 02:51:13 +0100 Stephan Bosch Updated copyright notices to include the year 2017.
Mon, 12 Dec 2016 07:19:55 +0200 Timo Sirainen global: Change string position/length from unsigned int to size_t
Sat, 30 Apr 2016 14:03:32 +0300 Timo Sirainen lib: Make str_*() inline which are simple buffer_* wrappers.
Fri, 29 Apr 2016 15:50:06 +0300 Timo Sirainen global: Use buffer_get_writable_size() where possible
Wed, 13 Jan 2016 12:24:03 +0200 Timo Sirainen global: freshen copyright
Mon, 05 Jan 2015 22:20:10 +0200 Phil Carmody global: freshen copyright
Tue, 27 May 2014 21:17:34 +0300 Phil Carmody lib: pair VA_COPY with va_end
Mon, 05 May 2014 15:05:20 +0300 Timo Sirainen liblib: Added str_append_data(), which is simply a wrapper to buffer_append()
Tue, 08 Apr 2014 17:07:31 +0200 Timo Sirainen liblib: Fixed crash using str_c() in different stack frame with str_new(0) allocated string.
Tue, 04 Feb 2014 16:23:22 -0500 Timo Sirainen Updated copyright notices to include year 2014.
Sat, 16 Feb 2013 18:57:33 +0200 Timo Sirainen Merged changes from v2.1 tree.
Tue, 15 Jan 2013 08:30:03 +0200 Timo Sirainen buffer: Always keep +1 byte available for str_c()'s NUL.
Sat, 02 Feb 2013 17:02:55 +0200 Timo Sirainen Oops :) Update copyrights to 2013 without breaking all .c files.
Sat, 02 Feb 2013 17:01:07 +0200 Timo Sirainen Updated copyright notices to include year 2013.
Sat, 05 Jan 2013 01:14:11 +0200 Timo Sirainen Merged changes from v2.1 tree.
Fri, 04 Jan 2013 03:50:35 +0200 Timo Sirainen DEBUG: Call buffer_verify_pool() on str_c*()
Thu, 06 Sep 2012 01:13:03 +0300 Timo Sirainen Renamed buffer_create_*data() to buffer_create_from_*data() for consistency.
Thu, 06 Sep 2012 01:04:28 +0300 Timo Sirainen str_*printfa(): Avoid (harder!) growing underlying buffer if possible.
Wed, 29 Aug 2012 16:12:08 +0300 Timo Sirainen str_*printfa(): Avoid growing underlying buffer if possible.
Sun, 12 Feb 2012 18:55:28 +0200 Timo Sirainen Updated copyright notices to include year 2012.
Fri, 04 Mar 2011 20:54:29 +0200 Timo Sirainen Updated copyright notices to include year 2011.
Mon, 25 Jan 2010 01:19:08 +0200 Timo Sirainen Updated copyright notices to include year 2010. HEAD
Wed, 28 Oct 2009 14:10:17 -0400 Timo Sirainen Minor memory allocation tweaks. HEAD
Mon, 13 Jul 2009 21:11:05 -0400 Timo Sirainen buffer_create_[const_]data() API change: Take buffer_t as parameter instead of allocating it. HEAD
Tue, 06 Jan 2009 09:25:38 -0500 Timo Sirainen Updated copyright notices to include year 2009. HEAD
Sun, 12 Oct 2008 00:22:39 +0300 Timo Sirainen Added t_str_new_const(). HEAD
Fri, 18 Jul 2008 01:02:08 +0300 Timo Sirainen Added str_new_const(). HEAD
Tue, 01 Jan 2008 22:05:21 +0200 Timo Sirainen Updated copyright notices to include year 2008. HEAD
Sat, 08 Dec 2007 21:28:46 +0200 Timo Sirainen Added str_equals() HEAD
Sun, 16 Sep 2007 14:34:22 +0300 Timo Sirainen Replaced my Copyright notices. The year range always ends with 2007 now. HEAD
Sun, 16 Sep 2007 12:09:30 +0300 Timo Sirainen Changed buffer_free() and buffer_free_without_data() APIs to take ** pointer HEAD
Mon, 02 Jul 2007 23:24:34 +0300 Timo Sirainen Implement str_vprintfa() by making vsnprintf() write directly to the string. HEAD
Mon, 11 Jun 2007 02:21:30 +0300 Timo Sirainen Require C99 compatible vsnprintf(). Removed printf_string_upper_bound() and HEAD
Wed, 28 Jun 2006 16:10:25 +0300 Timo Sirainen Array API redesigned to work using unions. It now provides type safety HEAD
Sat, 14 Jan 2006 20:47:20 +0200 Timo Sirainen deinit, unref, destroy, close, free, etc. functions now take a pointer to HEAD
Mon, 01 Nov 2004 14:15:42 +0200 Timo Sirainen Added str_free_without_data(). HEAD
Fri, 08 Oct 2004 20:51:47 +0300 Timo Sirainen Buffer API change: we no longer support limited sized buffers where HEAD
Fri, 18 Jun 2004 00:52:53 +0300 Timo Sirainen Added str_insert() HEAD
Sun, 26 Oct 2003 09:27:51 +0200 Timo Sirainen Use unsigned char for buffer_append_c and str_append_c. HEAD
Sun, 21 Sep 2003 19:21:36 +0300 Timo Sirainen data_stack_pool split into two: unsafe_data_stack_pool which works like HEAD
Mon, 08 Sep 2003 04:29:07 +0300 Timo Sirainen Call printf_string_fix_format() only when printf_string_upper_bound() sees HEAD
Wed, 27 Aug 2003 00:18:16 +0300 Timo Sirainen Removed most of the license comments from src/lib/*.c. It's just fine to HEAD
Thu, 15 May 2003 22:22:21 +0300 Timo Sirainen Renamed buffer_*_space() to buffer_*_space_unsafe() and added several HEAD
Tue, 21 Jan 2003 08:45:51 +0200 Timo Sirainen Added str_free() HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:26:29 +0200 Timo Sirainen Use unsigned char* when accessing non-NUL terminating strings. Compiler HEAD
Fri, 27 Dec 2002 18:02:25 +0200 Timo Sirainen We weren't using va_list properly, especially gcc/PowerPC didn't like it. HEAD
Sun, 22 Dec 2002 09:06:16 +0200 Timo Sirainen String function cleanups. Allocating 0 bytes of memory is treated as error HEAD
Sun, 22 Dec 2002 08:25:50 +0200 Timo Sirainen Use vsnprintf() always when possible, even if we went through the HEAD
Sun, 22 Dec 2002 00:04:12 +0200 Timo Sirainen Removed @UNSAFE tag, it's not anymore. HEAD
Sun, 22 Dec 2002 00:02:57 +0200 Timo Sirainen Replaced TempString with a String which can use any memory pool and uses HEAD