aboutsummaryrefslogtreecommitdiff
path: root/lib/std/c.zig
AgeCommit message (Expand)Author
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