changelog
- Tue, 09 Sep 2025 22:30:18 +0200
- by Mike Becker <universe@uap-core.de> [Tue, 09 Sep 2025 22:30:18 +0200] rev 1367
- change linked_list.c to allow custom data in nodes + implement cx_kv_list_set_key()
relates to #461
- Mon, 08 Sep 2025 22:48:48 +0200
- by Mike Becker <universe@uap-core.de> [Mon, 08 Sep 2025 22:48:48 +0200] rev 1366
- add failing test case test_kv_list_set_key()
relates to #461
- Sun, 07 Sep 2025 17:08:26 +0200
- by Mike Becker <universe@uap-core.de> [Sun, 07 Sep 2025 17:08:26 +0200] rev 1365
- implement a patch function that results in (almost) always calling the correct destructors
relates to #461
- Sat, 06 Sep 2025 11:57:17 +0200
- by Mike Becker <universe@uap-core.de> [Sat, 06 Sep 2025 11:57:17 +0200] rev 1364
- fix that the fallthrough attributes were not abstracted by the cx_attr macros