]> Kevux Git Server - fll/commit
Progress: fss write programs and related, including console changes.
authorKevin Day <thekevinday@gmail.com>
Mon, 5 Oct 2020 02:13:20 +0000 (21:13 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 5 Oct 2020 02:13:20 +0000 (21:13 -0500)
commit850c8a42065fe436ea4f43f6c8df3108d3bdcb36
tree76a0571907fe60a9da2f37e2bc66ac344b881e33
parent5c546f1b32b349b4fb1a947be2c37e30166503df
Progress: fss write programs and related, including console changes.

Finish updating the fss write programs.
I will sleep on this and then review them later to look for mistakes, oversights, bugs, inconsistencies, and possible cleanups.

Improve the console parameter handling functionality.
The sub-locations need to also have their locations stored.

Cleanup the struct stat file_stat name, renaming it to stat_file for more consistency.

Remove some memsets(), these might be better left to higher level operations.
Assuming I do not change my mind on this later.

Use the word "amount" instead of "length" when the increase/decrease is not the whole length but a fraction.

Reorganize some string functions parameters to be more consistent with the current design practices.
34 files changed:
level_0/f_console/c/console-common.h
level_0/f_console/c/console.c
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_print/c/private-print.c
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_string/c/private-string.c
level_1/fl_string/c/private-string.h
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h
level_3/byte_dump/c/byte_dump.c
level_3/fake/c/fake.c
level_3/firewall/c/firewall.c
level_3/fss_basic_list_read/c/fss_basic_list_read.c
level_3/fss_basic_list_write/c/fss_basic_list_write.c
level_3/fss_basic_list_write/c/fss_basic_list_write.h
level_3/fss_basic_list_write/c/private-fss_basic_list_write.c
level_3/fss_basic_list_write/c/private-fss_basic_list_write.h
level_3/fss_basic_read/c/fss_basic_read.c
level_3/fss_basic_write/c/fss_basic_write.c
level_3/fss_basic_write/c/fss_basic_write.h
level_3/fss_basic_write/c/main.c
level_3/fss_basic_write/c/private-fss_basic_write.c
level_3/fss_basic_write/c/private-fss_basic_write.h
level_3/fss_extended_list_read/c/fss_extended_list_read.c
level_3/fss_extended_read/c/fss_extended_read.c
level_3/fss_extended_write/c/fss_extended_write.c
level_3/fss_extended_write/c/fss_extended_write.h
level_3/fss_extended_write/c/private-fss_extended_write.c
level_3/fss_extended_write/c/private-fss_extended_write.h
level_3/fss_status_code/c/fss_status_code.c
level_3/iki_read/c/iki_read.c
level_3/iki_write/c/iki_write.c
level_3/status_code/c/status_code.c