CHANGELOG

changeset 1552
a114fc4a285a
parent 1549
72ad8a78378a
child 1555
8972247f54e8
equal deleted inserted replaced
1551:f3ba964dc8d5 1552:a114fc4a285a
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 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
9 * removes the sort_members feature from CxJsonWriter
10 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped 9 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
11 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors 10 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
12 * fixes that overwriting items with cxMapPut() in a kv-list did not work 11 * fixes that overwriting items with cxMapPut() in a kv-list did not work
13 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 12 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
14 were not returning zero after freeing the memory when passed a size of zero 13 were not returning zero after freeing the memory when passed a size of zero
14 * removes the sort_members feature from CxJsonWriter
15 15
16 Version 3.2 - 2025-11-30 16 Version 3.2 - 2025-11-30
17 ------------------------ 17 ------------------------
18 18
19 * adds cxMempoolTransfer() and cxMempoolTransferObject() 19 * adds cxMempoolTransfer() and cxMempoolTransferObject()

mercurial