index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
c.zig
Age
Commit message (
Expand
)
Author
2021-05-11
std: Harmonize use of off_t between libc and Zig impls
LemonBoy
2021-05-10
std/os, x/os/socket: windows support, socket helpers, getpeername()
lithdew
2021-05-04
std: remove dead and rotting C parsing code
Andrew Kelley
2021-03-16
std: support optional getaddrinfo arguments
Anders Conbere
2021-03-12
make std.c.getErrno() return same type as _errno() aka c_int
Sébastien Marie
2021-02-21
Rebase link(at) properly
Tau
2021-01-22
std: Update `test ""` to `test` where it makes sense
LemonBoy
2021-01-18
std: define pipe2 only for os that support it
LemonBoy
2021-01-14
organize std lib concurrency primitives and add RwLock
Andrew Kelley
2021-01-12
add pthread_key functions
Sébastien Marie
2021-01-05
std.c add syslog
xackus
2021-01-04
std.c: add some noalias
xackus
2020-12-31
Year++
Frank Denis
2020-12-26
std: add c._exit() and use in ChildProcess
Isaac Freund
2020-12-23
restore std.ResetEvent.isSet functionality
Andrew Kelley
2020-12-23
std.ResetEvent: use sem_t when linking against pthreads
Andrew Kelley
2020-12-23
std.Mutex: integrate with pthreads
Andrew Kelley
2020-12-23
std.c: add fmemopen
xackus
2020-12-22
Improve handling of C compiler intrinsics in translate-c
Evan Haas
2020-12-18
std.crypto.random: introduce fork safety
Andrew Kelley
2020-12-12
std: Improve sigaction interface
LemonBoy
2020-12-07
std.c: freeing null is a no-op
xackus
2020-12-02
std: make the use of pthread_join POSIX-compliant
LemonBoy
2020-11-30
add std.os.shutdown function for sockets
Jonathan Marler
2020-11-21
std: add support for ppoll
Žiga Željko
2020-11-18
add std.heap.raw_c_allocator
Andrew Kelley
2020-11-18
Merge pull request #6385 from LemonBoy/callocator
Andrew Kelley
2020-11-05
Implement a fallback mechanism for posix_memalign
LemonBoy
2020-11-05
std: Make C allocator respect the required alignment
LemonBoy
2020-11-05
std: Split kernel&libc definitions of stat struct
LemonBoy
2020-10-29
Merge pull request #6838 from LemonBoy/netstuff
Andrew Kelley
2020-10-28
Clean up exporting of symbols on Darwin
Jakub Konka
2020-10-27
Apple Silicon: no fstat$INODE64 symbol found
Jakub Konka
2020-10-27
std.os.c.accept/accept4: allow null for addr and len
johnLate
2020-10-17
Merge branch 'master' into openbsd-minimal
Sebastien Marie
2020-10-12
Rename .macosx to .macos
Vignesh Rajagopalan
2020-10-11
add minimal openbsd support
Sébastien Marie
2020-10-06
Update zig files for opaque type syntax
Tadeo Kondrak
2020-10-04
implement {get, set}rlimit for linux
xackus
2020-09-11
std: add prctl definition when linking libc
Isaac Freund
2020-09-10
std: complete C definitions for uid/gid setters
Isaac Freund
2020-09-03
Add C declarations and tests for the sync functions
Jens Goldberg
2020-08-20
add license header to all std lib files
Andrew Kelley
2020-07-27
translate-c: use ArrayList for macro tokens
Vexu
2020-07-11
run zig fmt on std lib and self hosted
Vexu
2020-06-27
Merge pull request #5064 from marler8997/newAllocator
Andrew Kelley
2020-06-26
new allocator interface
Jonathan Marler
2020-06-24
Use fstatat on macOS (otherwise uses 32bit)
Jakub Konka
2020-06-22
Enhance std.os.symlinkat coverage
Jakub Konka
2020-06-02
Add declaration for libc ioctl
Luna
[next]