CHANGELOG

changeset 1194
b9654414c087
parent 1187
0f70bb04f7ba
equal deleted inserted replaced
1193:cfa44f3f5e3b 1194:b9654414c087
24 * changes that CxMap returns own CxMapIterator to save memory in CxIterator 24 * changes that CxMap returns own CxMapIterator to save memory in CxIterator
25 * changes name of cxBasicMempoolCreate() to cxMempoolCreateSimple() 25 * changes name of cxBasicMempoolCreate() to cxMempoolCreateSimple()
26 * changes all functions, for which there is no dedicated xyz_a variant, 26 * changes all functions, for which there is no dedicated xyz_a variant,
27 to accept NULL as allocator argument (in which case a default allocator will be used) 27 to accept NULL as allocator argument (in which case a default allocator will be used)
28 * changes the name of destroy functions that actually free the memory to better indicate their behavior 28 * changes the name of destroy functions that actually free the memory to better indicate their behavior
29 * change cx_strcat variants to allow handling of ENOMEM 29 * changes cx_strcat variants to allow handling of ENOMEM
30 * change cx_strcast() to also accept cxstring (and doing nothing in that case) 30 * changes cx_strcast() to also accept cxstring (and doing nothing in that case)
31 * change the behavior of cxBufferSeek() to allow offset zero for SEEK_END 31 * changes the behavior of cxBufferSeek() to allow offset zero for SEEK_END
32 * moves cx_compare_func typedef to compare.h 32 * moves cx_compare_func typedef to compare.h
33 * moves cx_szmul() to common.h 33 * moves cx_szmul() to common.h
34 * moves stream copy functions to new streams.h 34 * moves stream copy functions to new streams.h
35 * removes cx_strupper() and cx_strlower() because they only do the right thing in special cases 35 * removes cx_strupper() and cx_strlower() because they only do the right thing in special cases
36 * removes several *_m variants of functions in string.h in favor of automatic conversion 36 * removes several *_m variants of functions in string.h in favor of automatic conversion

mercurial