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
Group-Canceled
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
groupAwait
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
/
src
/
glibc.cpp
Age
Commit message (
Expand
)
Author
2020-09-17
delete all stage1 c++ code not directly related to compiling stage2
Andrew Kelley
2020-09-11
std, stage1: make shared library versioning optional
Isaac Freund
2020-04-19
stage1: Fix signed multiplication overflow
LemonBoy
2020-04-04
add libutil to zig's glibc support
Andrew Kelley
2020-03-20
glibc: include ld symbols and proper soname for ld
Andrew Kelley
2020-02-28
remove special darwin os version min handling
Andrew Kelley
2020-02-28
stage1: remove get_self_libc_path
Andrew Kelley
2020-02-21
remove sub-arch from stage1
Andrew Kelley
2020-02-10
stage1: memory/report overhaul
Michael Dusan
2020-01-15
stage1: move local native_libc.txt to global
Michael Dusan
2019-10-17
rework the progress module and integrate with stage1
Andrew Kelley
2019-09-22
tolerate windows newlines in glibc text files
Andrew Kelley
2019-09-22
more helpful error message when failing to parse glibc abi.txt
Andrew Kelley
2019-09-22
significantly increase test coverage
Andrew Kelley
2019-07-08
avoid dependency on linux/limits.h header
Andrew Kelley
2019-07-07
remove debug log
Andrew Kelley
2019-07-07
ability to target any glibc version
Andrew Kelley