aboutsummaryrefslogtreecommitdiff
path: root/tools/update_glibc.zig
AgeCommit message (Expand)Author
2025-08-30update tools and other miscellaneous things to new APIsAndrew Kelley
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-10-13tools/update_glibc: exempt some more filesAndrew Kelley
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2022-07-15std.fs: split `Dir` into `IterableDir`Veikka Tuominen
2021-12-15glibc: remove duplicate files between generic-glibc/ and glibc/include/Andrew Kelley
2021-12-15tools/update_glibc: ignore some more filesAndrew Kelley
2021-12-15update glibc start files to 2.34Andrew Kelley
2021-12-14remove tools/update_glibc.zigAndrew Kelley
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-06-21fix code broken from previous commitJacob G-W
2021-06-03Breaking hash map changes for 0.8.0Martin Wickham
2021-02-27HashMap.put returns !void, not a !booldaurnimator
2021-02-02fix superfluous fmt specifier in update_glibcMichael Dusan
2021-02-01update update_glibc to format strings with "{s}"Michael Dusan
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-23update depreciated code (#7502)g-w1
2020-12-12glibc: do not provide -lcryptAndrew Kelley
2020-12-08glibc: additionally provide -lcryptAndrew Kelley
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-08-22update update_glibc and process_headers to latest zigJan200101
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
2020-04-04add libutil to zig's glibc supportAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-20include ld symbols when generating glibc dummy objectsAndrew Kelley
2020-03-04update glibc abilists for 2.31Andrew Kelley
2020-03-03update update_glibc tool to latest zigAndrew Kelley
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-09-07update glibc ABI lists to 2.30Andrew Kelley
2019-08-24hash_map: adding a StringHashMap for convenienceSahnvour
2019-07-07add an update_glibc tool, delete dummy libc filesAndrew Kelley