44 * changes grow strategy for the memory pool to reduce reallocations |
44 * changes grow strategy for the memory pool to reduce reallocations |
45 * changes grow strategy for CxBuffer, which does now take the page size into account |
45 * changes grow strategy for CxBuffer, which does now take the page size into account |
46 * changes the implementation of cx_strreplacen() for improved efficiency |
46 * changes the implementation of cx_strreplacen() for improved efficiency |
47 * changes all cxListIterator() without index to also accept NULL as list argument |
47 * changes all cxListIterator() without index to also accept NULL as list argument |
48 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element |
48 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element |
|
49 * fixes critical memory overflow in the stack-based array reallocator (this unfortunately breaks the function signature) |
49 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node |
50 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node |
50 * fixes unnecessary allocations in cx_strcat() family of functions |
51 * fixes unnecessary allocations in cx_strcat() family of functions |
51 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
52 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
52 * fixes implementation of cxBufferTerminate() |
53 * fixes implementation of cxBufferTerminate() |
53 * fixes allocator arguments for some printf.h functions not being const |
54 * fixes allocator arguments for some printf.h functions not being const |