| 43 * changes the parameter order of cxBufferInit() and cxBufferCreate() |
43 * changes the parameter order of cxBufferInit() and cxBufferCreate() |
| 44 * changes cxBufferReserve() to allow reducing the capacity |
44 * changes cxBufferReserve() to allow reducing the capacity |
| 45 * changes cxBufferTerminate() to automatically shrink the buffer |
45 * changes cxBufferTerminate() to automatically shrink the buffer |
| 46 * changes cxBufferTerminate() so that position and size are equal after a successful operation |
46 * changes cxBufferTerminate() so that position and size are equal after a successful operation |
| 47 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports |
47 * changes cxBufferPutString() to accept any kind of string that cx_strcast() supports |
| |
48 * changes multiple string.h functions automatically apply cx_strcast() where possible |
| 48 * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to |
49 * changes the names of cxDefineDestructor() and cxDefineAdvancedDestructor() to |
| 49 cxSetDestructor() and cxSetdvancedDestructor() |
50 cxSetDestructor() and cxSetdvancedDestructor() |
| 50 * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc() |
51 * changes the name of cxCollectionCompareFunc() to cxSetCompareFunc() |
| 51 * changes the entire low-level array-list API by making it much simpler |
52 * changes the entire low-level array-list API by making it much simpler |
| 52 * changes the members of CxJson and CxJsonValue |
53 * changes the members of CxJson and CxJsonValue |