4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
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 * changes grow strategy for the mempory pool to reduce reallocations |
10 * changes grow strategy for the mempory pool to reduce reallocations |
10 * changes grow strategy for CxBuffer, which does now take the page size into account |
11 * changes grow strategy for CxBuffer, which does now take the page size into account |
11 * fixes unnecessary allocations in cx_strcat() family of functions |
12 * fixes unnecessary allocations in cx_strcat() family of functions |
12 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
13 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
13 * fixes implementation of cxBufferTerminate() |
14 * fixes implementation of cxBufferTerminate() |