]> Kevux Git Server - controller/commit
Progress: Continue migrating the project.
authorKevin Day <kevin@kevux.org>
Tue, 7 May 2024 03:35:34 +0000 (22:35 -0500)
committerKevin Day <kevin@kevux.org>
Tue, 7 May 2024 03:35:34 +0000 (22:35 -0500)
commit95f54f09b35212a627cf5cd78da6089051dcbc06
treea22d68445de8284a3851d40261319657a1162e14
parented0940dc80a011a48a3712f7e94ea52541f20105
Progress: Continue migrating the project.
33 files changed:
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/cache.h
sources/c/main/controller.h
sources/c/main/print/rule.c [new file with mode: 0644]
sources/c/main/print/rule.h [new file with mode: 0644]
sources/c/main/rule.c
sources/c/main/rule.h
sources/c/main/rule/action.c [new file with mode: 0644]
sources/c/main/rule/action.h [new file with mode: 0644]
sources/c/main/rule/execute.c [new file with mode: 0644]
sources/c/main/rule/execute.h [new file with mode: 0644]
sources/c/main/rule/expand.c [new file with mode: 0644]
sources/c/main/rule/expand.h [new file with mode: 0644]
sources/c/main/rule/instance.c
sources/c/main/rule/instance.h
sources/c/main/rule/is.c [new file with mode: 0644]
sources/c/main/rule/is.h [new file with mode: 0644]
sources/c/main/rule/item.c [new file with mode: 0644]
sources/c/main/rule/item.h [new file with mode: 0644]
sources/c/main/rule/parameter.c [new file with mode: 0644]
sources/c/main/rule/parameter.h [new file with mode: 0644]
sources/c/main/rule/read.c [new file with mode: 0644]
sources/c/main/rule/read.h [new file with mode: 0644]
sources/c/main/rule/setting.c [new file with mode: 0644]
sources/c/main/rule/setting.h [new file with mode: 0644]
sources/c/main/rule/validate.c [new file with mode: 0644]
sources/c/main/rule/validate.h [new file with mode: 0644]
sources/c/main/rule/wait.c [new file with mode: 0644]
sources/c/main/rule/wait.h [new file with mode: 0644]
sources/c/main/thread/is.h