aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2024-11-07Add missing Darwin declarations (#21929)Daniel Hooper
2024-11-02Merge pull request #21860 from alexrp/llvm-triple-stuffAlex Rønne Petersen
2024-11-01std.c: Added `utsname` struct definition for `.macos` (#21873)Brook Jeynes
2024-11-01std.Target: Add support for specifying Android API level.Alex Rønne Petersen
2024-10-07dragonfly std: more std.c supportMichael Dusan
2024-10-04std.c: Make dlopen() accept null for the path parameter.Alex Rønne Petersen
2024-10-04Merge pull request #21578 from alexrp/s390x-portingAlex Rønne Petersen
2024-10-04Merge pull request #21577 from alexrp/mips32-statAlex Rønne Petersen
2024-10-04std.c: Fix Sigaction struct for s390x-linux-gnu.Alex Rønne Petersen
2024-10-03Merge pull request #21570 from alexrp/windows-itaniumAlex Rønne Petersen
2024-10-03std.c: Fix Stat struct layout for mips/mipsel with glibc.Alex Rønne Petersen
2024-09-28Initial port work for `*-windows-itanium` support.Alex Rønne Petersen
2024-09-24std.Target: Introduce Abi.androideabi to distinguish the soft float case.Alex Rønne Petersen
2024-09-01std.c: fix pthread_mutex_t size for x86_64-linux-gnuJeremy Hertel
2024-08-31std.c.passwd: support macOS and NetBSDfn ⌃ ⌥
2024-08-27lib,test,tools,doc: update usages of @exportmlugg
2024-08-23Update c.zig, openbsd don't have getcontextbilaliscarioth
2024-08-18std.c: Fix Sigaction struct for glibc on mips/mips64.Alex Rønne Petersen
2024-08-18std.c: Fix Stat struct for mips/mips64 on linux.Alex Rønne Petersen
2024-08-12std.Target: Remove minix OS tag.Alex Rønne Petersen
2024-08-07POSIX link() syscall only takes two arguments (no flags)Pat Tullmann
2024-08-07Add getppid to std.c and std.os.linux.Jeffrey C. Ollie
2024-07-30std.Target: Remove `sparcel` architecture tag.Alex Rønne Petersen
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