]> Trent Huber's Code - thus.git/commit
Builtins reorganized and automatically detected
authorTrent Huber <trentmhuber@gmail.com>
Sat, 26 Jul 2025 07:22:46 +0000 (03:22 -0400)
committerTrent Huber <trentmhuber@gmail.com>
Sat, 26 Jul 2025 07:22:46 +0000 (03:22 -0400)
commit0df93b7e0e6a0f49092ef2eb0f9f57d0420b808b
tree18379c168f63fa8923bfe0f351614646a73093d0
parentfa5d8b0ac71b1bc677acc4c1312a0854247ab3ac
Builtins reorganized and automatically detected
19 files changed:
.gitignore
build.c
external/cbs
external/cbsfile.c [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/build.c [new file with mode: 0644]
src/builtin/.gitignore [new file with mode: 0644]
src/builtin/bg.c [new file with mode: 0644]
src/builtin/build.c [new file with mode: 0644]
src/builtin/builtin.c [new file with mode: 0644]
src/builtin/builtin.h [new file with mode: 0644]
src/builtin/cd.c [new file with mode: 0644]
src/builtin/fg.c [new file with mode: 0644]
src/builtin/list.h [new file with mode: 0644]
src/builtin/which.c [new file with mode: 0644]
src/builtins.c [deleted file]
src/builtins.h [deleted file]
src/config.h
src/run.c