9 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
9 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
10 * adds cx_strcpy() and cx_strcpy_a() |
10 * adds cx_strcpy() and cx_strcpy_a() |
11 * changes grow strategy for the mempory pool to reduce reallocations |
11 * changes grow strategy for the mempory pool to reduce reallocations |
12 * changes grow strategy for CxBuffer, which does now take the page size into account |
12 * changes grow strategy for CxBuffer, which does now take the page size into account |
13 * changes the implementation of cx_strreplacen() for improved efficiency |
13 * changes the implementation of cx_strreplacen() for improved efficiency |
|
14 * changes all cxListIterator() without index to also accept NULL as list argument |
14 * fixes unnecessary allocations in cx_strcat() family of functions |
15 * fixes unnecessary allocations in cx_strcat() family of functions |
15 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
16 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
16 * fixes implementation of cxBufferTerminate() |
17 * fixes implementation of cxBufferTerminate() |
17 * fixes allocator arguments for some printf.h functions not being const |
18 * fixes allocator arguments for some printf.h functions not being const |
18 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
19 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |