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
/
src
/
glibc.zig
Age
Commit message (
Expand
)
Author
2024-08-14
loongarch: add glibc start.S to make zig-bootstrap work for loongarch64-linux...
YANG Xudong
2024-08-07
loongarch: various architecture specific fixes (#20912)
YANG Xudong
2024-08-07
Merge pull request #20909 from alexrp/glibc-riscv
Andrew Kelley
2024-08-07
Merge pull request #20894 from alexrp/target-cleanup-4
Andrew Kelley
2024-08-05
Revert "glibc: Add a temporary hack in abilists loading due to sparcel removal."
Andrew Kelley
2024-08-02
glibc: Set -frounding-math like upstream.
Alex Rønne Petersen
2024-08-02
glibc: Define NO_INITFINI for non-legacy architectures.
Alex Rønne Petersen
2024-08-01
glibc: Fix some target architecture checks to include thumb and powerpcle.
Alex Rønne Petersen
2024-07-30
glibc: Add a temporary hack in abilists loading due to sparcel removal.
Alex Rønne Petersen
2024-07-30
std.Target: Remove `sparcel` architecture tag.
Alex Rønne Petersen
2024-05-27
update the codebase for the new std.Progress API
Andrew Kelley
2024-05-03
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak
2024-03-21
std.Build.Cache: use an array hash map for files
Andrew Kelley
2024-03-11
std.builtin: make link mode fields lowercase
Tristan Ross
2024-03-06
Package.Module: deduplicate identical builtin modules
mlugg
2024-02-27
move `zig libc` command to be lazily built
Andrew Kelley
2024-01-04
src/target: Restrict usable glibc versions
Pat Tullmann
2024-01-04
glibc: get correct files compiled into libc_nonshared.a
Kang Seonghoon
2024-01-01
Compilation: make create() take an arena allocator
Andrew Kelley
2024-01-01
glibc: fix crash from not setting owner module
Andrew Kelley
2024-01-01
fix compilation errors when enabling llvm
Andrew Kelley
2024-01-01
glibc: update to new Compilation API
Andrew Kelley
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-08
CLI: finish updating module API usage
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-17
std: replace builtin.Version with SemanticVersion
r00ster91
2023-06-03
Merge pull request #15579 from squeek502/mem-delimiters
Andrew Kelley
2023-05-26
std.Target adjustments
Veikka Tuominen
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-03-17
main: add debug option to dump unoptimized llvm ir
Jacob Young
2023-03-15
compiler: update function accepts a std.Progress.Node
Andrew Kelley
2023-03-15
progress towards semantic error serialization
Andrew Kelley
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-02-13
move the cache system from compiler to std lib
Andrew Kelley
2022-12-15
glibc: avoid poisoning the cache namespace with zig lib dir
Andrew Kelley
2022-11-22
Cache: introduce prefixes to manifests
Andrew Kelley
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-10-29
glibc: fix race condition when building stubs
Andrew Kelley
2022-09-11
Compilation: handle system C compiler not found
Andrew Kelley
2022-08-25
src/glibc: remove redundant Arch
Motiejus Jakštys
2022-08-25
glibc/abilists: add libresolv stubs
Motiejus Jakštys
2022-08-19
stage2: implement stack protectors
Andrew Kelley
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-01-14
glibc: clean up build logic
Andrew Kelley
2022-01-14
glibc: restore compatibility with glibc<=2.33 for global initializers
xavier
2022-01-03
linker: fix build-obj and -fno-emit-bin
Andrew Kelley
2022-01-02
stage2: introduce CacheMode
Andrew Kelley
2021-12-16
glibc: do not pass -DSHARED to any of the libc_nonshared.a sources
Andrew Kelley
2021-12-16
glibc: don't pass -frounding-math
Andrew Kelley
[next]