index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
std
/
os
/
child_process.zig
Age
Commit message (
Expand
)
Author
2018-04-03
remove more signal handling stuff from std.os.ChildProcess
Andrew Kelley
2018-02-27
remove signal hanlding stuff from std.os.ChildProcess
Andrew Kelley
2018-02-12
remove std.heap.IncrementingAllocator
Andrew Kelley
2018-02-10
std.os and std.io API update
Andrew Kelley
2018-02-09
std lib: modify allocator idiom
Andrew Kelley
2018-02-09
fix build runner on windows
Andrew Kelley
2018-02-08
error sets - most tests passing
Andrew Kelley
2018-02-03
*WIP* error sets - std lib test compile but try to link against windows
Andrew Kelley
2018-02-03
*WIP* error sets - support fns called at comptime
Andrew Kelley
2018-01-31
*WIP* error sets converting std lib
Andrew Kelley
2018-01-25
syntax: functions require return type. remove `->`
Andrew Kelley
2018-01-23
replace %defer with errdefer
Andrew Kelley
2018-01-09
remove %% prefix operator
Andrew Kelley
2018-01-07
replace `a %% b` with `a catch b`
Andrew Kelley
2018-01-07
replace `%return` with `try`
Andrew Kelley
2018-01-03
fix self-hosted build on windows
Andrew Kelley
2017-12-22
fix darwin and windows from previous commit
Andrew Kelley
2017-12-22
explicitly return from blocks
Andrew Kelley
2017-12-12
self-hosted: move code to std.os.ChildProcess.exec
Andrew Kelley
2017-12-04
rename builtin.is_big_endian to builtin.endian
Andrew Kelley
2017-12-04
fix build on windows
Andrew Kelley
2017-12-03
rework enums and unions and their relationship to each other
Andrew Kelley
2017-10-31
fix windows build from previous commit
Andrew Kelley
2017-10-31
breaking change to std.io API
Andrew Kelley
2017-10-16
std.os.ChildProcess: on windows cwd affects exe search path
Andrew Kelley
2017-10-15
fix child process stdio piping behavior on windows
Andrew Kelley
2017-10-15
use correct integer type for windows BOOL
Andrew Kelley
2017-10-15
implement environment variables for windows
Andrew Kelley
2017-10-14
implement std.os.ChildProcess for windows
Andrew Kelley
2017-10-09
fix build on non-windows
Andrew Kelley
2017-09-26
std.os.ChildProcess: setgid before setuid
Andrew Kelley
2017-09-26
std.os.ChildProcess: ability to set both uid and gid
Andrew Kelley
2017-09-26
update std.os.ChildProcess API
Andrew Kelley
2017-09-16
std.os.ChildProcess: fix fd leak
Andrew Kelley
2017-09-08
std.ChildProcess.spawn: handle 0 from waitpid correctly
Andrew Kelley
2017-09-08
std.os.ChildProcess: don't expect all SIGCHLD to come from spawn
Andrew Kelley
2017-09-07
std: os.ChildProcess knows when its child died
Andrew Kelley
2017-09-06
std: add ChildProcess.kill
Andrew Kelley
2017-08-27
all behavior tests passing for macos
Andrew Kelley
2017-08-27
progress toward tests passing on MacOS
Andrew Kelley
2017-06-04
progress toward hello world without libc in windows
Andrew Kelley
2017-05-19
change slicing syntax from ... to ..
Andrew Kelley
2017-05-03
remove test and try expressions in favor of if expressions
Andrew Kelley
2017-05-01
allow undefined to be resolved with other types
Andrew Kelley
2017-05-01
`@import("builtin")` instead of `@compileVar`
Andrew Kelley
2017-04-30
zig build: organize build artifacts
Andrew Kelley
2017-04-22
std.os.ChildProcess: fix closing wrong file descriptors
Andrew Kelley
2017-04-21
update syntax for try and nullable unwrapping
Andrew Kelley
2017-04-18
rename `@intType` to `@IntType` to follow convention
Andrew Kelley
2017-04-17
improvements to zig build system and unwrap error safety
Andrew Kelley
[next]