docs/Writerside/topics/about.md

changeset 1305
c34a72d8e104
parent 1304
57e062a4bb05
equal deleted inserted replaced
1304:57e062a4bb05 1305:c34a72d8e104
36 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings 36 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings
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 * fixes unnecessary allocations in cx_strcat() family of functions 42 * fixes unnecessary allocations in cx_strcat() family of functions
42 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 43 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
43 * fixes implementation of cxBufferTerminate() 44 * fixes implementation of cxBufferTerminate()
44 * fixes allocator arguments for some printf.h functions not being const 45 * fixes allocator arguments for some printf.h functions not being const
45 * fixes that cx_tree_search() did not investigate subtrees with equally good distance 46 * fixes that cx_tree_search() did not investigate subtrees with equally good distance

mercurial