]> Kevux Git Server - fll/commit
Update: Use F_okay instead of F_none as the first status code.
authorKevin Day <thekevinday@gmail.com>
Thu, 17 Aug 2023 23:44:27 +0000 (18:44 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 17 Aug 2023 23:50:01 +0000 (18:50 -0500)
commit57f6b32000ecd40ab4b1a101a5c4def6c2243190
treeb4d1e359c9265f1dc30f5877f852643105fcb6f6
parent7e0f01144a8f32670a5a5bdd190dffb8090fc54b
Update: Use F_okay instead of F_none as the first status code.

This change is in two parts.
This part is just changing the status codes.
The next part will be changing all code using the status code F_none as the standard return to instead use F_okay.

I believe that F_okay makes more semantic sense than F_none when providing a standard code.
The original idea of F_none is that there are no errors.
I think "okay" is even more accurate.

Furthermore, the F_okay better matches the return code of the HTTP standard "HTTP 200 Okay".
level_0/f_execute/c/execute.c
level_0/f_execute/c/execute/common.h
level_0/f_status/c/status.h
level_0/f_status_string/c/status_string.c
level_0/f_status_string/c/status_string.h
level_0/f_status_string/tests/unit/c/test-status_string-to.c