summaryrefslogtreecommitdiff
path: root/src/os/homedir.zig
AgeCommit message (Expand)Author
2025-06-21Add FreeBSD support-k
2025-01-02config: make diagnostic if homedir expansion failsMitchell Hashimoto
2025-01-02add test for `expandHomeUnix`z-jxy
2025-01-02move current `expandHome` functionality into separate `expandHomeUnix` functionz-jxy
2025-01-02move tilde expansion functionality to `os/homedir`z-jxy
2024-06-07os: std.ChildProcess -> std.process.ChildJon Parise
2024-03-31os/homedir: remove now unnecessary fba.reset()Jon Parise
2024-03-30os/homedir: use NSFileManager on macOSJon Parise
2024-03-22update zigMitchell Hashimoto
2024-02-26Windows Utf8 -> Wtf8Krzysztof Wolicki
2024-01-13build: build produces a broken object file for iOSMitchell Hashimoto
2023-11-30Update to latest master,Krzysztof Wolicki
2023-11-05shuffle some codeMitchell Hashimoto
2023-10-24update zigMitchell Hashimoto
2023-09-14windows: implement tmpDirWill Pragnell
2023-09-14windows: initial support for zig build testJonathan Marler
2023-07-10move a bunch of files to src/osMitchell Hashimoto