aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c
AgeCommit message (Expand)Author
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
2020-01-05std-c improve error reporting and decl parsingVexu
2020-01-05std-c tokenizer always add newline tokenVexu
2020-01-05std-c parser fndef and static assertVexu
2020-01-05std-c parser DeclSpecVexu
2020-01-05std-c type parsingVexu
2020-01-05std-c ifstmt compoundstmt and errorsVexu
2020-01-05std-c parser and ast organizationVexu
2020-01-05std-c outline parserVexu
2020-01-05std-c ast baseVexu
2020-01-05std-c tokenizer string concatenationVexu
2020-01-05std-c tokenizer line continuation, tests and fixesVexu
2020-01-05std-c tokenizer better special case handlingVexu