COMMITS
/ lib/std/process.zig January 13, 2022
J
remove unnecessary self argument
Jonathan Marler committed
December 19, 2021
O
Change `ArgIterator.next()` return type
ominitay committed
October 29, 2021
L
allocgate: renamed getAllocator function to allocator
Lee Cannon committed
October 28, 2021
L
allocgate: std Allocator interface refactor
Lee Cannon committed
November 30, 2021
A
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley committed
October 5, 2021
A
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley committed
August 31, 2021
S
Initial bringup of the Solaris/Illumos port
Stephen Gregoratto committed
August 24, 2021
A
remove redundant license headers from zig standard library
Andrew Kelley committed
A
std: [breaking] move errno to become an nonexhaustive enum
Andrew Kelley committed
August 9, 2021
T
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda committed
August 6, 2021
R
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak committed
July 26, 2021
T
WASI,libc: enable tests.
Takeshi Yoneda committed
June 21, 2021
M
Add support for NO_COLOR
Martin Wickham committed
June 20, 2021
J
fix code broken from previous commit
Jacob G-W committed
June 3, 2021
M
Breaking hash map changes for 0.8.0
Martin Wickham committed
May 22, 2021
A
avoid usage of execv on Haiku
Al Hoang committed
May 4, 2021
V
std: update usage of std.testing
Veikka Tuominen committed
December 29, 2020
A
initial support for haiku continue clean up
Al Hoang committed
A
std.process: update arg iterator tests
Andrew Kelley committed
December 25, 2020
A
initial support for haiku past stage0
Al Hoang committed
November 26, 2020
L
std: Use {s} instead of {} when printing strings
LemonBoy committed
December 27, 2020
I
std: clean up sentinel handling for argv/environ
Isaac Freund committed
December 26, 2020
A
std: do not call malloc() between fork() and execv()
Andrew Kelley committed
November 30, 2020
R
Switch to using unicode when parsing the command line on windows (#7241)
Rageoholic committed
November 6, 2020
J
remove deprecated uses of ArrayList.span
Josh Holland committed
October 22, 2020
C
Make argsAlloc/ArgIterator return zero-sentinel strings (#6720)
chwayne committed
October 17, 2020
S
Merge branch 'master' into openbsd-minimal
Sebastien Marie committed
October 12, 2020
V
Rename .macosx to .macos
Vignesh Rajagopalan committed
October 11, 2020
S
add minimal openbsd support
Sébastien Marie committed
September 10, 2020
I
std: fix bitrot in process.posixGetUserInfo()
Isaac Freund committed
September 3, 2020
I
std: fix linux uid_t, use uid_t/gid_t in std.os
Isaac Freund committed
August 20, 2020
A
add license header to all std lib files
Andrew Kelley committed
July 4, 2020
J
std.mem.dupe is deprecated, move all references in std
joachimschmidt557 committed
June 22, 2020
C
ArgIteratorWindows: simplify quote state tracking
Carter Sande committed
C
ArgIteratorWindows: don't treat unclosed quotes like they're escaped
Carter Sande committed
June 9, 2020
J
Support Reader for InStream
Jonathan Marler committed
May 29, 2020
J
Fix args iterator test
Jakub Konka committed
J
Make ArgIterator.init() a compile error in WASI
Jakub Konka committed
March 28, 2020
J
In getCwdAlloc, geometrically allocate larger buffers to find an appropriate size.
Jonathan S committed
March 27, 2020
J
May 20, 2020
J
Add ArgIteratorWasi and integrate it with ArgIterator
Jakub Konka committed
May 5, 2020
J
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka committed
April 4, 2020
X
rename mem.separate to mem.split
xackus committed
March 30, 2020
A
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley committed
February 11, 2020
D
std: use ArrayList instead of Buffer from std/process.zig
daurnimator committed
February 27, 2020
A
std.zig.system.NativeTargetInfo.detect: almost no Allocator
Andrew Kelley committed
February 25, 2020
A
introduce operating system version ranges as part of the target
Andrew Kelley committed
February 24, 2020
A
Merge pull request #4516 from xackus/remove-bytes-to-slice
Andrew Kelley committed