]> Kevux Git Server - fll/commit
Update: Settings with latest code changes and address problems.
authorKevin Day <Kevin@kevux.org>
Mon, 18 Aug 2025 04:20:26 +0000 (23:20 -0500)
committerKevin Day <Kevin@kevux.org>
Mon, 18 Aug 2025 04:20:26 +0000 (23:20 -0500)
commit574e15fcc844f50ce8aa1942e7ed6c7c083addad
tree5a4e0723bf0b2df3f18bf710fe769a244bf8764a
parent45d3341ae39b9f46f757e12a835f2fa410427683
Update: Settings with latest code changes and address problems.

Fix issue where `_di_f_utf_string_seek_line_back` is missing the final `_`.
Fix issue with the `_di_f_idss_destroy_callback_` being missing.
Fix issue with the `_di_f_idss_*_callback_` having a messed up structure.

Add missing defines to stand alone build settings.
  - Add explicit `#define _di_fll_error_s_a_` and `#define _di_fll_error_s_e_` to stand alone build settings.
  - Add missing `#define _di_f_void_pointer_call_t_` to stand alone build settings.
  - Add missing `#define _di_f_thread_name_get_` and `#define _di_f_thread_name_set_` to stand alone build settings.

Add the settings for the recently added thread "full" types and their related functions.
14 files changed:
build/level_0/settings
build/monolithic/settings
build/stand_alone/byte_dump.config.h
build/stand_alone/byte_dump.settings
build/stand_alone/example.config.h
build/stand_alone/example.settings
build/stand_alone/fake.config.h
build/stand_alone/fake.settings
build/stand_alone/firewall.config.h
build/stand_alone/firewall.settings
build/stand_alone/utf8.config.h
build/stand_alone/utf8.settings
level_0/f_type_array/c/type_array/uint32.h
level_0/f_utf/c/utf/strings.c