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
2025-02-06
adjust runtime page size APIs
Andrew Kelley
2025-02-06
runtime page size detection
Archbirdplus
2025-02-06
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson
2025-01-20
Fix chdirC compile error
Adheesh Wadkar
2024-07-20
move std.zig.fatal to std.process.fatal
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-13
ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointer
Ryan Liptak
2024-07-13
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
Ryan Liptak
2024-07-13
ArgIteratorWindows: Store last emitted code unit instead of checking the last...
Ryan Liptak
2024-07-13
ArgIteratorWindows: Clarify buffer length comment
Ryan Liptak
2024-07-13
ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string dire...
Ryan Liptak
2024-07-09
std: fix typos (#20560)
Jora Troosh
2024-06-13
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak
2024-05-27
std.process.cleanExit: lock stderr before exiting
Andrew Kelley
2024-05-27
std.process: fix compilation on 32-bit targets
Andrew Kelley
2024-05-27
Progress: fix compile errors on windows
Jacob Young
2024-05-27
std.process.Child: fix ZIG_PROGRESS env var handling
Andrew Kelley
2024-05-27
std.Progress: child process sends updates via IPC
Andrew Kelley
2024-05-26
std: restructure child process namespace
Andrew Kelley
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-05-03
introduce std.process.raiseFileDescriptorLimit
Andrew Kelley
2024-04-15
ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvW
Ryan Liptak
2024-03-21
std: promote tests to doctests
Andrew Kelley
2024-03-19
extract std.posix from std.os
Andrew Kelley
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
[next]