changelog
- Sun, 03 Nov 2019 17:03:10 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 03 Nov 2019 17:03:10 +0100] rev 365
- fix: missing documentation for first param in ucx_array_init_a()
- Sun, 03 Nov 2019 16:34:29 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 03 Nov 2019 16:34:29 +0100] rev 364
- adds case independent versions of sstrprefix() and sstrsuffix()
- Sun, 03 Nov 2019 16:22:46 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 03 Nov 2019 16:22:46 +0100] rev 363
- fixes hard to use documentation in string.h
- Sun, 03 Nov 2019 15:35:29 +0100
- by Mike Becker <universe@uap-core.de> [Sun, 03 Nov 2019 15:35:29 +0100] rev 362
- adds automatic c11 detection to configure.ac
- Sat, 05 Oct 2019 17:07:16 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 05 Oct 2019 17:07:16 +0200] rev 361
- adds missing include for strncasecmp() to avoid an implicit declaration
- Sat, 05 Oct 2019 16:58:16 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 05 Oct 2019 16:58:16 +0200] rev 360
- merges the UcxArray implementation
- Sat, 05 Oct 2019 16:57:06 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 05 Oct 2019 16:57:06 +0200] rev 359
- adjusts the UcxArray documentation to the recent changes
- Thu, 03 Oct 2019 11:16:12 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Oct 2019 11:16:12 +0200] rev 358
- tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx
- Thu, 03 Oct 2019 11:15:48 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Oct 2019 11:15:48 +0200] rev 357
- fixes two bugs: clone to uninitialized array and missing return in ucx_array_ensurecap()
- Thu, 03 Oct 2019 10:55:39 +0200
- by Mike Becker <universe@uap-core.de> [Thu, 03 Oct 2019 10:55:39 +0200] rev 356
- changes UcxArray from value to pointer semantics