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 cxBufferShrink() |
7 * adds cxBufferShrink() |
|
8 * adds cxTreeSize() |
8 * changes grow strategy for the mempory pool to reduce reallocations |
9 * changes grow strategy for the mempory pool to reduce reallocations |
9 * changes grow strategy for CxBuffer, which does now take the page size into account |
10 * changes grow strategy for CxBuffer, which does now take the page size into account |
10 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
11 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
11 * fixes implementation of cxBufferTerminate() |
12 * fixes implementation of cxBufferTerminate() |
12 * fixes allocator arguments for some printf.h functions not being const |
13 * fixes allocator arguments for some printf.h functions not being const |