]> Kevux Git Server - kevux-tools/commit
Progress: Begin implementation of the 'remove' series of programs.
authorKevin Day <thekevinday@gmail.com>
Wed, 4 Jan 2023 02:21:28 +0000 (20:21 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 4 Jan 2023 02:21:28 +0000 (20:21 -0600)
commit906614f368e9877a30b2c3d616c016ce9d2cff7d
tree3cb34c9f96a185525bb7aadc6509eb7eafafa787
parentad2938bbb2be2320530c229d0c678c0ff3751ff4
Progress: Begin implementation of the 'remove' series of programs.

Much of the work is drafted out and likely to change.

The core of the 'remove' program is implemented.
The 'date' related functionality is actively being worked on.

The actual removal functionality will be implemented after all of the simulation is completed.
Once the remove is implemented and working, then supplementary 'remove' programs, such as 'rm', 'unlink', and 'rmdir' will be implemented.
30 files changed:
.gitignore [new file with mode: 0644]
data/build/remove/defines [new file with mode: 0644]
data/build/remove/dependencies [new file with mode: 0644]
data/build/remove/fakefile [new file with mode: 0644]
data/build/remove/settings [new file with mode: 0644]
documents/readme.build.txt
documents/readme.remove.txt [new file with mode: 0644]
documents/readme.txt
documents/time.txt [new file with mode: 0644]
sources/c/remove/main/common-print.c [new file with mode: 0644]
sources/c/remove/main/common-print.h [new file with mode: 0644]
sources/c/remove/main/common.c [new file with mode: 0644]
sources/c/remove/main/common.h [new file with mode: 0644]
sources/c/remove/main/convert.c [new file with mode: 0644]
sources/c/remove/main/convert.h [new file with mode: 0644]
sources/c/remove/main/main.c [new file with mode: 0644]
sources/c/remove/main/main.h [new file with mode: 0644]
sources/c/remove/main/operate.c [new file with mode: 0644]
sources/c/remove/main/operate.h [new file with mode: 0644]
sources/c/remove/main/print.c [new file with mode: 0644]
sources/c/remove/main/print.h [new file with mode: 0644]
sources/c/remove/main/remove.c [new file with mode: 0644]
sources/c/remove/main/remove.h [new file with mode: 0644]
sources/c/remove/main/signal.c [new file with mode: 0644]
sources/c/remove/main/signal.h [new file with mode: 0644]
sources/c/remove/main/simulate.c [new file with mode: 0644]
sources/c/remove/main/simulate.h [new file with mode: 0644]
sources/c/remove/main/thread.c [new file with mode: 0644]
sources/c/remove/main/thread.h [new file with mode: 0644]
specifications/time.txt [new file with mode: 0644]