]> Kevux Git Server - fll/commit
Cleanup: Add "write" to the open modes involving write.
authorKevin Day <kevin@kevux.org>
Tue, 4 Jul 2023 04:10:41 +0000 (23:10 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 4 Jul 2023 04:10:41 +0000 (23:10 -0500)
commit237124aa6841bbf75aadf8bcb5847044bd1f21c5
tree4c6531cc6d72fb9edd1f99b921ec97b588b4222c
parent6088945f40c4bdb235ba32cbf86fa4bdc49e4fdb
Cleanup: Add "write" to the open modes involving write.

The "append" and "truncate" are not verbose enough.
Prepend "write_" to each of these to make the purpose and intent more obvious.
15 files changed:
level_0/f_file/c/file/common.c
level_0/f_file/c/file/common.h
level_0/f_file/c/private-file.c
level_3/fake/build/documentation/man/man1/fake.1 [new file with mode: 0644]
level_3/fake/build/documentation/man/man5/fake-defines.5 [new file with mode: 0644]
level_3/fake/build/documentation/man/man5/fake-depedencies.5 [new file with mode: 0644]
level_3/fake/build/documentation/man/man5/fake-fakefile.5 [new file with mode: 0644]
level_3/fake/build/documentation/man/man5/fake-settings.5 [new file with mode: 0644]
level_3/fake/build/stage/process_pre-settings.built [new file with mode: 0644]
level_3/fake/build/stage/skeleton-settings.built [new file with mode: 0644]
level_3/fake/build/stage/sources_documentation-settings.built [new file with mode: 0644]
level_3/fake/build/stage/sources_headers-settings.built [new file with mode: 0644]
level_3/fake/build/stage/sources_settings-settings.built [new file with mode: 0644]
level_3/fake/c/main/make/operate_process_type.c
level_3/utf8/c/main/common.c