]> Kevux Git Server - fll/commit
Bugfix: Several problems with the wrapping define macros, unused private functions...
authorKevin Day <thekevinday@gmail.com>
Sat, 14 Jan 2023 23:08:32 +0000 (17:08 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 14 Jan 2023 23:08:32 +0000 (17:08 -0600)
commit5cca21b83149de89472ddfa5262f32857435e13d
tree6e051f376b4d4679b879a612273d17c6f73f52c1
parentde6cf7f23de860c9202eb8b7758f2f999a4fd7db
Bugfix: Several problems with the wrapping define macros, unused private functions, non-existent functions, and fix dependency.

The stand alone builds revealed several problems with the wrapping define macros.
The ones that I noticed or were blocking me from compiling have been fixed.
It will be no surprise if there are still more such problems hiding in the code somewhere.

Remove stale and unused private functions.

There is are no f_file_clone_at() and f_file_copy_at() functions.
Remove references and related wrapping define macros.

The firewall incorrectly has f_account as a dependency.
42 files changed:
level_0/f_capability/c/capability/common.h
level_0/f_file/c/file.c
level_0/f_file/c/private-file.c
level_0/f_file/c/private-file.h
level_0/f_print/c/private-print.c
level_0/f_print/c/private-print.h
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string/private-dynamic.c
level_0/f_string/c/string/private-dynamic.h
level_0/f_string/c/string/private-map.c
level_0/f_string/c/string/private-map.h
level_0/f_string/c/string/private-map_multi.c
level_0/f_string/c/string/private-map_multi.h
level_0/f_string/c/string/private-quantity.c
level_0/f_string/c/string/private-quantity.h
level_0/f_string/c/string/private-range.h
level_0/f_string/c/string/private-triple.c
level_0/f_string/c/string/private-triple.h
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf/private-dynamic.c
level_0/f_utf/c/utf/private-dynamic.h
level_0/f_utf/c/utf/private-map.c
level_0/f_utf/c/utf/private-map.h
level_0/f_utf/c/utf/private-map_multi.c
level_0/f_utf/c/utf/private-map_multi.h
level_0/f_utf/c/utf/private-string.c
level_0/f_utf/c/utf/private-string.h
level_0/f_utf/c/utf/private-triple.c
level_0/f_utf/c/utf/private-triple.h
level_1/fl_directory/c/directory.h
level_1/fl_directory/c/private-directory.c
level_1/fl_directory/c/private-directory.h
level_1/fl_fss/c/private-fss.h
level_1/fl_utf_file/c/private-utf_file.c
level_2/fll_error/c/private-error.c
level_2/fll_error/c/private-error.h
level_3/fake/c/private-print.c
level_3/fake/data/build/dependencies
level_3/firewall/data/build/dependencies
level_3/firewall/data/build/settings