]> Kevux Git Server - fll/commit
Revert "Refactor: f_print_string_dynamic to f_print_string_static"
authorKevin Day <thekevinday@gmail.com>
Sun, 10 May 2020 03:12:10 +0000 (22:12 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 10 May 2020 03:12:10 +0000 (22:12 -0500)
commita77632872228a550aba364fac1e6cff9e9b0f9cc
tree8ff8ceef7adee2ae73abdccda7441f9f05410807
parentf225f4059d0e082a7bfae29e042a2120ac4bda33
Revert "Refactor: f_print_string_dynamic to f_print_string_static"

This reverts commit f225f4059d0e082a7bfae29e042a2120ac4bda33.

It occurred to me that this would make the function names more inconsistent.
This could get very confusing so just stick with "dynamic" in all the names.
"dynamic" is the original term and "static" in isolation is a reserved word.

The type names will remain as both f_string_static and f_string_dynamic.
That inconsistency is desirable due to the explicit meaning communicated by their names.
level_0/f_print/c/print.c
level_0/f_print/c/print.h
level_1/fl_color/c/color.c
level_3/byte_dump/c/private-byte_dump.c
level_3/fss_basic_list_read/c/private-fss_basic_list_read.c
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_read/c/private-fss_basic_read.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_extended_list_read/c/private-fss_extended_list_read.c
level_3/fss_extended_read/c/private-fss_extended_read.c
level_3/fss_extended_write/c/fss_extended_write.c