32 * adds cxListSet() |
32 * adds cxListSet() |
33 * adds cxListContains() |
33 * adds cxListContains() |
34 * adds cxBufferShrink() |
34 * adds cxBufferShrink() |
35 * adds cxTreeSize() |
35 * adds cxTreeSize() |
36 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
36 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
37 * changes grow strategy for the mempory pool to reduce reallocations |
37 * changes grow strategy for the memory pool to reduce reallocations |
38 * changes grow strategy for CxBuffer, which does now take the page size into account |
38 * changes grow strategy for CxBuffer, which does now take the page size into account |
|
39 * changes the implementation of cx_strreplacen() for improved efficiency |
39 * fixes unnecessary allocations in cx_strcat() family of functions |
40 * fixes unnecessary allocations in cx_strcat() family of functions |
40 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
41 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
41 * fixes implementation of cxBufferTerminate() |
42 * fixes implementation of cxBufferTerminate() |
42 * fixes allocator arguments for some printf.h functions not being const |
43 * fixes allocator arguments for some printf.h functions not being const |
43 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
44 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |