5 * adds cxListSet() |
5 * adds cxListSet() |
6 * adds cxListContains() |
6 * adds cxListContains() |
7 * adds cxBufferShrink() |
7 * adds cxBufferShrink() |
8 * adds cxTreeSize() |
8 * adds cxTreeSize() |
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 * changes grow strategy for the mempory pool to reduce reallocations |
11 * changes grow strategy for the mempory pool to reduce reallocations |
11 * 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 |
12 * changes the implementation of cx_strreplacen() for improved efficiency |
13 * changes the implementation of cx_strreplacen() for improved efficiency |
13 * fixes unnecessary allocations in cx_strcat() family of functions |
14 * fixes unnecessary allocations in cx_strcat() family of functions |
14 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
15 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |