docs/Writerside/topics/about.md

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

mercurial