index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
c.zig
Age
Commit message (
Expand
)
Author
2020-04-01
std: Use the versioned libc symbols if needed
LemonBoy
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-25
Merge pull request #4793 from LemonBoy/netbsd-forever
Andrew Kelley
2020-03-24
std: Fix setsockopt definition
LemonBoy
2020-03-24
std: Slim duplicate logic for some calls
LemonBoy
2020-03-23
std: Tell pthread the guard page size is zero
LemonBoy
2020-03-13
zig build system: correctly handle multiple output artifacts
Andrew Kelley
2020-03-12
std: Add setEndPos to fs.file
LemonBoy
2020-03-03
std: add os.fstatat
daurnimator
2020-03-03
std: add Dir.changeDir as wrapper around fchdir
daurnimator
2020-03-03
std: add mkdirat
daurnimator
2020-03-03
breaking: std.os read/write functions + sendfile
Andrew Kelley
2020-02-28
implement native OS version detection for linux
Andrew Kelley
2020-02-28
complete the native target detection based on /usr/bin/env
Andrew Kelley
2020-02-28
introduce operating system version ranges as part of the target
Andrew Kelley
2020-02-22
update std lib to integrate with libc for environ
Andrew Kelley
2020-02-16
self-hosted libc detection
Andrew Kelley
2020-02-07
add fcntl support on darwin
Andrew Kelley
2020-02-04
Add basic linux termios implementation
nofmal
2020-01-29
Merge pull request #4317 from Vexu/std-c
Andrew Kelley
2020-01-18
std: turn EAI_ constants into a non-exhaustive enum
daurnimator
2020-01-05
std.os.getrusage: add C extern fn and reserved field
Andrew Kelley
2020-01-05
std-c parser DeclSpec
Vexu
2020-01-05
std-c outline parser
Vexu
2020-01-05
std-c ast base
Vexu
2019-12-30
std.c: c_uint -> u32 for sockopt functions
Luna
2019-12-30
move parameters on sockopt functions to c_uint
Luna
2019-12-30
std.c: add setsockopt
Luna
2019-12-29
Merge pull request #3968 from daurnimator/sigprocmask
Andrew Kelley
2019-12-22
ResetEvent: broadcast by default
kprotty
2019-12-22
std: sigprocmask set is optional
daurnimator
2019-12-17
[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...
Raul Leal
2019-12-10
improve dynamic library API
Andrew Kelley
2019-11-26
Definition fixups & ResetEvent test cases
kprotty
2019-11-26
Start on ResetEvent
kprotty
2019-11-25
more sentinel-terminated pointers std lib integration
Andrew Kelley
2019-11-24
make std.mem.toSlice use null terminated pointers
Andrew Kelley
2019-11-23
update the stage1 implementation to the new proposal
Andrew Kelley
2019-11-21
better error message when null termination does not match
Andrew Kelley
2019-11-08
fixups and zig fmt
Andrew Kelley
2019-11-08
Merge branch 'adaptive_lock' of https://github.com/kprotty/zig into kprotty-a...
Andrew Kelley
2019-11-07
pthread_sched_yield -> sched_yield
kprotty
2019-11-07
move SpinLock definitions around
kprotty
2019-11-05
std: Add definitions for (deprecated) futimes and utimes C functions
daurnimator
2019-11-05
std: close is OSX specific
daurnimator
2019-10-30
Merge branch 'std.net'
Andrew Kelley
2019-10-30
DragonFlyBSD support
Tse
2019-10-29
implement CNAME expansion
Andrew Kelley
2019-10-29
basic DNS address resolution for linux without libc
Andrew Kelley
2019-10-28
std.net.getAddressList
Andrew Kelley
[next]