33 * adds cxListContains() |
33 * adds cxListContains() |
34 * adds cxBufferShrink() |
34 * adds cxBufferShrink() |
35 * adds cxTreeSize() |
35 * adds cxTreeSize() |
36 * changes grow strategy for the mempory pool to reduce reallocations |
36 * changes grow strategy for the mempory pool to reduce reallocations |
37 * 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 |
|
38 * fixes unnecessary allocations in cx_strcat() family of functions |
38 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
39 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
39 * fixes implementation of cxBufferTerminate() |
40 * fixes implementation of cxBufferTerminate() |
40 * fixes allocator arguments for some printf.h functions not being const |
41 * fixes allocator arguments for some printf.h functions not being const |
41 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
42 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
42 |
43 |