aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
2020-03-24std: Slim duplicate logic for some callsLemonBoy
2020-03-23std: Tell pthread the guard page size is zeroLemonBoy
2020-03-13zig build system: correctly handle multiple output artifactsAndrew Kelley
2020-03-12std: Add setEndPos to fs.fileLemonBoy
2020-03-03std: add os.fstatatdaurnimator
2020-03-03std: add Dir.changeDir as wrapper around fchdirdaurnimator
2020-03-03std: add mkdiratdaurnimator
2020-03-03breaking: std.os read/write functions + sendfileAndrew Kelley
2020-02-28implement native OS version detection for linuxAndrew Kelley
2020-02-28complete the native target detection based on /usr/bin/envAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-22update std lib to integrate with libc for environAndrew Kelley
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-07add fcntl support on darwinAndrew Kelley
2020-02-04Add basic linux termios implementationnofmal
2020-01-29Merge pull request #4317 from Vexu/std-cAndrew Kelley
2020-01-18std: turn EAI_ constants into a non-exhaustive enumdaurnimator
2020-01-05std.os.getrusage: add C extern fn and reserved fieldAndrew Kelley
2020-01-05std-c parser DeclSpecVexu
2020-01-05std-c outline parserVexu
2020-01-05std-c ast baseVexu
2019-12-30std.c: c_uint -> u32 for sockopt functionsLuna
2019-12-30move parameters on sockopt functions to c_uintLuna
2019-12-30std.c: add setsockoptLuna
2019-12-29Merge pull request #3968 from daurnimator/sigprocmaskAndrew Kelley
2019-12-22ResetEvent: broadcast by defaultkprotty
2019-12-22std: sigprocmask set is optionaldaurnimator
2019-12-17[#3844 + #3767] update std.c and std.os.linux to use null-terminated pointer ...Raul Leal
2019-12-10improve dynamic library APIAndrew Kelley
2019-11-26Definition fixups & ResetEvent test caseskprotty
2019-11-26Start on ResetEventkprotty
2019-11-25more sentinel-terminated pointers std lib integrationAndrew Kelley
2019-11-24make std.mem.toSlice use null terminated pointersAndrew Kelley
2019-11-23update the stage1 implementation to the new proposalAndrew Kelley
2019-11-21better error message when null termination does not matchAndrew Kelley
2019-11-08fixups and zig fmtAndrew Kelley
2019-11-08Merge branch 'adaptive_lock' of https://github.com/kprotty/zig into kprotty-a...Andrew Kelley
2019-11-07pthread_sched_yield -> sched_yieldkprotty
2019-11-07move SpinLock definitions aroundkprotty
2019-11-05std: Add definitions for (deprecated) futimes and utimes C functionsdaurnimator
2019-11-05std: close is OSX specificdaurnimator
2019-10-30Merge branch 'std.net'Andrew Kelley
2019-10-30DragonFlyBSD supportTse
2019-10-29implement CNAME expansionAndrew Kelley
2019-10-29basic DNS address resolution for linux without libcAndrew Kelley
2019-10-28std.net.getAddressListAndrew Kelley
2019-10-20breaking: improve std.fs directory handling APIAndrew Kelley
2019-09-25mv std/ lib/Andrew Kelley