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 * change cx_strcat variants to allow handling of ENOMEM |
|
20 * change the behavior of cxBufferSeek() to allow offset zero for SEEK_END |
20 * moves cx_compare_func typedef to compare.h |
21 * moves cx_compare_func typedef to compare.h |
21 * moves cx_szmul() to common.h |
22 * moves cx_szmul() to common.h |
22 * moves stream copy functions to new streams.h |
23 * moves stream copy functions to new streams.h |
23 * removes utils.h |
24 * removes utils.h |
24 * removes flag_removal function from iterator |
25 * removes flag_removal function from iterator |