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
2024-02-13
std.posix.termios: bring V back
Andrew Kelley
2024-02-12
std.c.speed_t: consolidate common across os
Andrew Kelley
2024-02-12
std.os.speed_t: add type safety
Andrew Kelley
2024-02-12
std.os.termios: add type safety to lflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to cflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to oflag field
Andrew Kelley
2024-02-12
std.os.termios: add type safety to iflag field
Andrew Kelley
2024-02-12
std.os.termios: consolidate and correct
Andrew Kelley
2024-02-12
std.c.NCSS: consolidate and correct
Andrew Kelley
2024-02-12
std.c.cc_t: consolidate same OS values
Andrew Kelley
2024-02-12
std: add type safety to cc_t
Andrew Kelley
2024-02-12
std.c.O: fix illumos regression
Andrew Kelley
2024-02-11
some API work on std.c, std.os, std.os.wasi
Andrew Kelley
2024-02-06
std.c.MAP: use a packed struct
Andrew Kelley
2024-01-13
std.os: proper use of inline
Andrew Kelley
2024-01-12
std: make c.versionCheck() a comptime-known function
Meghan Denny
2023-11-25
translate-c: use Aro's tokenizer
Veikka Tuominen
2023-10-02
Add illumos OS tag
Stephen Gregoratto
2023-09-16
std: correct getcontext for Android bionic libc
Stephen Gutekanst
2023-07-31
Revert "std.c: exposing timer api"
Andrew Kelley
2023-07-20
c: fixup getcontext
kcbanner
2023-07-20
c: musl doesn't implement getcontext, so defer to our implementation in that ...
kcbanner
2023-07-20
c: add getcontext
kcbanner
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-18
std.c: exposing timer api
David CARLIER
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-03
std.c: fix return type of recv/recvfrom on windows
dweiller
2023-03-15
std: child process API supports rusage data
Andrew Kelley
2023-03-03
std: add fchmodat
Andrew Kelley
2023-02-14
Add std.c.umask.
Philippe Pittoli
2023-01-28
netbsd: use versioned __msync13 from libc
Michael Dusan
2023-01-19
Make `res` nullable in `getaddrinfo`
Jarred Sumner
2023-01-02
remove the experimental std.x namespace
Andrew Kelley
2022-12-20
Revert "c.zig: Add definition for pthread_key_t"
Andrew Kelley
2022-12-16
c.zig: Add definition for pthread_key_t
Ganesan Rajagopal
2022-12-06
remove most conditional compilation based on stage1
Andrew Kelley
2022-11-13
pthread_sigmask
Jonathan
2022-09-29
std: Replace use of stage1 function pointers
ominitay
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-24
pthread_key_create: make it build with stage2
Sébastien Marie
2022-05-07
std.c: Move Darwin-unspecific functions from std/c/darwin.zig to std/c.zig
aiotter
2022-05-06
std.c: Add C APIs to read directories
aiotter
2022-04-15
stage2: fix bugs preventing stage2 from building stage3 with LLVM
Veikka Tuominen
2022-03-23
Add sem_open & sem_close
Locria Cyber
2022-03-13
std+macho: revert and fix exposing Mach wrappers in std.os and std.c
Jakub Konka
2022-03-13
std: fix imports for darwin specific flags and funcs
Jakub Konka
2022-02-11
std: validate frame-pointer address in stack walking
m
2022-01-17
std.c: add shm_open and shm_unlink
Meghan
2022-01-12
Use libc if_nametoindex if available when parsing IPs
John Schmidt
[next]