40 * adds cxTreeSize() |
40 * adds cxTreeSize() |
41 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
41 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings |
42 * adds cx_strcpy() and cx_strcpy_a() |
42 * adds cx_strcpy() and cx_strcpy_a() |
43 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator |
43 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator |
44 * improves performance of the CxList array list implementation |
44 * improves performance of the CxList array list implementation |
|
45 * changes cx_str() and cx_mutstr() to allow NULL strings |
45 * changes cx_strcast() to also accept C-strings as input |
46 * changes cx_strcast() to also accept C-strings as input |
46 * changes grow strategy for the memory pool to reduce reallocations |
47 * changes grow strategy for the memory pool to reduce reallocations |
47 * changes grow strategy for CxBuffer, which does now take the page size into account |
48 * changes grow strategy for CxBuffer, which does now take the page size into account |
48 * changes the implementation of cx_strreplacen() for improved efficiency |
49 * changes the implementation of cx_strreplacen() for improved efficiency |
49 * changes all cxListIterator() without index to also accept NULL as list argument |
50 * changes all cxListIterator() without index to also accept NULL as list argument |