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