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_strcast() to also accept C-strings as input |
45 * changes grow strategy for the memory pool to reduce reallocations |
46 * changes grow strategy for the memory pool to reduce reallocations |
46 * changes grow strategy for CxBuffer, which does now take the page size into account |
47 * changes grow strategy for CxBuffer, which does now take the page size into account |
47 * changes the implementation of cx_strreplacen() for improved efficiency |
48 * changes the implementation of cx_strreplacen() for improved efficiency |
48 * changes all cxListIterator() without index to also accept NULL as list argument |
49 * changes all cxListIterator() without index to also accept NULL as list argument |
49 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element |
50 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element |