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
/
process.zig
Age
Commit message (
Expand
)
Author
2023-03-03
std.process.Child: remove pid and handle, add id
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-19
wasm: avoids allocating zero length buffers for args or env
Adrian Cole
2023-01-06
Implement some more environment functions for WASI.
Brendan Burns
2022-12-30
Fix bug in WASI envmap handling.
Brendan Burns
2022-12-27
update uses of overflow arithmetic builtins
Veikka Tuominen
2022-12-06
std: clean up imports in a couple files
Andrew Kelley
2022-11-16
process.zig: remove unused function getSelfExeSharedLibPaths
Eric Joldasov
2022-09-14
Move std.testing.zig_exe_path into build options
Martin Wickham
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-01
Sema: validate deref operator type and value
Veikka Tuominen
2022-05-11
document that on Windows, all key arguments in EnvMap must be valid utf8
Jonathan Marler
2022-05-11
incorporate review changes from squeek
Jonathan Marler
2022-05-11
some fixes to the EnvMap HashContext
Jonathan Marler
2022-05-11
reverse some of the now unneeded changes from squeek
Jonathan Marler
2022-05-11
add unicode support
Jonathan Marler
2022-05-11
remove extra storage from EnvMap on windows
Jonathan Marler
2022-05-11
EnvMapWindows: Fix putUtf8 not uppercasing keys
Ryan Liptak
2022-05-11
Set EnvMap.Size to BufMap.BufMapHashMap.Size
Ryan Liptak
2022-05-11
Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...
Jonathan Marler
2022-05-11
Add `process.EnvMap`, a platform-independent environment variable map
Ryan Liptak
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-02-05
std.process: add option to support single quotes to ArgIteratorGeneral
Veikka Tuominen
2022-01-30
Full response file (*.rsp) support
PhaseMage
2022-01-29
fix argsAlloc buffer size
Jean Dao
2022-01-20
remove unnecessary self argument
Jonathan Marler
2021-12-21
Change `ArgIterator.next()` return type
ominitay
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto
2021-08-24
remove redundant license headers from zig standard library
Andrew Kelley
2021-08-24
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-08
Add support for NO_COLOR
Martin Wickham
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-05-24
avoid usage of execv on Haiku
Al Hoang
2021-05-08
std: update usage of std.testing
Veikka Tuominen
2021-02-25
initial support for haiku continue clean up
Al Hoang
2021-02-25
initial support for haiku past stage0
Al Hoang
2021-01-02
std: Use {s} instead of {} when printing strings
LemonBoy
2020-12-31
Year++
Frank Denis
2020-12-28
std.process: update arg iterator tests
Andrew Kelley
2020-12-27
std: clean up sentinel handling for argv/environ
Isaac Freund
2020-12-26
std: do not call malloc() between fork() and execv()
Andrew Kelley
2020-11-30
Switch to using unicode when parsing the command line on windows (#7241)
Rageoholic
[next]