40 * fixes unnecessary allocations in cx_strcat() family of functions |
40 * fixes unnecessary allocations in cx_strcat() family of functions |
41 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
41 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL |
42 * fixes implementation of cxBufferTerminate() |
42 * fixes implementation of cxBufferTerminate() |
43 * fixes allocator arguments for some printf.h functions not being const |
43 * fixes allocator arguments for some printf.h functions not being const |
44 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
44 * fixes that cx_tree_search() did not investigate subtrees with equally good distance |
|
45 * removes the use of C23 attributes because they don't mix well with GNU attributes in GCC 15 |
45 |
46 |
46 ### Version 3.1 - 2025-02-11 {collapsible="true"} |
47 ### Version 3.1 - 2025-02-11 {collapsible="true"} |
47 |
48 |
48 * adds properties.h |
49 * adds properties.h |
49 * adds tree.h |
50 * adds tree.h |