CHANGELOG

changeset 1549
72ad8a78378a
parent 1548
12315ee158ad
equal deleted inserted replaced
1548:12315ee158ad 1549:72ad8a78378a
3 3
4 * adds cx_system_page_size() to allocator.h 4 * adds cx_system_page_size() to allocator.h
5 * changes cxBufferReserve() to allow reducing the capacity 5 * changes cxBufferReserve() to allow reducing the capacity
6 * changes the members of CxJson and CxJsonValue 6 * changes the members of CxJson and CxJsonValue
7 * changes the return value of cxJsonObjIter() to CxMapIterator 7 * changes the return value of cxJsonObjIter() to CxMapIterator
8 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
8 * removes the sort_members feature from CxJsonWriter 9 * removes the sort_members feature from CxJsonWriter
9 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped 10 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
10 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors 11 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
11 * fixes that overwriting items with cxMapPut() in a kv-list did not work 12 * fixes that overwriting items with cxMapPut() in a kv-list did not work
12 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 13 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()

mercurial