aboutsummaryrefslogtreecommitdiff
path: root/std/os/child_process.zig
AgeCommit message (Expand)Author
2019-03-23add compile error for ignoring errorAndrew Kelley
2019-03-05std.os.changeCurDir no longer needs an allocatorAndrew Kelley
2019-03-02rename std lib files to new conventionAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2019-02-07fixups, and modify std.mem.join and std.os.path.resolve APIAndrew Kelley
2019-02-06Merge branch 'zig-backport-std.os.path' of https://github.com/kristate/zig in...Andrew Kelley
2019-02-05Typo: use the joined path to try executables available from PATH.Sahnvour
2019-02-05Notify failure to create a process when the executable is not found even in P...Sahnvour
2019-02-04adjustments to std.mem split / separateAndrew Kelley
2019-02-03`std.mem.Allocator.create` replaced with better APIAndrew Kelley
2018-12-12breaking API changes to all readInt/writeInt functions & moreAndrew Kelley
2018-11-30std.os.path: remove dependance on std.mem.join;kristopher tate
2018-11-28fix child_process piped streams not getting closedJosh Wolfe
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-26remove @minValue,@maxValue; add std.math.minInt,maxIntAndrew Kelley
2018-10-15fix windowsAndrew Kelley
2018-10-15remove implicit cast from T to *const TAndrew Kelley
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-10-01std lib (breaking): posixRead can return less than buffer sizeAndrew Kelley
2018-09-30update std lib API for I/OAndrew Kelley
2018-09-12fix zig fmt on windowsAndrew Kelley
2018-09-02switch most windows calls to use W versions instead of AAndrew Kelley
2018-09-02fix regressionsAndrew Kelley
2018-08-21fix linuxAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-06-21std: update stdlib to match updated allocator create signature; ref #733kristopher tate
2018-06-18remove error to/from int casting syntax; add `@errorToInt`/`@intToError`Andrew Kelley
2018-06-17remove integer and float casting syntaxAndrew Kelley
2018-06-09breaking syntax change: ??x to x.? (#1095)Andrew Kelley
2018-06-04disallow single-item pointer indexingAndrew Kelley
2018-06-01fix incorrect address-of syntax on windowsAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-05-29run zig fmt on the codebaseAndrew Kelley
2018-05-13Merge branch 'master' into pointer-reformAndrew Kelley
2018-05-11fix windows build systemAndrew Kelley
2018-05-10partial conversion to post-fix pointer deref using zig fmtAndrew Kelley
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