docs/Writerside/topics/about.md

changeset 1605
55b13f583356
parent 1601
e47078681a6f
child 1607
0ecb13118cac
equal deleted inserted replaced
1604:68b75c091028 1605:55b13f583356
35 * adds cxMapCompare() 35 * adds cxMapCompare()
36 * adds line continuation support to CxProperties / CxPropertiesConfig 36 * adds line continuation support to CxProperties / CxPropertiesConfig
37 * adds cxBufferMaximumCapacity() 37 * adds cxBufferMaximumCapacity()
38 * adds cxBufferAppendString() 38 * adds cxBufferAppendString()
39 * adds CX_BUFFER_DO_NOT_FREE buffer flag 39 * adds CX_BUFFER_DO_NOT_FREE buffer flag
40 * changes parameter order of cxBufferInit() and cxBufferCreate() 40 * changes the parameter order of cxBufferInit() and cxBufferCreate()
41 * changes cxBufferReserve() to allow reducing the capacity 41 * changes cxBufferReserve() to allow reducing the capacity
42 * changes cxBufferTerminate() to automatically shrink the buffer 42 * changes cxBufferTerminate() to automatically shrink the buffer
43 * changes cxBufferTerminate() so that position and size are equal after a successful operation 43 * changes cxBufferTerminate() so that position and size are equal after a successful operation
44 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports 44 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports
45 * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to
46 cxSetDestructor() and cxSetdvancedDestructor()
47 * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc()
45 * changes the entire low-level array-list API by making it much simpler 48 * changes the entire low-level array-list API by making it much simpler
46 * changes the members of CxJson and CxJsonValue 49 * changes the members of CxJson and CxJsonValue
47 * changes the return value of cxJsonObjIter() to CxMapIterator 50 * changes the return value of cxJsonObjIter() to CxMapIterator
48 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE 51 * changes CxTree structure so that it now inherits CX_COLLECTION_BASE
49 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap 52 * changes cxPropertiesLoad() to directly load properties from a file to a CxMap

mercurial