aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2024-07-28chore: correct non-standard comments.matt ettler
2024-07-28std.Target.Cpu.Arch: Remove the `aarch64_32` tag.Alex Rønne Petersen
2024-07-22std: Wrap setpgid on POSIXNguyễn Gia Phong
2024-07-20std.Target: Remove `kfreebsd` OS specifier.Alex Rønne Petersen
2024-07-19fix regression of flock being called on wasi targetsAndrew Kelley
2024-07-19macos doesn't have pipe2Andrew Kelley
2024-07-19move non-libc stuff out of std.cAndrew Kelley
2024-07-19std.c reorganizationAndrew Kelley
2024-07-16std.c.LC: mark enum as non-exhaustiveEric Joldasov
2024-07-16std.c.setlocale: fix return type to nullable pointerEric Joldasov
2024-07-05std.c: Add setlocale()Linus Groh
2024-05-09handle visionos target OS tag in the compilerJakub Konka
2024-03-23haiku: debitrotJacob Young
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17std: adjust DynLib APIVeikka Tuominen
2024-03-15bsd: debitrot std.cMichael Dusan
2024-03-08std.c: remove unnecessary use of `usingnamespace`mlugg
2024-03-08std.c: do not use `usingnamespace` to define getcontextmlugg
2024-02-24std: fix macos x86_64 to link stat$INODE64Michael Dusan
2024-02-15std.os.termios: fix tc flag types for macosMichael Dusan
2024-02-13std.posix.termios: bring V backAndrew Kelley
2024-02-12std.c.speed_t: consolidate common across osAndrew Kelley
2024-02-12std.os.speed_t: add type safetyAndrew Kelley
2024-02-12std.os.termios: add type safety to lflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to cflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to oflag fieldAndrew Kelley
2024-02-12std.os.termios: add type safety to iflag fieldAndrew Kelley
2024-02-12std.os.termios: consolidate and correctAndrew Kelley
2024-02-12std.c.NCSS: consolidate and correctAndrew Kelley
2024-02-12std.c.cc_t: consolidate same OS valuesAndrew Kelley
2024-02-12std: add type safety to cc_tAndrew Kelley
2024-02-12std.c.O: fix illumos regressionAndrew Kelley
2024-02-11some API work on std.c, std.os, std.os.wasiAndrew Kelley
2024-02-06std.c.MAP: use a packed structAndrew Kelley
2024-01-13std.os: proper use of inlineAndrew Kelley
2024-01-12std: make c.versionCheck() a comptime-known functionMeghan Denny
2023-11-25translate-c: use Aro's tokenizerVeikka Tuominen
2023-10-02Add illumos OS tagStephen Gregoratto
2023-09-16std: correct getcontext for Android bionic libcStephen Gutekanst
2023-07-31Revert "std.c: exposing timer api"Andrew Kelley
2023-07-20c: fixup getcontextkcbanner
2023-07-20c: musl doesn't implement getcontext, so defer to our implementation in that ...kcbanner
2023-07-20c: add getcontextkcbanner
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-18std.c: exposing timer apiDavid CARLIER
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-03std.c: fix return type of recv/recvfrom on windowsdweiller
2023-03-15std: child process API supports rusage dataAndrew Kelley
2023-03-03std: add fchmodatAndrew Kelley