aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
2020-08-24Link against libSystem when generating Mach-O exeJakub Konka
2020-08-20Merge pull request #6103 from Vexu/externAndrew Kelley
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-20correct llvm linkage conversionVexu
2020-08-20disallow extern variables with initializersVexu
2020-08-17std: signalfd: fix the types of things; add testAndrew Kelley
2020-08-17add signalfd to std.c.linuxLuna
2020-08-11copy_file_range linux syscall (#6010)Maciej Walczak
2020-07-27translate-c: use ArrayList for macro tokensVexu
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-24Use fstatat on macOS (otherwise uses 32bit)Jakub Konka
2020-06-20zig fmtAndrew Kelley
2020-05-26Use std.ComptimeStringMap in the C tokenizerRyan Liptak
2020-05-16macos: use realpath$DARWIN_EXTSNMichael Dusan
2020-05-05zig fmtTadeo Kondrak
2020-05-01Add arc4random_buf() in NetBSD libc, use it to implement getrandom()nia
2020-04-01std: Use the versioned libc symbols if neededLemonBoy
2020-04-01std: Fix more NetBSD bitsLemonBoy
2020-03-24std: Slim duplicate logic for some callsLemonBoy
2020-03-23std: Use getdents on all the BSDsLemonBoy
2020-03-23std: Add missing C defines for NetBSDLemonBoy
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-05std: fix sendfile on macOS and FreeBSDMichael Dusan
2020-03-03fix macosx and freebsd build failuresAndrew Kelley
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-03-02std: implement sendfile on linuxTerin Stock
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-14fix c tokenizer bugVexu
2020-02-13fix c tokenizer bugVexu
2020-02-10translate-c float fixesVexu
2020-02-05Merge pull request #4363 from Vexu/trans-std-cAndrew Kelley
2020-02-05fix regressions in comments and string prefixesVexu
2020-02-02fix regressionsVexu
2020-02-01Run `zig fmt`LemonBoy
2020-01-29Merge pull request #4317 from Vexu/std-cAndrew Kelley
2020-01-29std-c add todos to unfinished parsing functioinsVexu
2020-01-27Unify the two DWARF interpretersLemonBoy
2020-01-19std-c redo scoping, do string concatanation in parserVexu
2020-01-18std: turn EAI_ constants into a non-exhaustive enumdaurnimator
2020-01-14std-c todos and small fixesVexu
2020-01-11std-c parse switchVexu
2020-01-09New @export() handlingLemonBoy
2020-01-08std-c parser loopsVexu
2020-01-07std-c parser declaratorIsFunction and small fixesVexu
2020-01-07std-c parser add optionsVexu
2020-01-07std-c declaration parsingVexu
2020-01-07std-c parser record and enum specifiersVexu
2020-01-07std-c parser typing improvementsVexu
2020-01-06std-c parser declaratorVexu
2020-01-06std-c parse pointerVexu