]> Kevux Git Server - fll/commit
Cleanup: add F_array and similar status codes.
authorKevin Day <thekevinday@gmail.com>
Sat, 14 Nov 2020 02:16:24 +0000 (20:16 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 14 Nov 2020 02:16:24 +0000 (20:16 -0600)
commitbd4a0f7dba59786c5ad85281ec4f840718498475
treea8629ffb5861106b0a2dd185bbcc5dba5a6ac78a
parent2c3cf8d86cd477f1aab35cc6edbd85d224fd9547
Cleanup: add F_array and similar status codes.

I originally tried to simplify things and have only F_array or F_buffer.
I have found myself wanting to use F_array, naturally, more and more.

Furthermore, the semantics of "array" and "buffer" are similar but not the same.
Add the F_array (and similar status codes).

Update existing code that should be using F_array instead of F_buffer.
32 files changed:
level_0/f_console/c/console.c
level_0/f_console/c/console.h
level_0/f_directory/c/directory.c
level_0/f_directory/c/directory.h
level_0/f_serialize/c/serialize.c
level_0/f_serialize/c/serialize.h
level_0/f_status/c/status.h
level_1/fl_directory/c/private-directory.c
level_1/fl_directory/c/private-directory.h
level_1/fl_environment/c/environment.c
level_1/fl_environment/c/environment.h
level_1/fl_fss/c/fss_basic_list.h
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_1/fl_status/c/status.c
level_1/fl_status/c/status.h
level_1/fl_string/c/string.c
level_1/fl_string/c/string.h
level_2/fll_error/c/private-error.c
level_2/fll_execute/c/execute.h
level_2/fll_execute/c/private-execute.c
level_2/fll_execute/c/private-execute.h
level_2/fll_fss/c/fss.c
level_2/fll_program/c/program.c
level_2/fll_program/c/program.h
level_2/fll_status/c/status.c
level_3/fake/c/private-build.c
level_3/fake/c/private-make.c
level_3/fake/c/private-print.c
level_3/fss_extended_write/c/fss_extended_write.c
level_3/iki_read/c/private-iki_read.c