COMMITS
/ lib/std/process.zig November 24, 2025
R
Merge pull request #25993 from squeek502/windows-paths
Ryan Liptak committed
November 14, 2025
R
system specific errno
rpkak committed
November 19, 2025
R
std.process: Actually use explicit GetCwdError/GetCwdAllocError sets
Ryan Liptak committed
November 16, 2025
R
process.getenvW: Document that returned memory points to the PEB
Ryan Liptak committed
R
windows.eqlIgnoreCaseWTF16 -> eqlIgnoreCaseWtf16
Ryan Liptak committed
November 13, 2025
M
std.Build: don't force all children to inherit color option
Matthew Lugg committed
A
represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi
Alex Rønne Petersen committed
November 9, 2025
J
posix: reduce the number of assumptions made by `dl_iterate_phdr`
Jacob Young committed
October 26, 2025
A
remove all Oracle Solaris support
Alex Rønne Petersen committed
October 10, 2025
U
replaced https://simonsapin.github.io/wtf-8/ with https://wtf-8.codeberg.page/
usebeforefree committed
August 28, 2025
A
std.Io: delete GenericReader
Andrew Kelley committed
R
process.totalSystemMemory: Avoid overflow on Linux when totalram is a 32-bit usize
Ryan Liptak committed
August 25, 2025
S
add macOS handling for totalSystemMemory (#24903)
Sardorbek Imomaliev committed
August 21, 2025
S
drop NameTooLong from sysctlbynameZ error set (#24909)
Sardorbek Imomaliev committed
August 1, 2025
A
std.ArrayList: make unmanaged the default
Andrew Kelley committed
June 28, 2025
A
std.fmt: breaking API changes
Andrew Kelley committed
April 11, 2025
R
std: add os.linux.sysinfo(), use it for process.totalSystemMemory()
Ryan King committed
A
Merge pull request #23272 from squeek502/getenvw-optim
Andrew Kelley committed
April 12, 2025
A
std: eradicate u29 and embrace std.mem.Alignment
Andrew Kelley committed
March 26, 2025
A
std.process: Fix getBaseAddress() to handle all Darwin OSs.
Alex Rønne Petersen committed
A
std.process: Don't use _mh_execute_header in getBaseAddress() on BSDs.
Alex Rønne Petersen committed
A
std.process: Fix getBaseAddress() for linux + libc.
Alex Rønne Petersen committed
March 17, 2025
R
getenvW: Take advantage of sliceTo/indexOfScalarPos optimizations
Ryan Liptak committed
March 18, 2025
R
std.process: Allow WTF-8 in env var functions with comptime-known keys
Ryan Liptak committed
R
createWindowsEnvBlock: Reduce NUL terminator count to only what's required
Ryan Liptak committed
March 10, 2025
L
std: Add support for SerenityOS in various places
Linus Groh committed
January 29, 2025
A
adjust runtime page size APIs
Andrew Kelley committed
October 20, 2024
A
runtime page size detection
Archbirdplus committed
February 5, 2025
J
std.process: adding hasNonEmptyEnvVar() and using for NO_COLOR
John Benediktsson committed
January 17, 2025
A
Fix chdirC compile error
Adheesh Wadkar committed
July 20, 2024
A
move std.zig.fatal to std.process.fatal
Andrew Kelley committed
July 19, 2024
A
std.c reorganization
Andrew Kelley committed
July 14, 2024
R
ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointer
Ryan Liptak committed
R
Replace GetCommandLineW with PEB access, delete GetCommandLine bindings
Ryan Liptak committed
July 13, 2024
R
R
ArgIteratorWindows: Clarify buffer length comment
Ryan Liptak committed
July 12, 2024
R
ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string directly
Ryan Liptak committed
July 9, 2024
J
std: fix typos (#20560)
Jora Troosh committed
May 3, 2024
R
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak committed
May 27, 2024
A
std.process.cleanExit: lock stderr before exiting
Andrew Kelley committed
May 26, 2024
A
std.process: fix compilation on 32-bit targets
Andrew Kelley committed
J
Progress: fix compile errors on windows
Jacob Young committed
May 24, 2024
A
std.process.Child: fix ZIG_PROGRESS env var handling
Andrew Kelley committed
May 23, 2024
A
std.Progress: child process sends updates via IPC
Andrew Kelley committed
A
std: restructure child process namespace
Andrew Kelley committed
May 9, 2024
J
handle visionos target OS tag in the compiler
Jakub Konka committed
May 4, 2024
A
introduce std.process.raiseFileDescriptorLimit
Andrew Kelley committed
April 15, 2024
R
ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvW
Ryan Liptak committed
March 13, 2024
A
std: promote tests to doctests
Andrew Kelley committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed