aboutsummaryrefslogtreecommitdiff
path: root/lib/std/process.zig
AgeCommit message (Expand)Author
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
2021-08-09Merge remote-tracking branch 'origin' into libc-wasi-testTakeshi Yoneda
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-27WASI,libc: enable tests.Takeshi Yoneda
2021-07-08Add support for NO_COLORMartin Wickham
2021-06-21fix code broken from previous commitJacob G-W
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-05-24avoid usage of execv on HaikuAl Hoang
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-02-25initial support for haiku continue clean upAl Hoang
2021-02-25initial support for haiku past stage0Al Hoang
2021-01-02std: Use {s} instead of {} when printing stringsLemonBoy
2020-12-31Year++Frank Denis
2020-12-28std.process: update arg iterator testsAndrew Kelley
2020-12-27std: clean up sentinel handling for argv/environIsaac Freund
2020-12-26std: do not call malloc() between fork() and execv()Andrew Kelley
2020-11-30Switch to using unicode when parsing the command line on windows (#7241)Rageoholic
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-10-22Make argsAlloc/ArgIterator return zero-sentinel strings (#6720)chwayne
2020-10-17Merge branch 'master' into openbsd-minimalSebastien Marie
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-11add minimal openbsd supportSébastien Marie
2020-09-10std: fix bitrot in process.posixGetUserInfo()Isaac Freund
2020-09-03std: fix linux uid_t, use uid_t/gid_t in std.osIsaac Freund
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-04std.mem.dupe is deprecated, move all references in stdjoachimschmidt557
2020-06-22ArgIteratorWindows: simplify quote state trackingCarter Sande