2 ------------------------ |
2 ------------------------ |
3 |
3 |
4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
5 * adds cxListSet() |
5 * adds cxListSet() |
6 * adds cxListContains() |
6 * adds cxListContains() |
|
7 * adds cxListFirst() and cxListLast() |
|
8 * adds cxListRemoveAndGetFirst() and cxListRemoveAndGetLast(), |
|
9 and corresponding macro aliases cxListPopFront() and cxListPop() |
7 * adds cxBufferShrink() |
10 * adds cxBufferShrink() |
8 * adds cxTreeSize() |
11 * adds cxTreeSize() |
9 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
12 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
10 * adds cx_strcpy() and cx_strcpy_a() |
13 * adds cx_strcpy() and cx_strcpy_a() |
11 * changes grow strategy for the mempory pool to reduce reallocations |
14 * changes grow strategy for the mempory pool to reduce reallocations |