| 3 |
3 |
| 4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
4 * adds cxMempoolTransfer() and cxMempoolTransferObject() |
| 5 * adds cxListSet() |
5 * adds cxListSet() |
| 6 * adds cxBufferShrink() |
6 * adds cxBufferShrink() |
| 7 * changes grow strategy for the mempory pool to reduce reallocations |
7 * changes grow strategy for the mempory pool to reduce reallocations |
| |
8 * changes grow strategy for CxBuffer, which does now take the page size into account |
| 8 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
9 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
| 9 * fixes implementation of cxBufferTerminate() |
10 * fixes implementation of cxBufferTerminate() |
| 10 * fixes allocator arguments for some printf.h functions not being const |
11 * fixes allocator arguments for some printf.h functions not being const |
| 11 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
12 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
| 12 |
13 |