CHANGELOG

changeset 1301
f81d8b4f40c4
parent 1300
fcb149ee60ff
child 1304
57e062a4bb05
equal deleted inserted replaced
1300:fcb149ee60ff 1301:f81d8b4f40c4
13 * fixes unnecessary allocations in cx_strcat() family of functions 13 * fixes unnecessary allocations in cx_strcat() family of functions
14 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL 14 * fixes errno value after failing cxBufferSeek() to be consistently EINVAL
15 * fixes implementation of cxBufferTerminate() 15 * fixes implementation of cxBufferTerminate()
16 * fixes allocator arguments for some printf.h functions not being const 16 * fixes allocator arguments for some printf.h functions not being const
17 * fixes that cx_tree_search() did not investigate subtrees with equally good distance 17 * fixes that cx_tree_search() did not investigate subtrees with equally good distance
18 * removes the use of C23 attributes because they don't mix well with GNU attributes in GCC 15
18 19
19 Version 3.1 - 2025-02-11 20 Version 3.1 - 2025-02-11
20 ------------------------ 21 ------------------------
21 22
22 * adds properties.h 23 * adds properties.h

mercurial