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