docs/Writerside/topics/about.md

changeset 1549
72ad8a78378a
parent 1548
12315ee158ad
equal deleted inserted replaced
1548:12315ee158ad 1549:72ad8a78378a
30 30
31 * adds cx_system_page_size() to allocator.h 31 * adds cx_system_page_size() to allocator.h
32 * changes cxBufferReserve() to allow reducing the capacity 32 * changes cxBufferReserve() to allow reducing the capacity
33 * changes the members of CxJson and CxJsonValue 33 * changes the members of CxJson and CxJsonValue
34 * changes the return value of cxJsonObjIter() to CxMapIterator 34 * changes the return value of cxJsonObjIter() to CxMapIterator
35 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
35 * removes the sort_members feature from CxJsonWriter 36 * removes the sort_members feature from CxJsonWriter
36 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped 37 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
37 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors 38 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
38 * fixes that overwriting items with cxMapPut() in a kv-list did not work 39 * fixes that overwriting items with cxMapPut() in a kv-list did not work
39 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 40 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()

mercurial