aboutsummaryrefslogtreecommitdiff
path: root/lib/std/child_process.zig
AgeCommit message (Expand)Author
2020-01-14Fix std.child_process.ChildProcess.spawnWindow when looking in PATH environme...Michaƫl Larouche
2020-01-10std: avoid an allocation in inner loopdaurnimator
2020-01-10std: fix off by one error in windows process creationdaurnimator
2019-12-29std: sentinel terminated pointers for utf16 apisdaurnimator
2019-12-16Fix for the error codepath in ChildProcessLemonBoy
2019-12-16Revert "Revert "Use eventfd in ChildProcess on Linux""LemonBoy
2019-12-16Revert "Use eventfd in ChildProcess on Linux"Andrew Kelley
2019-12-15Use eventfd in ChildProcess on LinuxLemonBoy
2019-12-02Merge pull request #3715 from daurnimator/towards-afdAndrew Kelley
2019-12-01fix regressions on windowsAndrew Kelley
2019-11-27std: add alertable argument for windows.WaitForSingleObjectdaurnimator
2019-11-25zig fmtAndrew Kelley
2019-11-25add missing null terminator in windows file path helper functionAndrew Kelley
2019-11-24Merge remote-tracking branch 'origin/master' into null-terminated-pointersAndrew Kelley
2019-11-23add workaround to child_process.zigVexu
2019-11-21add missing error set to ChildProsess.SpawnErrorVexu
2019-11-21string literals are now null terminatedAndrew Kelley
2019-11-10std.ChildProcess.spawn has a consistent error setAndrew Kelley
2019-11-08fix type cast in windows child process codeAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-24get rid of std.os.foo.is_the_targetAndrew Kelley
2019-10-21remove pub syntax for container fieldsVexu
2019-10-16[breaking] standardize std.os execve functionsAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley