CHANGELOG

changeset 1176
247db6e629ad
parent 1127
1fd31909a3f8
child 1178
9998cfb4a65b
equal deleted inserted replaced
1163:68ff0839bc6a 1176:247db6e629ad
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 cx_strupper() and cx_strlower() because they only do the right thing in special cases
34 * removes several *_m variants of functions in string.h in favor of automatic conversion 35 * removes several *_m variants of functions in string.h in favor of automatic conversion
35 * removes utils.h 36 * removes utils.h
36 * removes flag_removal function from iterator 37 * removes flag_removal function from iterator
37 * removes cxMapDetach() and makes cxMapRemoveAndGet() compatible with both map variants 38 * removes cxMapDetach() and makes cxMapRemoveAndGet() compatible with both map variants
38 * removes the API for changing the store_pointer property of collections after their creation 39 * removes the API for changing the store_pointer property of collections after their creation

mercurial