summaryrefslogtreecommitdiff
path: root/src/Command.zig
AgeCommit message (Expand)Author
2022-08-19update Zig, fixed new invalid octal errorMitchell Hashimoto
2022-08-17Fix some stage2 compilation errorsMitchell Hashimoto
2022-05-17update zigMitchell Hashimoto
2022-04-26don't ignore fcntl return for macosMitchell Hashimoto
2022-04-26update command commentsMitchell Hashimoto
2022-04-26Command: setup fd properly on macMitchell Hashimoto
2022-04-24libuv: starting Tty implMitchell Hashimoto
2022-04-24execute the child commandMitchell Hashimoto
2022-04-23Command: set custom env varsMitchell Hashimoto
2022-04-23expandPath for looking in PATHMitchell Hashimoto
2022-04-16improve commntsMitchell Hashimoto
2022-04-16TempDir implementationMitchell Hashimoto
2022-04-16working on subprocessingMitchell Hashimoto