CHANGELOG

changeset 1309
b240b73d2a10
parent 1305
c34a72d8e104
equal deleted inserted replaced
1308:ce01b482daa3 1309:b240b73d2a10
10 * adds cx_strcpy() and cx_strcpy_a() 10 * adds cx_strcpy() and cx_strcpy_a()
11 * changes grow strategy for the mempory pool to reduce reallocations 11 * changes grow strategy for the mempory pool to reduce reallocations
12 * changes grow strategy for CxBuffer, which does now take the page size into account 12 * changes grow strategy for CxBuffer, which does now take the page size into account
13 * changes the implementation of cx_strreplacen() for improved efficiency 13 * changes the implementation of cx_strreplacen() for improved efficiency
14 * changes all cxListIterator() without index to also accept NULL as list argument 14 * changes all cxListIterator() without index to also accept NULL as list argument
15 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node
15 * fixes unnecessary allocations in cx_strcat() family of functions 16 * fixes unnecessary allocations in cx_strcat() family of functions
16 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 17 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
17 * fixes implementation of cxBufferTerminate() 18 * fixes implementation of cxBufferTerminate()
18 * fixes allocator arguments for some printf.h functions not being const 19 * fixes allocator arguments for some printf.h functions not being const
19 * fixes that cx_tree_search() did not investigate subtrees with equally good distance 20 * fixes that cx_tree_search() did not investigate subtrees with equally good distance

mercurial