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
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
2021-12-16
glibc: add stat_t64_cp.c to libnonshared.a
Andrew Kelley
2021-12-16
glibc: i386: make glibc not use invalid inline asm syntax
Andrew Kelley
2021-12-16
glibc: fix some inconsistent flags with upstream
Andrew Kelley
2021-12-15
glibc: improve RISC-V support
Andrew Kelley
2021-12-15
glibc: use linux-specific files for nonshared
Andrew Kelley
2021-12-15
update glibc start files to 2.34
Andrew Kelley
2021-12-13
stage2: improved glibc stubs
Andrew Kelley
2021-11-30
allocgate: renamed getAllocator function to allocator
Lee Cannon
2021-11-30
allocgate: stage 1 and 2 building
Lee Cannon
2021-11-30
allocgate: std Allocator interface refactor
Lee Cannon
2021-11-29
update libc linux headers to v5.16-rc3
Andrew Kelley
2021-10-16
Add build.zig and command line flags
Lee Cannon
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-09
CLI: remove --verbose-ast and --verbose-tokenize
Andrew Kelley
2021-05-12
Fix crti/crtn path for SPARC
Koakuma
2021-05-11
stage2: error if requested glibc version too high
Isaac Freund
2021-05-11
stage2: Change libc components' linking order
LemonBoy
2021-03-12
Merge remote-tracking branch 'origin/master' into llvm12
Andrew Kelley
2021-03-09
stage2: Fix glibc lookup path for MIPS crt files
LemonBoy
2021-02-28
glibc: clang 12 assembler regression workaround
Andrew Kelley
2021-01-11
stage2: cleanups regarding red zone CLI flags
Andrew Kelley
2021-01-11
Added support for no red zone
Lee Cannon
2021-01-02
convert more {} to {d} and {s}
Andrew Kelley
2021-01-02
stage2: Use {s} instead of {} when formatting strings
LemonBoy
2020-12-24
stage2: re-use compiler runtime libs across opt modes and strip flag
Andrew Kelley
2020-12-24
stage2: fix Cache deadlock and build more of TSAN
Andrew Kelley
2020-12-24
WIP start adding support for TSAN
Andrew Kelley
2020-12-20
use kprotty's ThreadPool implementation (v5)
Andrew Kelley
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-15
stage2: Add -include libc-symbols.h when building crtn.S
LemonBoy
2020-12-13
stage2: use %type not @type for libc stubs
Isaac Freund
[next]