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-10-07
dragonfly std: more std.c support
Michael Dusan
2024-10-04
std.c: Make dlopen() accept null for the path parameter.
Alex Rønne Petersen
2024-10-04
Merge pull request #21578 from alexrp/s390x-porting
Alex Rønne Petersen
2024-10-04
Merge pull request #21577 from alexrp/mips32-stat
Alex Rønne Petersen
2024-10-04
std.c: Fix Sigaction struct for s390x-linux-gnu.
Alex Rønne Petersen
2024-10-03
Merge pull request #21570 from alexrp/windows-itanium
Alex Rønne Petersen
2024-10-03
std.c: Fix Stat struct layout for mips/mipsel with glibc.
Alex Rønne Petersen
2024-09-28
Initial port work for `*-windows-itanium` support.
Alex Rønne Petersen
2024-09-24
std.Target: Introduce Abi.androideabi to distinguish the soft float case.
Alex Rønne Petersen
2024-09-01
std.c: fix pthread_mutex_t size for x86_64-linux-gnu
Jeremy Hertel
2024-08-31
std.c.passwd: support macOS and NetBSD
fn ⌃ ⌥
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-23
Update c.zig, openbsd don't have getcontext
bilaliscarioth
2024-08-18
std.c: Fix Sigaction struct for glibc on mips/mips64.
Alex Rønne Petersen
2024-08-18
std.c: Fix Stat struct for mips/mips64 on linux.
Alex Rønne Petersen
2024-08-12
std.Target: Remove minix OS tag.
Alex Rønne Petersen
2024-08-07
POSIX link() syscall only takes two arguments (no flags)
Pat Tullmann
2024-08-07
Add getppid to std.c and std.os.linux.
Jeffrey C. Ollie
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-07-28
chore: correct non-standard comments.
matt ettler
2024-07-28
std.Target.Cpu.Arch: Remove the `aarch64_32` tag.
Alex Rønne Petersen
2024-07-22
std: Wrap setpgid on POSIX
Nguyễn Gia Phong
2024-07-20
std.Target: Remove `kfreebsd` OS specifier.
Alex Rønne Petersen
2024-07-19
fix regression of flock being called on wasi targets
Andrew Kelley
2024-07-19
macos doesn't have pipe2
Andrew Kelley
2024-07-19
move non-libc stuff out of std.c
Andrew Kelley
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-16
std.c.LC: mark enum as non-exhaustive
Eric Joldasov
2024-07-16
std.c.setlocale: fix return type to nullable pointer
Eric Joldasov
2024-07-05
std.c: Add setlocale()
Linus Groh
2024-05-09
handle visionos target OS tag in the compiler
Jakub Konka
2024-03-23
haiku: debitrot
Jacob Young
2024-03-19
extract std.posix from std.os
Andrew Kelley
2024-03-17
std: adjust DynLib API
Veikka Tuominen
2024-03-15
bsd: debitrot std.c
Michael Dusan
2024-03-08
std.c: remove unnecessary use of `usingnamespace`
mlugg
2024-03-08
std.c: do not use `usingnamespace` to define getcontext
mlugg
2024-02-24
std: fix macos x86_64 to link stat$INODE64
Michael Dusan
2024-02-15
std.os.termios: fix tc flag types for macos
Michael Dusan
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
[next]