Sat, 28 Oct 2017 15:43:51 +0200 |
Mike Becker |
modules documentation
|
file |
diff |
annotate
|
Tue, 17 Oct 2017 15:15:54 +0200 |
Mike Becker |
updates license
|
file |
diff |
annotate
|
Thu, 23 Feb 2017 14:30:12 +0100 |
Mike Becker |
improves sstrstr function by using KMP string search algorithm
|
file |
diff |
annotate
|
Mon, 20 Feb 2017 16:57:09 +0100 |
Mike Becker |
reimplementation of sstrsplit
|
file |
diff |
annotate
|
Mon, 20 Feb 2017 16:04:14 +0100 |
Mike Becker |
adds new test case for sstrsplit: string ends with delimiter but empty string exceeds list bound
|
file |
diff |
annotate
|
Thu, 08 Sep 2016 15:12:56 +0200 |
Mike Becker |
updates documenting comments
|
file |
diff |
annotate
|
Tue, 27 Oct 2015 15:29:34 +0100 |
Mike Becker |
added sstrstr() function + improved sstrsplit variants by using sstrprefix()
|
file |
diff |
annotate
|
Mon, 26 Oct 2015 14:09:45 +0100 |
Mike Becker |
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
|
Mon, 18 May 2015 19:12:32 +0200 |
Olaf Wintermann |
added test for ucx_avl_put
|
file |
diff |
annotate
|
Sun, 17 May 2015 17:31:32 +0200 |
Mike Becker |
updated copyright notice + added files for upcoming AVL tree implementation
|
file |
diff |
annotate
|
Mon, 21 Jul 2014 13:18:32 +0200 |
Olaf Wintermann |
added some string tests
|
file |
diff |
annotate
|
Mon, 14 Jul 2014 13:51:02 +0200 |
Olaf Wintermann |
added new sstrcat
|
file |
diff |
annotate
|
Mon, 14 Jul 2014 12:45:48 +0200 |
Mike Becker |
removed old sstrncat
|
file |
diff |
annotate
|
Mon, 07 Jul 2014 11:18:13 +0200 |
Mike Becker |
go ahead, nothing to see here
|
file |
diff |
annotate
|
Tue, 10 Jun 2014 15:43:13 +0200 |
Mike Becker |
fixed some sstring issues + added allocator macros
|
file |
diff |
annotate
|
Mon, 19 Aug 2013 11:54:54 +0200 |
Mike Becker |
added sstrcasecmp
|
file |
diff |
annotate
|
Mon, 19 Aug 2013 10:44:11 +0200 |
Mike Becker |
added sstrrchr
|
file |
diff |
annotate
|
Fri, 16 Aug 2013 14:48:58 +0200 |
Olaf Wintermann |
added printf for UcxBuffer + fixed memory leaks
|
file |
diff |
annotate
|
Fri, 16 Aug 2013 13:40:10 +0200 |
Mike Becker |
fixed documentation for netbeans parser + added sstrprefix() and sstrsuffix()
|
file |
diff |
annotate
|
Fri, 09 Aug 2013 11:32:10 +0200 |
Mike Becker |
documented test.h and removed duplicated implement/declare macros for UCX_TEST
|
file |
diff |
annotate
|
Mon, 22 Jul 2013 13:45:49 +0200 |
Mike Becker |
changed signature of sstrncat + some documentation for UcxList + new features for UcxList
|
file |
diff |
annotate
|
Wed, 17 Jul 2013 15:56:01 +0200 |
Mike Becker |
some fixes and some documentation
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 10:27:03 +0200 |
Olaf Wintermann |
fixed sstrtrim and some warnings
|
file |
diff |
annotate
|
Thu, 28 Feb 2013 08:50:24 +0100 |
Mike Becker |
added license and copyright notice to all files
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 16:59:02 +0100 |
Mike Becker |
happy 100th commit + removed deprecated sstrcat + fixed sstrncat
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 14:12:28 +0100 |
Mike Becker |
fixed sstrtrim for empty strings
|
file |
diff |
annotate
|
Wed, 27 Feb 2013 14:04:45 +0100 |
Mike Becker |
fixed execution order of tests + added test for sstrtrim
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 12:46:54 +0200 |
Mike Becker |
made the code work with g++ and without warnings
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 12:08:34 +0200 |
Mike Becker |
made the code work with g++ without errors (but warnings)
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 10:54:55 +0200 |
Mike Becker |
made the code work with VC++ compiler (use make CONF=windows)
|
file |
diff |
annotate
|
Fri, 05 Oct 2012 10:38:51 +0200 |
Olaf Wintermann |
sstrncat uses memcpy
|
file |
diff |
annotate
|
Tue, 02 Oct 2012 13:43:17 +0200 |
Mike Becker |
added sstrsplit function
|
file |
diff |
annotate
|