CHANGELOG

changeset 1332
02946dc73e6a
parent 1328
2cf66dee40b8
child 1334
7763892ed801
equal deleted inserted replaced
1331:caa66055b025 1332:02946dc73e6a
13 * adds cxTreeSize() 13 * adds cxTreeSize()
14 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings 14 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings
15 * adds cx_strcpy() and cx_strcpy_a() 15 * adds cx_strcpy() and cx_strcpy_a()
16 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator 16 * adds cxStdlibAllocator and allows changes of cxDefaultAllocator
17 * improves performance of the CxList array list implementation 17 * improves performance of the CxList array list implementation
18 * changes cx_strcast() to also accept C-strings as input
18 * changes grow strategy for the mempory pool to reduce reallocations 19 * changes grow strategy for the mempory pool to reduce reallocations
19 * changes grow strategy for CxBuffer, which does now take the page size into account 20 * changes grow strategy for CxBuffer, which does now take the page size into account
20 * changes the implementation of cx_strreplacen() for improved efficiency 21 * changes the implementation of cx_strreplacen() for improved efficiency
21 * changes all cxListIterator() without index to also accept NULL as list argument 22 * changes all cxListIterator() without index to also accept NULL as list argument
22 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element 23 * changes insert_element member function of CxList to accept NULL source and return a pointer to the inserted element

mercurial