CHANGELOG

changeset 1001
5c9ec5a0a4ef
parent 994
3603bdf4a78b
child 1011
838b096c1d08
equal deleted inserted replaced
1000:1aecddf7e209 1001:5c9ec5a0a4ef
14 * adds improved version of UCX 2 Test framework (now a self-contained header) 14 * adds improved version of UCX 2 Test framework (now a self-contained header)
15 * adds cx_nmemb() utility function to common.h 15 * adds cx_nmemb() utility function to common.h
16 * changes all functions, for which there is no dedicated xyz_a variant, 16 * changes all functions, for which there is no dedicated xyz_a variant,
17 to accept NULL as allocator argument (in which case a default allocator will be used) 17 to accept NULL as allocator argument (in which case a default allocator will be used)
18 * changes the name of destroy functions that actually free the memory to better indicate their behavior 18 * changes the name of destroy functions that actually free the memory to better indicate their behavior
19 * change cx_strcat variants to allow handling of ENOMEM
19 * moves cx_compare_func typedef to compare.h 20 * moves cx_compare_func typedef to compare.h
20 * moves cx_szmul() to common.h 21 * moves cx_szmul() to common.h
21 * moves stream copy functions to new streams.h 22 * moves stream copy functions to new streams.h
22 * removes utils.h 23 * removes utils.h
23 * removes flag_removal function from iterator 24 * removes flag_removal function from iterator

mercurial