changelog
- Fri, 11 Mar 2016 18:06:27 +0100
- by Olaf Wintermann <olaf.wintermann@gmail.com> [Fri, 11 Mar 2016 18:06:27 +0100] rev 219
- fixed misaligned memory access in test_ucx_buffer_write
- Fri, 26 Feb 2016 16:33:04 +0100
- by Mike Becker <universe@uap-core.de> [Fri, 26 Feb 2016 16:33:04 +0100] rev 218
- fixed further usages of SIZE_MAX
- Fri, 26 Feb 2016 16:22:20 +0100
- by Mike Becker <universe@uap-core.de> [Fri, 26 Feb 2016 16:22:20 +0100] rev 217
- removed dependency to stdint.h in stack header
- Fri, 26 Feb 2016 16:00:18 +0100
- by Mike Becker <universe@uap-core.de> [Fri, 26 Feb 2016 16:00:18 +0100] rev 216
- added casts for mallocs in AVL implementation (to satisfy c++ compiler)
- Fri, 26 Feb 2016 14:59:52 +0100
- by Mike Becker <universe@uap-core.de> [Fri, 26 Feb 2016 14:59:52 +0100] rev 215
- removed some implementation details from documentation + fixed ucx_buffer_write doc
- Tue, 27 Oct 2015 15:29:34 +0100
- by Mike Becker <universe@uap-core.de> [Tue, 27 Oct 2015 15:29:34 +0100] rev 214
- added sstrstr() function + improved sstrsplit variants by using sstrprefix()
- Mon, 26 Oct 2015 14:09:45 +0100
- by Mike Becker <universe@uap-core.de> [Mon, 26 Oct 2015 14:09:45 +0100] rev 213
- added important test case to sstrsplit and fixed bug with consecutively occurring delimiters + fixed build system not linking test binary with newest library build
- Thu, 22 Oct 2015 11:35:40 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 22 Oct 2015 11:35:40 +0200] rev 212
- fixed name of ucx_list_free_content()
- Wed, 21 Oct 2015 16:32:30 +0200
- by Mike Becker <universe@uap-core.de> [Wed, 21 Oct 2015 16:32:30 +0200] rev 211
- added ucx_list_free_contents()
- Thu, 15 Oct 2015 16:52:53 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 15 Oct 2015 16:52:53 +0200] rev 210
- added sstrlower / sstrupper variants