| 8 * adds cxMapCompare() |
8 * adds cxMapCompare() |
| 9 * adds line continuation support to CxProperties / CxPropertiesConfig |
9 * adds line continuation support to CxProperties / CxPropertiesConfig |
| 10 * adds cxBufferMaximumCapacity() |
10 * adds cxBufferMaximumCapacity() |
| 11 * adds cxBufferAppendString() |
11 * adds cxBufferAppendString() |
| 12 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
12 * adds CX_BUFFER_DO_NOT_FREE buffer flag |
| 13 * changes parameter order of cxBufferInit() and cxBufferCreate() |
13 * changes the parameter order of cxBufferInit() and cxBufferCreate() |
| 14 * changes cxBufferReserve() to allow reducing the capacity |
14 * changes cxBufferReserve() to allow reducing the capacity |
| 15 * changes cxBufferTerminate() to automatically shrink the buffer |
15 * changes cxBufferTerminate() to automatically shrink the buffer |
| 16 * changes cxBufferTerminate() so that position and size are equal a after successful operation |
16 * changes cxBufferTerminate() so that position and size are equal after a successful operation |
| 17 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports |
17 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports |
| |
18 * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to |
| |
19 cxSetDestructor() and cxSetdvancedDestructor() |
| |
20 * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc() |
| 18 * changes the entire low-level array-list API by making it much simpler |
21 * changes the entire low-level array-list API by making it much simpler |
| 19 * changes the members of CxJson and CxJsonValue |
22 * changes the members of CxJson and CxJsonValue |
| 20 * changes the return value of cxJsonObjIter() to CxMapIterator |
23 * changes the return value of cxJsonObjIter() to CxMapIterator |
| 21 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
24 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE |
| 22 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |
25 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap |