]> Kevux Git Server - fll/commit
Update: Change execute error code handling to better accommodate standard GNU Bash...
authorKevin Day <thekevinday@gmail.com>
Tue, 5 Jul 2022 12:50:07 +0000 (07:50 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 5 Jul 2022 13:40:02 +0000 (08:40 -0500)
commitffdf92e61a33ecf96335664c5696ab5223d83c8d
tree09f281be95dc639d7621156da278f7f86c27700d
parent83d2ebde428f4af290b39a8631d8773f316932e5
Update: Change execute error code handling to better accommodate standard GNU Bash return codes.

This introduces the status codes F_call and F_call_not as part of the required changes.
This also introduces F_yes, F_yes_not, F_no, and F_no_not.

Improve the wording of some of the error messages.
level_0/f_execute/c/execute.c
level_0/f_execute/c/execute/common.h
level_0/f_execute/tests/unit/c/test-execute-status_from_status.c
level_0/f_execute/tests/unit/c/test-execute-status_to_status.c
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
level_2/fll_status_string/c/status_string.c
level_2/fll_status_string/tests/unit/c/test-status_string-from.c
level_3/controller/c/rule/private-rule_print.c