changelog
    
    
    - Thu, 23 Feb 2017 15:25:26 +0100
 
    - by Mike Becker <universe@uap-core.de> [Thu, 23 Feb 2017 15:25:26 +0100] rev 237
 
    - further performance tweaks to sstrstr() function
 
    - Thu, 23 Feb 2017 14:30:12 +0100
 
    - by Mike Becker <universe@uap-core.de> [Thu, 23 Feb 2017 14:30:12 +0100] rev 236
 
    - improves sstrstr function by using KMP string search algorithm
 
    - Mon, 20 Feb 2017 17:28:58 +0100
 
    - by Mike Becker <universe@uap-core.de> [Mon, 20 Feb 2017 17:28:58 +0100] rev 235
 
    - reduces amount of realloc calls in sstrsplit
 
    - Mon, 20 Feb 2017 17:12:14 +0100
 
    - by Mike Becker <universe@uap-core.de> [Mon, 20 Feb 2017 17:12:14 +0100] rev 234
 
    - adds an optimization for one-byte delimiters to sstrsplit (will take effect after planned reimplementation of sstrstr)
 
    - Mon, 20 Feb 2017 16:57:09 +0100
 
    - by Mike Becker <universe@uap-core.de> [Mon, 20 Feb 2017 16:57:09 +0100] rev 233
 
    - reimplementation of sstrsplit
 
    - Mon, 20 Feb 2017 16:04:14 +0100
 
    - by Mike Becker <universe@uap-core.de> [Mon, 20 Feb 2017 16:04:14 +0100] rev 232
 
    - adds new test case for sstrsplit: string ends with delimiter but empty string exceeds list bound
 
    - Mon, 20 Feb 2017 15:25:28 +0100
 
    - by Mike Becker <universe@uap-core.de> [Mon, 20 Feb 2017 15:25:28 +0100] rev 231
 
    - improves handling of special cases delimiter size >= string size in sstrsplit
 
    - Fri, 16 Dec 2016 23:22:18 +0100
 
    - by Mike Becker <universe@uap-core.de> [Fri, 16 Dec 2016 23:22:18 +0100] rev 230
 
    - adds missing stdint.h include for int32_t + fixes possible implicit const cast overflow + adds support for DESTDIR variable in Makefile
 
    - Fri, 18 Nov 2016 15:33:58 +0100
 
    - by Mike Becker <universe@uap-core.de> [Fri, 18 Nov 2016 15:33:58 +0100] rev 229
 
    - removes ucx_list_prepend_once() - this was a big mistake....
 
    - Fri, 18 Nov 2016 15:17:04 +0100
 
    - by Mike Becker <universe@uap-core.de> [Fri, 18 Nov 2016 15:17:04 +0100] rev 228
 
    - adds ucx_list_append_once() and ucx_list_prepend_once()
 
    - Thu, 13 Oct 2016 16:25:21 +0200
 
    - by Olaf Wintermann <olaf.wintermann@gmail.com> [Thu, 13 Oct 2016 16:25:21 +0200] rev 227
 
    - fixes memory leak in test_ucx_buffer_eof
 
    - Thu, 08 Sep 2016 16:39:45 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 08 Sep 2016 16:39:45 +0200] rev 226
 
    - adds web documentation to project
 
    - Thu, 08 Sep 2016 15:12:56 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 08 Sep 2016 15:12:56 +0200] rev 225
 
    - updates documenting comments
 
    - Thu, 08 Sep 2016 12:04:01 +0200
 
    - by Mike Becker <universe@uap-core.de> [Thu, 08 Sep 2016 12:04:01 +0200] rev 224
 
    - documents UCX_STREAM_COPY_BUFSIZE
 
    - Wed, 07 Sep 2016 12:41:30 +0200
 
    - by Mike Becker <universe@uap-core.de> [Wed, 07 Sep 2016 12:41:30 +0200] rev 223
 
    - fixes ucx_sprintf macro and adds tests for sprintf and bprintf