CHANGELOG

changeset 1315
b4c3e0b4c3d5
parent 1309
b240b73d2a10
child 1316
c41538edfcef
equal deleted inserted replaced
1314:25108c15e2d4 1315:b4c3e0b4c3d5
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

mercurial