| 3 |
3 |
| 4 * adds cx_system_page_size() to allocator.h |
4 * adds cx_system_page_size() to allocator.h |
| 5 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
5 * adds cxJsonFromString(), cxJsonToString(), and cxJsonToPrettyString() |
| 6 * adds line continuation support to CxProperties / CxPropertiesConfig |
6 * adds line continuation support to CxProperties / CxPropertiesConfig |
| 7 * adds cxBufferMaximumCapacity() |
7 * adds cxBufferMaximumCapacity() |
| |
8 * adds cxBufferAppendString() |
| 8 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
9 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
| 9 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
|
| 10 * changes cxBufferReserve() to allow reducing the capacity |
10 * changes cxBufferReserve() to allow reducing the capacity |
| 11 * changes cxBufferTerminate() to automatically shrink the buffer |
11 * changes cxBufferTerminate() to automatically shrink the buffer |
| 12 * changes cxBufferTerminate() so that position and size are equal after successful operation |
12 * changes cxBufferTerminate() so that position and size are equal after successful operation |
| |
13 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports |
| 13 * changes the members of CxJson and CxJsonValue |
14 * changes the members of CxJson and CxJsonValue |
| 14 * changes the return value of cxJsonObjIter() to CxMapIterator |
15 * changes the return value of cxJsonObjIter() to CxMapIterator |
| 15 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
16 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
| 16 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |
17 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |
| |
18 * changes cxFreeDefault() from a macro to a function so that it can be used as a simple destructor |
| 17 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped |
19 * fixes cxJsonWrite() incorrectly returning non-zero when strings needed to be escaped |
| 18 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces |
20 * fixes cxJsonNext() incorrectly returning CX_JSON_INCOMPLETE_DATA when the input ends with trailing spaces |
| 19 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
21 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
| 20 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
22 * fixes that overwriting items with cxMapPut() in a kv-list did not work |
| 21 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
23 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |