| 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 * fixes critical memory leak when using cxMapFree() on a kv-list that is using destructors |
7 * 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 |
| 8 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
9 * fixes that cxReallocate(), cxReallocateArray(), cx_reallocate(), and cx_reallocatearray() |
| 9 were not returning zero after freeing the memory when passed a size of zero |
10 were not returning zero after freeing the memory when passed a size of zero |
| 10 |
11 |
| 11 Version 3.2 - 2025-11-30 |
12 Version 3.2 - 2025-11-30 |
| 12 ------------------------ |
13 ------------------------ |