| 43 * fixes mempool implementation not supporting NULL as argument for realloc |
43 * fixes mempool implementation not supporting NULL as argument for realloc |
| 44 * fixes mempool implementation not supporting zero as size for realloc |
44 * fixes mempool implementation not supporting zero as size for realloc |
| 45 * fixes that the elem_count member of an iterator was not updated after removing an element flagged by cxIteratorFlagRemoval() |
45 * fixes that the elem_count member of an iterator was not updated after removing an element flagged by cxIteratorFlagRemoval() |
| 46 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node |
46 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node |
| 47 * fixes unnecessary allocations in cx_strcat() family of functions |
47 * fixes unnecessary allocations in cx_strcat() family of functions |
| |
48 * fixes ineffective overflow check in cx_strcat() family of functions |
| 48 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
49 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
| 49 * fixes implementation of cxBufferTerminate() |
50 * fixes implementation of cxBufferTerminate() |
| 50 * fixes allocator arguments for some printf.h functions not being const |
51 * fixes allocator arguments for some printf.h functions not being const |
| 51 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
52 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
| 52 * fixes that memory was freed by the wrong allocator in cx_vasprintf_a() when the underlying vsnprintf() failed |
53 * fixes that memory was freed by the wrong allocator in cx_vasprintf_a() when the underlying vsnprintf() failed |