CHANGELOG

changeset 1322
7be10b57f658
parent 1318
12fa1d37fe48
child 1325
20caf6efaf07
equal deleted inserted replaced
1321:1003c014bf92 1322:7be10b57f658
17 * changes grow strategy for the mempory pool to reduce reallocations 17 * changes grow strategy for the mempory pool to reduce reallocations
18 * changes grow strategy for CxBuffer, which does now take the page size into account 18 * changes grow strategy for CxBuffer, which does now take the page size into account
19 * changes the implementation of cx_strreplacen() for improved efficiency 19 * changes the implementation of cx_strreplacen() for improved efficiency
20 * changes all cxListIterator() without index to also accept NULL as list argument 20 * changes all cxListIterator() without index to also accept NULL as list argument
21 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element 21 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element
22 * fixes critical memory overflow in the stack-based array reallocator (this unfortunately breaks the function signature)
22 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node 23 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node
23 * fixes unnecessary allocations in cx_strcat() family of functions 24 * fixes unnecessary allocations in cx_strcat() family of functions
24 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 25 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
25 * fixes implementation of cxBufferTerminate() 26 * fixes implementation of cxBufferTerminate()
26 * fixes allocator arguments for some printf.h functions not being const 27 * fixes allocator arguments for some printf.h functions not being const

mercurial