CHANGELOG

changeset 1300
fcb149ee60ff
parent 1297
0811fb9a8dba
equal deleted inserted replaced
1299:5dfce68057ce 1300:fcb149ee60ff
7 * adds cxBufferShrink() 7 * adds cxBufferShrink()
8 * adds cxTreeSize() 8 * adds cxTreeSize()
9 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings 9 * adds CX_PRIstr and CX_SFMT macros for formatting UCX strings
10 * changes grow strategy for the mempory pool to reduce reallocations 10 * changes grow strategy for the mempory pool to reduce reallocations
11 * changes grow strategy for CxBuffer, which does now take the page size into account 11 * changes grow strategy for CxBuffer, which does now take the page size into account
12 * changes the implementation of cx_strreplacen() for improved efficiency
12 * fixes unnecessary allocations in cx_strcat() family of functions 13 * fixes unnecessary allocations in cx_strcat() family of functions
13 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 14 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
14 * fixes implementation of cxBufferTerminate() 15 * fixes implementation of cxBufferTerminate()
15 * fixes allocator arguments for some printf.h functions not being const 16 * fixes allocator arguments for some printf.h functions not being const
16 * fixes that cx_tree_search() did not investigate subtrees with equally good distance 17 * fixes that cx_tree_search() did not investigate subtrees with equally good distance

mercurial