CHANGELOG

changeset 1429
6e0c3a8a914a
parent 1426
3a89b31f0724
equal deleted inserted replaced
1428:0ac4aa1737fd 1429:6e0c3a8a914a
42 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 42 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
43 * fixes implementation of cxBufferTerminate() 43 * fixes implementation of cxBufferTerminate()
44 * fixes allocator arguments for some printf.h functions not being const 44 * fixes allocator arguments for some printf.h functions not being const
45 * fixes that cx_tree_search() did not investigate subtrees with equally good distance 45 * fixes that cx_tree_search() did not investigate subtrees with equally good distance
46 * fixes that memory was freed by the wrong allocator in cx_vasprintf_a() when the underlying vsnprintf() failed 46 * fixes that memory was freed by the wrong allocator in cx_vasprintf_a() when the underlying vsnprintf() failed
47 * removes all functions that create mutating iterators in favor of making all iterators possibly mutating
47 * removes the use of C23 attributes because they don't mix well with GNU attributes in GCC 15 48 * removes the use of C23 attributes because they don't mix well with GNU attributes in GCC 15
48 49
49 Version 3.1 - 2025-02-11 50 Version 3.1 - 2025-02-11
50 ------------------------ 51 ------------------------
51 52

mercurial