aboutsummaryrefslogtreecommitdiff
path: root/std/os/child_process.zig
AgeCommit message (Expand)Author
2018-04-03remove more signal handling stuff from std.os.ChildProcessAndrew Kelley
2018-02-27remove signal hanlding stuff from std.os.ChildProcessAndrew Kelley
2018-02-12remove std.heap.IncrementingAllocatorAndrew Kelley
2018-02-10std.os and std.io API updateAndrew Kelley
2018-02-09std lib: modify allocator idiomAndrew Kelley
2018-02-09fix build runner on windowsAndrew Kelley
2018-02-08error sets - most tests passingAndrew Kelley
2018-02-03*WIP* error sets - std lib test compile but try to link against windowsAndrew Kelley
2018-02-03*WIP* error sets - support fns called at comptimeAndrew Kelley
2018-01-31*WIP* error sets converting std libAndrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2018-01-23replace %defer with errdeferAndrew Kelley
2018-01-09remove %% prefix operatorAndrew Kelley
2018-01-07replace `a %% b` with `a catch b`Andrew Kelley
2018-01-07replace `%return` with `try`Andrew Kelley
2018-01-03fix self-hosted build on windowsAndrew Kelley
2017-12-22fix darwin and windows from previous commitAndrew Kelley
2017-12-22explicitly return from blocksAndrew Kelley
2017-12-12self-hosted: move code to std.os.ChildProcess.execAndrew Kelley
2017-12-04rename builtin.is_big_endian to builtin.endianAndrew Kelley
2017-12-04fix build on windowsAndrew Kelley
2017-12-03rework enums and unions and their relationship to each otherAndrew Kelley
2017-10-31fix windows build from previous commitAndrew Kelley
2017-10-31breaking change to std.io APIAndrew Kelley
2017-10-16std.os.ChildProcess: on windows cwd affects exe search pathAndrew Kelley
2017-10-15fix child process stdio piping behavior on windowsAndrew Kelley
2017-10-15use correct integer type for windows BOOLAndrew Kelley
2017-10-15implement environment variables for windowsAndrew Kelley
2017-10-14implement std.os.ChildProcess for windowsAndrew Kelley
2017-10-09fix build on non-windowsAndrew Kelley
2017-09-26std.os.ChildProcess: setgid before setuidAndrew Kelley
2017-09-26std.os.ChildProcess: ability to set both uid and gidAndrew Kelley
2017-09-26update std.os.ChildProcess APIAndrew Kelley
2017-09-16std.os.ChildProcess: fix fd leakAndrew Kelley
2017-09-08std.ChildProcess.spawn: handle 0 from waitpid correctlyAndrew Kelley
2017-09-08std.os.ChildProcess: don't expect all SIGCHLD to come from spawnAndrew Kelley
2017-09-07std: os.ChildProcess knows when its child diedAndrew Kelley
2017-09-06std: add ChildProcess.killAndrew Kelley
2017-08-27all behavior tests passing for macosAndrew Kelley
2017-08-27progress toward tests passing on MacOSAndrew Kelley
2017-06-04progress toward hello world without libc in windowsAndrew Kelley
2017-05-19change slicing syntax from ... to ..Andrew Kelley
2017-05-03remove test and try expressions in favor of if expressionsAndrew Kelley
2017-05-01allow undefined to be resolved with other typesAndrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30zig build: organize build artifactsAndrew Kelley
2017-04-22std.os.ChildProcess: fix closing wrong file descriptorsAndrew Kelley
2017-04-21update syntax for try and nullable unwrappingAndrew Kelley
2017-04-18rename `@intType` to `@IntType` to follow conventionAndrew Kelley
2017-04-17improvements to zig build system and unwrap error safetyAndrew Kelley