CHANGELOG

changeset 1547
12da0654e4a9
parent 1546
c8dd35f3ea53
child 1548
12315ee158ad
equal deleted inserted replaced
1546:c8dd35f3ea53 1547:12da0654e4a9
2 ------------------------ 2 ------------------------
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
8 * removes the sort_members feature from CxJsonWriter
7 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors 9 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
8 * fixes that overwriting items with cxMapPut() in a kv-list did not work 10 * fixes that overwriting items with cxMapPut() in a kv-list did not work
9 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 11 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
10 were not returning zero after freeing the memory when passed a size of zero 12 were not returning zero after freeing the memory when passed a size of zero
11 13

mercurial