Andrew Kelley
|
96bd268c8c
|
zig libc: simplify implementation
- use symbol export helper
- move all declarations from common.zig into c.zig
- correct documentation
- delete dead code
|
2026-02-11 07:58:11 +01:00 |
|
GasInfinity
|
06d05decae
|
feat(libzigc): add wcstok and reuse more std.mem code
* also makes `wcpncpy`/`wcsncpy` pad the buffer with zeroes as required
by the standard
|
2026-01-17 21:42:40 +01:00 |
|
GasInfinity
|
e3309aaf4f
|
fix(libzigc): workaround LLVM bug
* looks like we get stuck inside this loop? https://github.com/llvm/llvm-project/blob/2078da43e25a4623cab2d0d60decddf709aaea28/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp#L245-L298
|
2026-01-16 01:58:35 +01:00 |
|
GasInfinity
|
e22bf480aa
|
feat(libzigc): use common implementation for wchar.h
* but does not fully implement it (missing locale/unicode tables)
* also removes their musl/mingw implementation
|
2026-01-15 18:01:20 +01:00 |
|