aboutsummaryrefslogtreecommitdiff
path: root/lib/std/process.zig
AgeCommit message (Expand)Author
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
2023-03-15add std.process.cleanExitAndrew Kelley
2023-03-15add std.process.totalSystemMemoryAndrew Kelley
2023-03-03std.process.Child: remove pid and handle, add idAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-01-19wasm: avoids allocating zero length buffers for args or envAdrian Cole
2023-01-06Implement some more environment functions for WASI.Brendan Burns
2022-12-30Fix bug in WASI envmap handling.Brendan Burns
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-06std: clean up imports in a couple filesAndrew Kelley
2022-11-16process.zig: remove unused function getSelfExeSharedLibPathsEric Joldasov
2022-09-14Move std.testing.zig_exe_path into build optionsMartin Wickham
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-01Sema: validate deref operator type and valueVeikka Tuominen
2022-05-11document that on Windows, all key arguments in EnvMap must be valid utf8Jonathan Marler
2022-05-11incorporate review changes from squeekJonathan Marler
2022-05-11some fixes to the EnvMap HashContextJonathan Marler
2022-05-11reverse some of the now unneeded changes from squeekJonathan Marler
2022-05-11add unicode supportJonathan Marler
2022-05-11remove extra storage from EnvMap on windowsJonathan Marler
2022-05-11EnvMapWindows: Fix putUtf8 not uppercasing keysRyan Liptak
2022-05-11Set EnvMap.Size to BufMap.BufMapHashMap.SizeRyan Liptak
2022-05-11Update usages of `process.getEnvMap` and change BufMap -> EnvMap where applic...Jonathan Marler
2022-05-11Add `process.EnvMap`, a platform-independent environment variable mapRyan Liptak
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-02-05std.process: add option to support single quotes to ArgIteratorGeneralVeikka Tuominen
2022-01-30Full response file (*.rsp) supportPhaseMage
2022-01-29fix argsAlloc buffer sizeJean Dao
2022-01-20remove unnecessary self argumentJonathan Marler
2021-12-21Change `ArgIterator.next()` return typeominitay
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-24Initial bringup of the Solaris/Illumos portStephen Gregoratto
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-08-24std: [breaking] move errno to become an nonexhaustive enumAndrew Kelley