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
/
tools
/
update_glibc.zig
Age
Commit message (
Expand
)
Author
2025-08-30
update tools and other miscellaneous things to new APIs
Andrew Kelley
2023-11-22
Revert "Merge pull request #12060 from Vexu/IterableDir"
Andrew Kelley
2023-10-13
tools/update_glibc: exempt some more files
Andrew Kelley
2023-05-25
std.fs.file: Rename File.Kind enum values to snake case
Linus Groh
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2021-12-15
glibc: remove duplicate files between generic-glibc/ and glibc/include/
Andrew Kelley
2021-12-15
tools/update_glibc: ignore some more files
Andrew Kelley
2021-12-15
update glibc start files to 2.34
Andrew Kelley
2021-12-14
remove tools/update_glibc.zig
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
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-03
Breaking hash map changes for 0.8.0
Martin Wickham
2021-02-27
HashMap.put returns !void, not a !bool
daurnimator
2021-02-02
fix superfluous fmt specifier in update_glibc
Michael Dusan
2021-02-01
update update_glibc to format strings with "{s}"
Michael Dusan
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2020-12-23
update depreciated code (#7502)
g-w1
2020-12-12
glibc: do not provide -lcrypt
Andrew Kelley
2020-12-08
glibc: additionally provide -lcrypt
Andrew Kelley
2020-11-07
remove deprecated uses of ArrayList.span
Josh Holland
2020-08-22
update update_glibc and process_headers to latest zig
Jan200101
2020-06-12
Fix a few std.sort.sort invocations
Cassidy Dingenskirchen
2020-04-04
add libutil to zig's glibc support
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-20
include ld symbols when generating glibc dummy objects
Andrew Kelley
2020-03-04
update glibc abilists for 2.31
Andrew Kelley
2020-03-03
update update_glibc tool to latest zig
Andrew Kelley
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2019-11-25
rename std.heap.direct_allocator to std.heap.page_allocator
Andrew Kelley
2019-09-07
update glibc ABI lists to 2.30
Andrew Kelley
2019-08-24
hash_map: adding a StringHashMap for convenience
Sahnvour
2019-07-07
add an update_glibc tool, delete dummy libc files
Andrew Kelley