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-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-15
openbsd: fix std.c.getdents and debitrot
Michael Dusan
2023-06-10
InternPool: add optional coercion
Jacob Young
2023-06-10
process: add more missing const
Jacob Young
2023-05-13
Update all std.mem.split calls to their appropriate function
Ryan Liptak
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-04-28
update codebase to use `@memset` and `@memcpy`
Andrew Kelley
2023-04-24
std.process: further totalSystemMemory portage
David CARLIER
2023-04-23
process: add args definition comment
Nicolas Sterchele
2023-04-22
process: totalSystemMemory freebsd portage
David CARLIER
2023-04-14
windows: replace GetPhysicallyInstalledSystemMemory with ntdll.
xEgoist
2023-04-06
Fix crash on some Windows machines
alion02
2023-03-25
std.process.Child: implement maxrss on Darwin
tjog
2023-03-15
remove bad unit test from std lib
Andrew Kelley
2023-03-15
add std.process.cleanExit
Andrew Kelley
2023-03-15
add std.process.totalSystemMemory
Andrew Kelley
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
[next]