30 |
30 |
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
32 * adds cxListSet() |
32 * adds cxListSet() |
33 * adds cxListContains() |
33 * adds cxListContains() |
34 * adds cxBufferShrink() |
34 * adds cxBufferShrink() |
|
35 * adds cxTreeSize() |
35 * changes grow strategy for the mempory pool to reduce reallocations |
36 * changes grow strategy for the mempory pool to reduce reallocations |
36 * changes grow strategy for CxBuffer, which does now take the page size into account |
37 * changes grow strategy for CxBuffer, which does now take the page size into account |
37 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
38 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
38 * fixes implementation of cxBufferTerminate() |
39 * fixes implementation of cxBufferTerminate() |
39 * fixes allocator arguments for some printf.h functions not being const |
40 * fixes allocator arguments for some printf.h functions not being const |