]> Kevux Git Server - fll/commit
Cleanup: header files structure, *-common.h, and use underscores.
authorKevin Day <thekevinday@gmail.com>
Sun, 20 Sep 2020 23:40:05 +0000 (18:40 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 20 Sep 2020 23:45:46 +0000 (18:45 -0500)
commitbd28b25c49952415b6e234890789d1396f3aa197
tree42b51f0b3595bb8b4ff7aa48b408816fb9c8a9aa
parent4a6c8e30920d722eaa9f745a7a4851f5bdff0cfe
Cleanup: header files structure, *-common.h, and use underscores.

Start using the *-common.h practice to move macro definitions out of header files with function declarations.
The *-common.h files are akin to private-* files in that they are special use or special purpose.
Therefore, the "-" is used.

In all other cases, underscores "_" should be used.
Fix files where dashes "-" were incorrectly used, replacing them with underscores "_".
41 files changed:
build/level_0/settings
build/monolithic/settings
documents/private_functions.txt
level_0/f_account/c/account-common.h [new file with mode: 0644]
level_0/f_account/c/account.h
level_0/f_account/data/build/settings
level_0/f_console/c/console-common.h [new file with mode: 0644]
level_0/f_console/c/console.h
level_0/f_console/data/build/settings
level_0/f_conversion/c/conversion-common.h [new file with mode: 0644]
level_0/f_conversion/c/conversion.h
level_0/f_conversion/data/build/settings
level_0/f_directory/c/directory-common.h [new file with mode: 0644]
level_0/f_directory/c/directory.h
level_0/f_directory/data/build/settings
level_0/f_environment/c/environment-common.h [new file with mode: 0644]
level_0/f_environment/c/environment.h
level_0/f_environment/data/build/settings
level_0/f_file/c/file-common.h [new file with mode: 0644]
level_0/f_file/c/file.h
level_0/f_file/data/build/settings
level_0/f_fss/c/fss.h
level_0/f_fss/c/fss_named.h [moved from level_0/f_fss/c/fss-named.h with 100% similarity]
level_0/f_fss/c/fss_nest.h [moved from level_0/f_fss/c/fss-nest.h with 100% similarity]
level_0/f_fss/c/fss_quoted.h [moved from level_0/f_fss/c/fss-quoted.h with 100% similarity]
level_0/f_fss/c/fss_set.h [moved from level_0/f_fss/c/fss-set.h with 100% similarity]
level_0/f_fss/data/build/settings
level_0/f_path/c/path-common.h [new file with mode: 0644]
level_0/f_path/c/path.h
level_0/f_path/data/build/settings
level_0/f_serialize/c/serialize-common.h [new file with mode: 0644]
level_0/f_serialize/c/serialize.h
level_0/f_serialize/data/build/settings
level_0/f_signal/c/signal-common.h [new file with mode: 0644]
level_0/f_signal/data/build/settings
level_0/f_socket/c/socket-common.h [new file with mode: 0644]
level_0/f_socket/c/socket.h
level_0/f_socket/data/build/settings
level_0/f_string/c/string-common.h [moved from level_0/f_string/c/string_common.h with 100% similarity]
level_0/f_string/c/string.h
level_0/f_string/data/build/settings