Tue, 17 Oct 2017 15:15:54 +0200 updates license file | diff | annotate
Mon, 27 Feb 2017 11:45:31 +0100 fixes major bug in construction of KMP prefix table for strstr() file | diff | annotate
Thu, 23 Feb 2017 15:25:26 +0100 further performance tweaks to sstrstr() function file | diff | annotate
Thu, 23 Feb 2017 14:30:12 +0100 improves sstrstr function by using KMP string search algorithm file | diff | annotate
Mon, 20 Feb 2017 17:28:58 +0100 reduces amount of realloc calls in sstrsplit file | diff | annotate
Mon, 20 Feb 2017 17:12:14 +0100 adds an optimization for one-byte delimiters to sstrsplit (will take effect after planned reimplementation of sstrstr) file | diff | annotate
Mon, 20 Feb 2017 16:57:09 +0100 reimplementation of sstrsplit file | diff | annotate
Mon, 20 Feb 2017 15:25:28 +0100 improves handling of special cases delimiter size >= string size in sstrsplit file | diff | annotate
Thu, 08 Sep 2016 15:12:56 +0200 updates documenting comments file | diff | annotate
Tue, 27 Oct 2015 15:29:34 +0100 added sstrstr() function + improved sstrsplit variants by using sstrprefix() file | diff | annotate
Mon, 26 Oct 2015 14:09:45 +0100 added important test case to sstrsplit and fixed bug with consecutively occurring delimiters + fixed build system not linking test binary with newest library build file | diff | annotate
Thu, 15 Oct 2015 16:52:53 +0200 added sstrlower / sstrupper variants file | diff | annotate
Sun, 17 May 2015 17:31:32 +0200 updated copyright notice + added files for upcoming AVL tree implementation file | diff | annotate
Tue, 31 Mar 2015 10:17:36 +0200 sstrtrim now uses isspace() file | diff | annotate
Mon, 28 Jul 2014 14:36:25 +0200 added stack implementation + added g++ config and added some fixes for C++ file | diff | annotate
Mon, 14 Jul 2014 16:54:10 +0200 merged sstrcat function file | diff | annotate
Mon, 14 Jul 2014 13:51:02 +0200 added new sstrcat file | diff | annotate
Mon, 14 Jul 2014 12:45:48 +0200 removed old sstrncat file | diff | annotate
Mon, 07 Jul 2014 11:18:13 +0200 go ahead, nothing to see here file | diff | annotate
Tue, 10 Jun 2014 15:43:13 +0200 fixed some sstring issues + added allocator macros file | diff | annotate
Fri, 06 Sep 2013 13:20:20 +0200 minor code fixes + added clang support + improved build system file | diff | annotate
Mon, 19 Aug 2013 11:54:54 +0200 added sstrcasecmp file | diff | annotate
Mon, 19 Aug 2013 10:44:11 +0200 added sstrrchr file | diff | annotate
Fri, 16 Aug 2013 13:40:10 +0200 fixed documentation for netbeans parser + added sstrprefix() and sstrsuffix() file | diff | annotate
Tue, 23 Jul 2013 12:06:28 +0200 changed suffix for allocator aware functions + added allocator aware functions for UcxList file | diff | annotate
Mon, 22 Jul 2013 13:45:49 +0200 changed signature of sstrncat + some documentation for UcxList + new features for UcxList file | diff | annotate
Sat, 20 Jul 2013 11:13:26 +0200 some fixes file | diff | annotate
Fri, 19 Jul 2013 14:17:12 +0200 completed documentation on sstr_t + sstrsplit overhaul + allocator version of sstrsplit file | diff | annotate
Wed, 17 Jul 2013 15:56:01 +0200 some fixes and some documentation file | diff | annotate
Sun, 14 Jul 2013 17:11:34 +0200 added properties load/store functions file | diff | annotate
Fri, 12 Jul 2013 20:50:18 +0200 new properties parser file | diff | annotate
Fri, 21 Jun 2013 10:27:03 +0200 fixed sstrtrim and some warnings file | diff | annotate
Thu, 28 Feb 2013 08:50:24 +0100 added license and copyright notice to all files file | diff | annotate
Wed, 27 Feb 2013 16:59:02 +0100 happy 100th commit + removed deprecated sstrcat + fixed sstrncat file | diff | annotate
Wed, 27 Feb 2013 14:12:28 +0100 fixed sstrtrim for empty strings file | diff | annotate
Wed, 27 Feb 2013 14:04:45 +0100 fixed execution order of tests + added test for sstrtrim file | diff | annotate
Wed, 27 Feb 2013 13:53:28 +0100 added sstrtrim file | diff | annotate
Wed, 27 Feb 2013 13:30:21 +0100 added gnu++11 support file | diff | annotate
Mon, 25 Feb 2013 16:26:50 +0100 some fixes + ucx_(d)list_contains file | diff | annotate
Fri, 12 Oct 2012 12:08:34 +0200 made the code work with g++ without errors (but warnings) file | diff | annotate
Fri, 12 Oct 2012 10:54:55 +0200 made the code work with VC++ compiler (use make CONF=windows) file | diff | annotate
Thu, 11 Oct 2012 16:29:30 +0200 removed const from string.* file | diff | annotate
Thu, 11 Oct 2012 11:42:31 +0200 added some qualifiers + removed pointer alias in mergesort file | diff | annotate
Fri, 05 Oct 2012 10:38:51 +0200 sstrncat uses memcpy file | diff | annotate
Tue, 02 Oct 2012 13:43:17 +0200 added sstrsplit function file | diff | annotate
Fri, 25 May 2012 17:39:27 +0200 added map iterator file | diff | annotate
Fri, 24 Feb 2012 15:53:50 +0100 some fixes file | diff | annotate
Wed, 08 Feb 2012 23:43:02 +0100 changed make clean + added dlist_clone with copy test + added va_end statements to string.c file | diff | annotate
Thu, 05 Jan 2012 14:53:54 +0100 added some map functions file | diff | annotate
(0)tip

mercurial