docs/Writerside/topics/about.md

changeset 1291
5942859fd76c
parent 1290
4ac889e14211
child 1294
30d7ae76c76a
equal deleted inserted replaced
1290:4ac889e14211 1291:5942859fd76c
30 30
31 * adds cxMempoolTransfer() and cxMempoolTransferObject() 31 * adds cxMempoolTransfer() and cxMempoolTransferObject()
32 * adds cxListSet() 32 * adds cxListSet()
33 * adds cxBufferShrink() 33 * adds cxBufferShrink()
34 * changes grow strategy for the mempory pool to reduce reallocations 34 * changes grow strategy for the mempory pool to reduce reallocations
35 * changes grow strategy for CxBuffer, which does now take the page size into account
35 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 36 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
36 * fixes implementation of cxBufferTerminate() 37 * fixes implementation of cxBufferTerminate()
37 * fixes allocator arguments for some printf.h functions not being const 38 * fixes allocator arguments for some printf.h functions not being const
38 * fixes that cx_tree_search() did not investigate subtrees with equally good distance 39 * fixes that cx_tree_search() did not investigate subtrees with equally good distance
39 40

mercurial