]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Tue, 25 Mar 2025 03:01:12 +0000 (22:01 -0500)
committerKevin Day <Kevin@kevux.org>
Tue, 25 Mar 2025 03:01:12 +0000 (22:01 -0500)
commiteb9060051fe30a0832ff193a90233c7aa896b34f
treeed8b166cf69a697f30a18507e943bf70f40d0b2f
parent47588215159a2ba3a20d1504f30b192ebd568eb6
Progress: Continue working on completing the remove program.

Finish some work that I thought I finished in the previous commit.
There were some commented out cases where I was doing controlled manual testing and I forgot to restore the commented out logic.

The Time and EpochTime are not well documented and are also not actually implemented!
Add more of the Time and EpochTime documentation.
I will look into implementing this at a later date.

Add unit tests for the basic Unix Date format.
sources/c/program/kevux/tools/remove/main/common/string.c
sources/c/program/kevux/tools/remove/main/common/string.h
sources/c/program/kevux/tools/remove/main/convert.c
sources/c/program/kevux/tools/remove/main/print/message.c
tests/unit/remove/c/test-remove-date_changed.c
tests/unit/remove/c/test-remove-date_changed.h
tests/unit/remove/c/test-remove.c