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
/
lib
/
std
/
child_process.zig
Age
Commit message (
Expand
)
Author
2020-04-02
Fix compile errors in stage2
LeRoyce Pearson
2020-04-01
(breaking) std.Buffer => std.ArrayListSentineled(u8, 0)
Andrew Kelley
2020-04-01
fixups and revert a few things
Andrew Kelley
2020-04-01
std: use Buffer.outStream in std/child_process.zig
daurnimator
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-10
fix std.ChildProcess on Windows
Andrew Kelley
2020-03-10
(breaking) rework stream abstractions
Andrew Kelley
2020-03-06
Use in_stream.readAllAlloc where sensible
daurnimator
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-24
remove uses of `@ArgType` and `@IntType`
Vexu
2020-02-17
expand argv[0] when spawning system C compiler
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-06
more std lib async I/O integration
Andrew Kelley
2020-01-14
Fix std.child_process.ChildProcess.spawnWindow when looking in PATH environme...
Michaƫl Larouche
2020-01-10
std: avoid an allocation in inner loop
daurnimator
2020-01-10
std: fix off by one error in windows process creation
daurnimator
2019-12-29
std: sentinel terminated pointers for utf16 apis
daurnimator
2019-12-16
Fix for the error codepath in ChildProcess
LemonBoy
2019-12-16
Revert "Revert "Use eventfd in ChildProcess on Linux""
LemonBoy
2019-12-16
Revert "Use eventfd in ChildProcess on Linux"
Andrew Kelley
2019-12-15
Use eventfd in ChildProcess on Linux
LemonBoy
2019-12-02
Merge pull request #3715 from daurnimator/towards-afd
Andrew Kelley
2019-12-01
fix regressions on windows
Andrew Kelley
2019-11-27
std: add alertable argument for windows.WaitForSingleObject
daurnimator
2019-11-25
zig fmt
Andrew Kelley
2019-11-25
add missing null terminator in windows file path helper function
Andrew Kelley
2019-11-24
Merge remote-tracking branch 'origin/master' into null-terminated-pointers
Andrew Kelley
2019-11-23
add workaround to child_process.zig
Vexu
2019-11-21
add missing error set to ChildProsess.SpawnError
Vexu
2019-11-21
string literals are now null terminated
Andrew Kelley
2019-11-10
std.ChildProcess.spawn has a consistent error set
Andrew Kelley
2019-11-08
fix type cast in windows child process code
Andrew Kelley
2019-11-08
update the codebase to use `@as`
Andrew Kelley
2019-10-24
get rid of std.os.foo.is_the_target
Andrew Kelley
2019-10-21
remove pub syntax for container fields
Vexu
2019-10-16
[breaking] standardize std.os execve functions
Andrew Kelley
2019-09-25
mv std/ lib/
Andrew Kelley