]> Kevux Git Server - fll/commit
Feature: Add F_future, F_past, and F_present status groups.
authorKevin Day <Kevin@kevux.org>
Wed, 13 Aug 2025 02:27:32 +0000 (21:27 -0500)
committerKevin Day <Kevin@kevux.org>
Wed, 13 Aug 2025 02:27:32 +0000 (21:27 -0500)
commitb451ddd2d748c6115bb1563015d80ca0230973c1
tree855e3fafeb360d4a40bf4d7763939ca4187bd60e
parent588eb39ded2a6bf1b4083dfd3261cce8904b1460
Feature: Add F_future, F_past, and F_present status groups.

I am updating threads and realized that I should probably have a `F_future` status code.
Futures are common asynchronous terminology.

For completeness, I added `F_past` and `F_preset`.

This includes all of the respective "_not" codes.
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_1/fl_status_string/c/status_string.c
level_1/fl_status_string/tests/unit/c/test-status_string-from.c