CHANGELOG

changeset 1568
355066cd9186
parent 1556
afdaa70034f8
child 1569
b5d896ad5e75
equal deleted inserted replaced
1567:f60f23b362e9 1568:355066cd9186
8 * changes the members of CxJson and CxJsonValue 8 * changes the members of CxJson and CxJsonValue
9 * changes the return value of cxJsonObjIter() to CxMapIterator 9 * changes the return value of cxJsonObjIter() to CxMapIterator
10 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE 10 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
11 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap 11 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap
12 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped 12 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped
13 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces
13 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors 14 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors
14 * fixes that overwriting items with cxMapPut() in a kv-list did not work 15 * fixes that overwriting items with cxMapPut() in a kv-list did not work
15 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() 16 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray()
16 were not returning zero after freeing the memory when passed a size of zero 17 were not returning zero after freeing the memory when passed a size of zero
17 * removes the sort_members feature from CxJsonWriter 18 * removes the sort_members feature from CxJsonWriter

mercurial