]> Kevux Git Server - fll/commit
Update: synchronize f_utf (and fl_utf) with f_string (and fl_string), update f_string...
authorKevin Day <thekevinday@gmail.com>
Sun, 17 Jan 2021 03:24:47 +0000 (21:24 -0600)
committerKevin Day <thekevinday@gmail.com>
Sun, 17 Jan 2021 03:24:47 +0000 (21:24 -0600)
commit2aea87c58158535ae798f9970d07b29d35653d87
treea60aa8240eb55d39b2b12a137df5c69baf99cbc4
parent9357f6060cef45c352219b6f3b6201919e933632
Update: synchronize f_utf (and fl_utf) with f_string (and fl_string), update f_string and fl_string, and fix some bugs.

Get the UTF related code more up to date and in sync with all of the string changes.
This brings the UTF string types in line with the normal string types.

Much of the code is moved out of fl_utf and fl_string and into f_utf and f_string.

This is only the first pass at updating the UTF code.
The function comments need a cleanup pass.
The pre-existing incomplete UTF code remains incomplete.

There were some minor bugs and typos that needed fixing that I happened across while working on this.

The UTF string types should just use the same length types as the string types.

Rename the *_non_graph() functions to *_graph_non().

There will need to be another follow up commit to cleanup the code that as of this commit now contains duplicate code.
The FSS processing code is a likely case for this.
64 files changed:
build/level_0/settings
build/monolithic/settings
build/scripts/bootstrap-example.sh
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string.c
level_0/f_string/c/string.h
level_0/f_utf/c/private-utf.c
level_0/f_utf/c/private-utf.h
level_0/f_utf/c/utf-common.c [new file with mode: 0644]
level_0/f_utf/c/utf-common.h
level_0/f_utf/c/utf.c
level_0/f_utf/c/utf.h
level_0/f_utf/c/utf_dynamic.c [new file with mode: 0644]
level_0/f_utf/c/utf_dynamic.h [new file with mode: 0644]
level_0/f_utf/c/utf_map.c [new file with mode: 0644]
level_0/f_utf/c/utf_map.h [new file with mode: 0644]
level_0/f_utf/c/utf_quantity.c [new file with mode: 0644]
level_0/f_utf/c/utf_quantity.h [new file with mode: 0644]
level_0/f_utf/c/utf_range.c [new file with mode: 0644]
level_0/f_utf/c/utf_range.h [new file with mode: 0644]
level_0/f_utf/c/utf_triple.c [new file with mode: 0644]
level_0/f_utf/c/utf_triple.h [new file with mode: 0644]
level_0/f_utf/data/build/settings
level_1/fl_print/c/print.c
level_1/fl_print/c/print.h
level_1/fl_print/c/private-print.c
level_1/fl_print/c/private-print.h
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h
level_1/fl_utf/c/private-utf.c
level_1/fl_utf/c/private-utf.h
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_1/fl_utf_file/c/utf_file.h
level_2/fll_program/data/build/dependencies
level_2/fll_program/data/build/settings
level_3/byte_dump/c/private-byte_dump.c
level_3/byte_dump/data/build/dependencies
level_3/byte_dump/data/build/settings
level_3/control/data/build/dependencies
level_3/control/data/build/settings
level_3/controller/data/build/dependencies
level_3/controller/data/build/settings
level_3/fake/c/private-make.c
level_3/fake/data/build/dependencies
level_3/fake/data/build/settings
level_3/fss_basic_list_write/data/build/dependencies
level_3/fss_basic_write/data/build/dependencies
level_3/fss_embedded_list_write/data/build/dependencies
level_3/fss_extended_list_write/data/build/dependencies
level_3/fss_extended_write/data/build/dependencies
level_3/fss_status_code/data/build/dependencies
level_3/fss_status_code/data/build/settings
level_3/iki_write/c/iki_write.c
level_3/iki_write/data/build/dependencies
level_3/iki_write/data/build/settings
level_3/init/data/build/dependencies
level_3/init/data/build/settings
level_3/status_code/data/build/dependencies
level_3/status_code/data/build/settings