29 * change cx_strcast() to also accept cxstring (and doing nothing in that case) |
29 * change cx_strcast() to also accept cxstring (and doing nothing in that case) |
30 * change the behavior of cxBufferSeek() to allow offset zero for SEEK_END |
30 * change the behavior of cxBufferSeek() to allow offset zero for SEEK_END |
31 * moves cx_compare_func typedef to compare.h |
31 * moves cx_compare_func typedef to compare.h |
32 * moves cx_szmul() to common.h |
32 * moves cx_szmul() to common.h |
33 * moves stream copy functions to new streams.h |
33 * moves stream copy functions to new streams.h |
|
34 * removes several *_m variants of functions in string.h in favor of automatic conversion |
34 * removes utils.h |
35 * removes utils.h |
35 * removes flag_removal function from iterator |
36 * removes flag_removal function from iterator |
36 * removes cxMapDetach() and makes cxMapRemoveAndGet() compatible with both map variants |
37 * removes cxMapDetach() and makes cxMapRemoveAndGet() compatible with both map variants |
37 * removes the API for changing the store_pointer property of collections after their creation |
38 * removes the API for changing the store_pointer property of collections after their creation |
38 * removes CMake |
39 * removes CMake |