]> Kevux Git Server - fll/commit
Progress: Continue string and convert changes, fixing bugs.
authorKevin Day <thekevinday@gmail.com>
Sun, 8 Aug 2021 03:57:03 +0000 (22:57 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 8 Aug 2021 04:15:28 +0000 (23:15 -0500)
commit2eaa1b50d6d15e530fbb1635958aa190dfe7f9df
tree35c5c7efaf1e100557697636c59a5ae89f0d046b
parentd3a65ad8c5606842fa63b79a47a4fb6b5aec425e
Progress: Continue string and convert changes, fixing bugs.

Update all relevant dependencies.

Convert the error projects.
Convert control program.
Begin converting controller program.

I really wanted to get rid of those pesky mutex locks.
With the addition of explicit calls to flockfile() and funlockfile() this felt like a possibility.
Unfortunately, I still need to protect both stdout and stderr from both writing to the same destination (which is common for normal consoles).
23 files changed:
level_1/fl_print/data/build/settings
level_2/fll_error/c/error.c
level_2/fll_error/c/error.h
level_2/fll_error/c/private-error.c
level_2/fll_error/data/build/dependencies
level_2/fll_error/data/build/settings
level_2/fll_print/data/build/settings
level_3/byte_dump/c/byte_dump.c
level_3/byte_dump/data/build/dependencies
level_3/control/c/control.c
level_3/control/c/control.h
level_3/control/data/build/dependencies
level_3/control/data/build/settings
level_3/controller/c/controller.c
level_3/controller/c/controller.h
level_3/controller/c/private-common.c
level_3/controller/c/private-common.h
level_3/controller/c/private-controller.c
level_3/controller/c/private-entry.c
level_3/controller/c/private-rule.c
level_3/controller/c/private-thread.h
level_3/controller/data/build/dependencies
level_3/controller/data/build/settings