]> Kevux Git Server - fll/commit
Update: Revert back to 'char' rather than 'unsigned char'.
authorKevin Day <thekevinday@gmail.com>
Wed, 9 Mar 2022 05:10:08 +0000 (23:10 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 9 Mar 2022 05:13:47 +0000 (23:13 -0600)
commite9f52261bfd19a857346b5f520cf36fe860d012c
tree26982398c2307b915ea8682bc2429363e6b5348d
parent1cb74aafc3e0920bdf1d914058965c0ca8758ac8
Update: Revert back to 'char' rather than 'unsigned char'.

There are a lot more changes that I realized.
changing 'char' to 'unsigned char' will be for the next development release after the upcoming stable release.

Introduce the f_char_t type to allow for easier switching from 'char' to 'unsigned char'.

In all places that us 'unsigned char', just switch to 'char'.

Move the directory '..' and '.' into static strings.
123 files changed:
level_0/f_account/c/account.c
level_0/f_account/c/private-account.c
level_0/f_capability/c/capability.c
level_0/f_color/c/color.c
level_0/f_color/c/color/common.h
level_0/f_console/c/console/common.c
level_0/f_console/c/console/common.h
level_0/f_console/tests/unit/c/test-console-environment_process.c
level_0/f_conversion/c/conversion.c
level_0/f_conversion/c/conversion.h
level_0/f_conversion/c/private-conversion.c
level_0/f_conversion/c/private-conversion.h
level_0/f_conversion/tests/unit/c/test-conversion-number_signed_to_string.c
level_0/f_conversion/tests/unit/c/test-conversion-number_unsigned_to_string.c
level_0/f_directory/c/directory.c
level_0/f_directory/c/directory/common.c [new file with mode: 0644]
level_0/f_directory/c/directory/common.h
level_0/f_directory/data/build/settings
level_0/f_environment/c/environment.c
level_0/f_execute/c/execute/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_fss/c/fss/common.h
level_0/f_iki/c/private-iki.c
level_0/f_iki/c/private-iki.h
level_0/f_path/c/path.c
level_0/f_path/c/private-path.c
level_0/f_path/c/private-path.h
level_0/f_print/c/print.c
level_0/f_print/c/print.h
level_0/f_print/c/print/private-to.c
level_0/f_print/c/print/private-to.h
level_0/f_print/c/print/to.c
level_0/f_print/c/print/to.h
level_0/f_print/c/private-print.c
level_0/f_print/c/private-print.h
level_0/f_serialize/c/serialize.c
level_0/f_status/c/status.h
level_0/f_status_string/c/status_string.c
level_0/f_status_string/c/status_string.h
level_0/f_string/c/private-string.c
level_0/f_string/c/string/common.h
level_0/f_string/c/string/dynamic.c
level_0/f_string/c/string/dynamic.h
level_0/f_string/c/string/static.h
level_0/f_type/c/type.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf/dynamic.c
level_0/f_utf/c/utf/dynamic.h
level_0/f_utf/c/utf/private-string.c
level_1/fl_control_group/c/control_group.c
level_1/fl_directory/c/directory.c
level_1/fl_directory/c/private-directory.c
level_1/fl_environment/c/environment.c
level_1/fl_fss/c/private-fss.c
level_1/fl_print/c/private-print.c
level_1/fl_string/c/string.c
level_1/fl_utf/c/utf.c
level_1/fl_utf/c/utf.h
level_1/fl_utf_file/c/private-utf_file.c
level_1/fl_utf_file/c/private-utf_file.h
level_1/fl_utf_file/c/utf_file.c
level_2/fll_control_group/c/control_group.c
level_2/fll_error/c/error.c
level_2/fll_error/c/error.h
level_2/fll_error/c/private-error.c
level_2/fll_error/c/private-error.h
level_2/fll_execute/c/execute.c
level_2/fll_execute/c/private-execute.c
level_2/fll_file/c/private-file.c
level_2/fll_fss/c/fss/payload.c
level_2/fll_iki/c/iki.h
level_2/fll_iki/c/private-iki.c
level_2/fll_iki/c/private-iki.h
level_2/fll_print/c/print.c
level_2/fll_print/c/print.h
level_2/fll_program/c/program.c
level_2/fll_program/c/program.h
level_2/fll_status_string/c/status_string.c
level_3/byte_dump/c/main.c
level_3/byte_dump/c/private-byte_dump.c
level_3/byte_dump/c/private-byte_dump.h
level_3/controller/c/control/private-control.c
level_3/fake/c/main.c
level_3/fake/c/private-build-library.c
level_3/fake/c/private-build-load.c
level_3/fake/c/private-build-object.c
level_3/fake/c/private-build-objects.c
level_3/fake/c/private-build-program.c
level_3/fake/c/private-build-skeleton.c
level_3/fake/c/private-build.c
level_3/fake/c/private-clean.c
level_3/fake/c/private-fake.c
level_3/fake/c/private-make-load_fakefile.c
level_3/fake/c/private-make-operate_process.c
level_3/fake/c/private-make-operate_process_type.c
level_3/fake/c/private-make-operate_validate.c
level_3/fake/c/private-print.c
level_3/fake/c/private-print.h
level_3/fake/c/private-skeleton.c
level_3/firewall/c/firewall.c
level_3/firewall/c/main.c
level_3/firewall/c/private-common.c
level_3/firewall/c/private-common.h
level_3/firewall/c/private-firewall.c
level_3/fss_basic_list_write/c/main.c
level_3/fss_basic_write/c/main.c
level_3/fss_embedded_list_read/c/main.c
level_3/fss_embedded_list_read/c/private-read.c
level_3/fss_embedded_list_write/c/main.c
level_3/fss_extended_list_write/c/main.c
level_3/fss_extended_write/c/main.c
level_3/fss_identify/c/main.c
level_3/fss_payload_write/c/main.c
level_3/fss_payload_write/c/private-write.c
level_3/fss_status_code/c/main.c
level_3/iki_read/c/main.c
level_3/iki_write/c/main.c
level_3/status_code/c/main.c
level_3/utf8/c/main.c
level_3/utf8/c/private-utf8_binary.c
level_3/utf8/c/private-utf8_codepoint.c