]> Kevux Git Server - kevux-tools/commit
Progress: Continue working on completing the remove program.
authorKevin Day <Kevin@kevux.org>
Sat, 22 Mar 2025 03:18:53 +0000 (22:18 -0500)
committerKevin Day <Kevin@kevux.org>
Sat, 22 Mar 2025 03:18:53 +0000 (22:18 -0500)
commit2318b9a5c843226a57fb7816692299926e468cfd
treed43aa002282addee211f544cb4fb26c4cec73bab
parent6fbc74614487c7d9686b13e0a99860d76bc37bf3
Progress: Continue working on completing the remove program.

Utilize the FLL file type strings.
Merge the separate file stat printing into the simulate function and create the appropriate print functions.

Fix the loop variable name order ('i' before 'j').
Fix the printing of the Time and EpochTime units.
Print the time units on the same line as the `updated`, `accessed`, and `changed`.

Improve error printing for user and group IDs when the ID is not found or too large.
12 files changed:
data/build/stand_alone/configs/remove-config.h
data/build/stand_alone/configs/tacocat-config.h
sources/c/program/kevux/tools/remove/main/common.c
sources/c/program/kevux/tools/remove/main/common.h
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/preprocess.c
sources/c/program/kevux/tools/remove/main/preprocess.h
sources/c/program/kevux/tools/remove/main/print/error.c
sources/c/program/kevux/tools/remove/main/print/error.h
sources/c/program/kevux/tools/remove/main/print/simulate.c
sources/c/program/kevux/tools/remove/main/print/simulate.h