CHANGELOG

changeset 1667
608cc0b25352
parent 1664
e5a8c41ecb58
child 1668
3ffdfe1776b4
equal deleted inserted replaced
1665:b79405fbf91d 1667:608cc0b25352
19 * changes cxBufferReserve() to allow reducing the capacity 19 * changes cxBufferReserve() to allow reducing the capacity
20 * changes cxBufferTerminate() to automatically shrink the buffer 20 * changes cxBufferTerminate() to automatically shrink the buffer
21 * changes cxBufferTerminate() so that position and size are equal after a successful operation 21 * changes cxBufferTerminate() so that position and size are equal after a successful operation
22 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports 22 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports
23 * changes that multiple string.h functions now also automatically apply cx_strcast() where possible 23 * changes that multiple string.h functions now also automatically apply cx_strcast() where possible
24 * changes cx_strcat() family of function to return an int and removes two unnecessary variants
24 * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to 25 * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to
25 cxSetDestructor() and cxSetdvancedDestructor() 26 cxSetDestructor() and cxSetdvancedDestructor()
26 * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc() 27 * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc()
27 * changes the entire low-level array-list API by making it much simpler 28 * changes the entire low-level array-list API by making it much simpler
28 * changes the members of CxJson and CxJsonValue 29 * changes the members of CxJson and CxJsonValue

mercurial