Release 1.1.0 * New API: tll_sort() - sorts the list in O(n log(n)) time
Release 1.0.5 Changed ------- * tll_free() and tll_free_and_free(): code size optimized; these two macros now expand to smaller code.
Release 1.0.4 tllist now compiles with '-pedantic'
Release 1.0.3 Removed support for named structs: tll(<type>, my_type); struct my_type a_variable; Use typedef instead: typedef tll(<type>) my_type_t; my_type_t a_variable;
Release 1.0.2 * LICENSE and README.md are now installed to ${datadir}/doc/tllist * PKBUILD now indicates support for aarch64 * Bad year in LICENSE fixed
Release 1.0.1 Changes ------- * Generate and install tllist.pc for pkgconfig * Require meson >= 0.54 * Use meson.override_dependency()