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
/
libc
Age
Commit message (
Expand
)
Author
2020-04-08
zig provides shlwapi.lib for *-windows-gnu
Andrew Kelley
2020-04-06
mingw-w64: add 32-bit version.def
Andrew Kelley
2020-04-06
provide ___mb_cur_max_func for i386-windows-gnu
Andrew Kelley
2020-04-05
use mingw-w64 to provide -luuid if requested
Andrew Kelley
2020-04-04
add libutil to zig's glibc support
Andrew Kelley
2020-03-27
zig c++: get it working with musl and mingw-w64
Andrew Kelley
2020-03-20
include ld symbols when generating glibc dummy objects
Andrew Kelley
2020-03-12
update musl src files to v1.2.0
Andrew Kelley
2020-03-12
update musl headers to v1.2.0
Andrew Kelley
2020-03-05
reapply mingw-w64 header patches
Andrew Kelley
2020-03-05
update mingw-w64 source files to v7.0.0
Andrew Kelley
2020-03-05
update mingw-w64 headers to v7.0.0
Andrew Kelley
2020-03-04
update glibc source files to 2.31
Andrew Kelley
2020-03-04
update glibc abilists for 2.31
Andrew Kelley
2020-03-03
update glibc headers to 2.31
Andrew Kelley
2020-01-31
windows: Add psapi API
LemonBoy
2019-12-02
add missing license files
Andrew Kelley
2019-10-17
update musl src to v1.1.24
Andrew Kelley
2019-10-17
update musl headers to v1.1.24
Andrew Kelley
2019-10-16
only look for .defs when needed; remove samsrv.dll cross compiling support
Andrew Kelley
2019-10-16
add more cross compiling support for windows system dlls
Andrew Kelley
2019-10-16
add cross compiling support for opengl32.dll
Andrew Kelley
2019-10-09
Add a bunch of mingw lib32 .def files
LemonBoy
2019-10-09
Fix compilation w/ clang
LemonBoy
2019-09-27
Backport patch for Musl libc
LemonBoy
2019-09-25
musl [PATCH] arm: fix setjmp and longjmp asm for armv8-a
Andrew Kelley
2019-09-22
mingw-w64 libc: fix incorrect detection of _xgetbv
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-10
update glibc src files to 2.30
Andrew Kelley
2019-09-10
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-09-07
update glibc ABI lists to 2.30
Andrew Kelley
2019-09-07
update glibc headers to 2.30
Andrew Kelley
2019-09-02
Merge remote-tracking branch 'origin/master' into llvm9
Andrew Kelley
2019-08-30
musl: fix alltypes.h and syscall.h not being correct
Andrew Kelley
2019-07-18
carry some upstream patches to musl to fix riscv inline asm
Andrew Kelley
2019-07-16
update bundled musl source to 1.1.23
Andrew Kelley
2019-07-16
update musl headers to musl v1.1.23
Andrew Kelley
2019-07-15
mingw libc can link against ntdll
Andrew Kelley
2019-07-15
move lib dirs to lib subdir
Andrew Kelley