6 * adds cxListContains() |
6 * adds cxListContains() |
7 * adds cxBufferShrink() |
7 * adds cxBufferShrink() |
8 * adds cxTreeSize() |
8 * adds cxTreeSize() |
9 * changes grow strategy for the mempory pool to reduce reallocations |
9 * changes grow strategy for the mempory pool to reduce reallocations |
10 * 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 |
|
11 * fixes unnecessary allocations in cx_strcat() family of functions |
11 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
12 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
12 * fixes implementation of cxBufferTerminate() |
13 * fixes implementation of cxBufferTerminate() |
13 * fixes allocator arguments for some printf.h functions not being const |
14 * fixes allocator arguments for some printf.h functions not being const |
14 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
15 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
15 |
16 |