]> Kevux Git Server - fll/commit
Progress: Continue mass converting to f_string_static_t.
authorKevin Day <thekevinday@gmail.com>
Wed, 9 Feb 2022 04:53:22 +0000 (22:53 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 9 Feb 2022 04:53:22 +0000 (22:53 -0600)
commit3452a73866e06224f51822aa193c74778e6a18c9
tree6af75634a01321abe3dd8bab6e067bd047e0d490
parent3864be02dbb91d6dc7b3ecdd5c21230f355e2219
Progress: Continue mass converting to f_string_static_t.

Some of the append functions use *_adjust() functions and are now using *_resize() functions.

The f_string_dynamicss_t and similar structures are added.
This is done hastily with the expectation that I will get to writing unit tests eventually and will better review this code.
31 files changed:
level_0/f_fss/c/fss_quote.h
level_0/f_fss/c/private-fss.c
level_0/f_string/c/private-string.c
level_0/f_string/c/private-string.h
level_0/f_string/c/string_dynamic.c
level_0/f_string/c/string_dynamic.h
level_0/f_string/c/string_map.c
level_0/f_string/c/string_map.h
level_0/f_type/c/type.h
level_0/f_type_array/c/type_array-common.h
level_1/fl_fss/c/fss_basic.c
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_fss/c/fss_basic_list.h
level_1/fl_fss/c/fss_embedded_list.c
level_1/fl_fss/c/fss_embedded_list.h
level_1/fl_fss/c/fss_extended.c
level_1/fl_fss/c/fss_extended.h
level_1/fl_fss/c/fss_extended_list.c
level_1/fl_fss/c/fss_extended_list.h
level_1/fl_fss/c/private-fss.c
level_1/fl_fss/c/private-fss.h
level_3/fake/c/common.h
level_3/fss_basic_list_write/c/common.h
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_list_write/c/private-write.c
level_3/fss_basic_list_write/c/private-write.h
level_3/fss_basic_write/c/private-write.c
level_3/fss_embedded_list_write/c/private-write.c
level_3/fss_extended_list_write/c/private-write.c
level_3/fss_extended_write/c/private-write.c
level_3/fss_payload_write/c/private-write.c