aboutsummaryrefslogtreecommitdiff
path: root/lib/std/process.zig
AgeCommit message (Expand)Author
2025-02-06adjust runtime page size APIsAndrew Kelley
2025-02-06runtime page size detectionArchbirdplus
2025-02-06std.process: adding hasNonEmptyEnvVar() and using for NO_COLORJohn Benediktsson
2025-01-20Fix chdirC compile errorAdheesh Wadkar
2024-07-20move std.zig.fatal to std.process.fatalAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-13ArgIteratorWindows.init: Take `[]const u16` slice instead of multi-item pointerRyan Liptak
2024-07-13Replace GetCommandLineW with PEB access, delete GetCommandLine bindingsRyan Liptak
2024-07-13ArgIteratorWindows: Store last emitted code unit instead of checking the last...Ryan Liptak
2024-07-13ArgIteratorWindows: Clarify buffer length commentRyan Liptak
2024-07-13ArgIteratorWindows: Reduce allocated memory by parsing the WTF-16 string dire...Ryan Liptak
2024-07-09std: fix typos (#20560)Jora Troosh
2024-06-13std: Convert deprecated aliases to compile errors and fix usagesRyan Liptak
2024-05-27std.process.cleanExit: lock stderr before exitingAndrew Kelley
2024-05-27std.process: fix compilation on 32-bit targetsAndrew Kelley
2024-05-27Progress: fix compile errors on windowsJacob Young
2024-05-27std.process.Child: fix ZIG_PROGRESS env var handlingAndrew Kelley
2024-05-27std.Progress: child process sends updates via IPCAndrew Kelley
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-05-03introduce std.process.raiseFileDescriptorLimitAndrew Kelley
2024-04-15ArgIteratorWindows: Match post-2008 C runtime rather than CommandLineToArgvWRyan Liptak
2024-03-21std: promote tests to doctestsAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-24Use stack fallback allocator to usually avoid extra heap allocation in getEnv...Ryan Liptak
2024-02-24Fix handling of Windows (WTF-16) and WASI (UTF-8) pathsRyan Liptak
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2024-02-07doc: fix typo in getEnvMapIan Kerins
2024-01-23std.process: return u64 in totalSystemMemoryTristan Ross
2023-12-18Update `ArgIterator` on Windows to follow standard Windows parsing rulesCarl Ã…stholm
2023-11-19lib: correct unnecessary uses of 'var'mlugg
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-02Add illumos OS tagStephen Gregoratto
2023-08-01std.process.totalSystemMemory: return correct error type on FreeBSDKitty-Cricket Piapiac
2023-07-31Revert "std.process: further totalSystemMemory portage"Andrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-15openbsd: fix std.c.getdents and debitrotMichael Dusan
2023-06-10InternPool: add optional coercionJacob Young
2023-06-10process: add more missing constJacob Young
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-04-28update codebase to use `@memset` and `@memcpy`Andrew Kelley
2023-04-24std.process: further totalSystemMemory portageDavid CARLIER
2023-04-23process: add args definition commentNicolas Sterchele
2023-04-22process: totalSystemMemory freebsd portageDavid CARLIER
2023-04-14windows: replace GetPhysicallyInstalledSystemMemory with ntdll.xEgoist
2023-04-06Fix crash on some Windows machinesalion02
2023-03-25std.process.Child: implement maxrss on Darwintjog
2023-03-15remove bad unit test from std libAndrew Kelley