| 70 * fixes mempool implementation not supporting NULL as argument for realloc |
70 * fixes mempool implementation not supporting NULL as argument for realloc |
| 71 * fixes mempool implementation not supporting zero as size for realloc |
71 * fixes mempool implementation not supporting zero as size for realloc |
| 72 * fixes that the elem_count member of an iterator was not updated after removing an element flagged by cxIteratorFlagRemoval() |
72 * fixes that the elem_count member of an iterator was not updated after removing an element flagged by cxIteratorFlagRemoval() |
| 73 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node |
73 * fixes that starting an iteration in a non-root node incorrectly continues iteration with the siblings of that node |
| 74 * fixes unnecessary allocations in cx_strcat() family of functions |
74 * fixes unnecessary allocations in cx_strcat() family of functions |
| |
75 * fixes ineffective overflow check in cx_strcat() family of functions |
| 75 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
76 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
| 76 * fixes implementation of cxBufferTerminate() |
77 * fixes implementation of cxBufferTerminate() |
| 77 * fixes allocator arguments for some printf.h functions not being const |
78 * fixes allocator arguments for some printf.h functions not being const |
| 78 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
79 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
| 79 * fixes that memory was freed by the wrong allocator in cx_vasprintf_a() when the underlying vsnprintf() failed |
80 * fixes that memory was freed by the wrong allocator in cx_vasprintf_a() when the underlying vsnprintf() failed |