CHANGELOG

changeset 1334
7763892ed801
parent 1332
02946dc73e6a
equal deleted inserted replaced
1333:2fc1c25441f1 1334:7763892ed801
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_str() and cx_mutstr() to allow NULL strings
18 * changes cx_strcast() to also accept C-strings as input 19 * changes cx_strcast() to also accept C-strings as input
19 * changes grow strategy for the mempory pool to reduce reallocations 20 * changes grow strategy for the mempory pool to reduce reallocations
20 * changes grow strategy for CxBuffer, which does now take the page size into account 21 * changes grow strategy for CxBuffer, which does now take the page size into account
21 * changes the implementation of cx_strreplacen() for improved efficiency 22 * changes the implementation of cx_strreplacen() for improved efficiency
22 * changes all cxListIterator() without index to also accept NULL as list argument 23 * changes all cxListIterator() without index to also accept NULL as list argument

mercurial