aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
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
2023-02-14Add std.c.umask.Philippe Pittoli
2023-01-28netbsd: use versioned __msync13 from libcMichael Dusan
2023-01-19Make `res` nullable in `getaddrinfo`Jarred Sumner
2023-01-02remove the experimental std.x namespaceAndrew Kelley
2022-12-20Revert "c.zig: Add definition for pthread_key_t"Andrew Kelley
2022-12-16c.zig: Add definition for pthread_key_tGanesan Rajagopal
2022-12-06remove most conditional compilation based on stage1Andrew Kelley
2022-11-13pthread_sigmaskJonathan
2022-09-29std: Replace use of stage1 function pointersominitay
2022-08-27Sema: add error for non-comptime param in comptime funcantlilja
2022-08-24pthread_key_create: make it build with stage2Sébastien Marie
2022-05-07std.c: Move Darwin-unspecific functions from std/c/darwin.zig to std/c.zigaiotter
2022-05-06std.c: Add C APIs to read directoriesaiotter
2022-04-15stage2: fix bugs preventing stage2 from building stage3 with LLVMVeikka Tuominen
2022-03-23Add sem_open & sem_closeLocria Cyber
2022-03-13std+macho: revert and fix exposing Mach wrappers in std.os and std.cJakub Konka
2022-03-13std: fix imports for darwin specific flags and funcsJakub Konka
2022-02-11std: validate frame-pointer address in stack walkingm
2022-01-17std.c: add shm_open and shm_unlinkMeghan