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
2024-02-24
Use stack fallback allocator to usually avoid extra heap allocation in getEnv...
Ryan Liptak
2024-02-24
Fix handling of Windows (WTF-16) and WASI (UTF-8) paths
Ryan Liptak
2024-02-24
Update deprecated `std.unicode` function usages
Ryan Liptak
2024-02-07
doc: fix typo in getEnvMap
Ian Kerins
2024-01-23
std.process: return u64 in totalSystemMemory
Tristan Ross
2023-12-18
Update `ArgIterator` on Windows to follow standard Windows parsing rules
Carl Ã…stholm
2023-11-19
lib: correct unnecessary uses of 'var'
mlugg
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-08-01
std.process.totalSystemMemory: return correct error type on FreeBSD
Kitty-Cricket Piapiac
2023-07-31
Revert "std.process: further totalSystemMemory portage"
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
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
[next]