zig/lib/c
2026-01-30 08:16:39 +01:00
..
stdlib feat(libzigc): avoid division/multiplication in drand48 and erand48 2026-01-14 23:48:07 +01:00
sys fix(libzigc): export mincore 2026-01-27 00:06:18 +01:00
common.zig fix(libzigc): always apply strong linkage, even when testing 2026-01-29 10:39:38 +01:00
ctype.zig fix(libzigc): properly handle EOF in ctype 2026-01-13 05:58:41 +01:00
inttypes.zig feat(libzigc): add div, ldiv, lldiv and imaxdiv 2026-01-07 21:53:40 +01:00
math.zig Add f16, f80 and f128 support for atan 2026-01-30 06:20:14 +01:00
stdlib.zig feat(libzigc): implement the drand48 family 2026-01-14 13:14:33 +01:00
string.zig feat(libzigc): use common implementations for strings.h and string.h 2026-01-17 22:37:29 +01:00
strings.zig feat(libzigc): use common implementations for strings.h and string.h 2026-01-17 22:37:29 +01:00
sys.zig feat(libzigc): move over some linux syscalls 2026-01-24 20:41:15 +01:00
unistd.zig feat(libzigc): move over some linux syscalls 2026-01-24 20:41:15 +01:00
wchar.zig feat(libzigc): add wcstok and reuse more std.mem code 2026-01-17 21:42:40 +01:00