]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <kevin@kevux.org>
Wed, 8 May 2024 02:52:45 +0000 (21:52 -0500)
committerKevin Day <kevin@kevux.org>
Wed, 8 May 2024 02:52:45 +0000 (21:52 -0500)
commit59f29705e36f034a48f742e99c95d4b92e2439af
tree045c4d1c4791a29f81c8a8eeae6127336e718e6f
parent95f54f09b35212a627cf5cd78da6089051dcbc06
Progress: Continue migrating the project.
22 files changed:
data/build/dependencies
data/build/settings
sources/c/main/common/print.c
sources/c/main/common/print.h
sources/c/main/common/type/cache.c
sources/c/main/common/type/execute.c [new file with mode: 0644]
sources/c/main/common/type/execute.h [new file with mode: 0644]
sources/c/main/common/type/lock.c
sources/c/main/common/type/rule.c
sources/c/main/common/type/rule.h
sources/c/main/controller.h
sources/c/main/print/error.c
sources/c/main/print/error.h
sources/c/main/rule.c
sources/c/main/rule/action.c
sources/c/main/rule/execute.c
sources/c/main/rule/expand.c
sources/c/main/rule/instance.c
sources/c/main/rule/item.c
sources/c/main/rule/parameter.c
sources/c/main/rule/read.c
sources/c/main/rule/setting.c