docs/Writerside/topics/about.md

changeset 1296
2a2403c63439
parent 1295
b00c6ae1441a
child 1297
0811fb9a8dba
equal deleted inserted replaced
1295:b00c6ae1441a 1296:2a2403c63439
33 * adds cxListContains() 33 * adds cxListContains()
34 * adds cxBufferShrink() 34 * adds cxBufferShrink()
35 * adds cxTreeSize() 35 * adds cxTreeSize()
36 * changes grow strategy for the mempory pool to reduce reallocations 36 * changes grow strategy for the mempory pool to reduce reallocations
37 * changes grow strategy for CxBuffer, which does now take the page size into account 37 * changes grow strategy for CxBuffer, which does now take the page size into account
38 * fixes unnecessary allocations in cx_strcat() family of functions
38 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 39 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
39 * fixes implementation of cxBufferTerminate() 40 * fixes implementation of cxBufferTerminate()
40 * fixes allocator arguments for some printf.h functions not being const 41 * fixes allocator arguments for some printf.h functions not being const
41 * fixes that cx_tree_search() did not investigate subtrees with equally good distance 42 * fixes that cx_tree_search() did not investigate subtrees with equally good distance
42 43

mercurial