docs/Writerside/topics/about.md

changeset 1304
57e062a4bb05
parent 1301
f81d8b4f40c4
child 1305
c34a72d8e104
equal deleted inserted replaced
1303:4022e403de60 1304:57e062a4bb05
32 * adds cxListSet() 32 * adds cxListSet()
33 * adds cxListContains() 33 * adds cxListContains()
34 * adds cxBufferShrink() 34 * adds cxBufferShrink()
35 * adds cxTreeSize() 35 * adds cxTreeSize()
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 * changes grow strategy for the memory pool to reduce reallocations 38 * changes grow strategy for the memory pool to reduce reallocations
38 * 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
39 * changes the implementation of cx_strreplacen() for improved efficiency 40 * changes the implementation of cx_strreplacen() for improved efficiency
40 * fixes unnecessary allocations in cx_strcat() family of functions 41 * fixes unnecessary allocations in cx_strcat() family of functions
41 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 42 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL

mercurial