jo_sh commented on pull request ziglang/zig#32076 2026年04月28日 04:36:24 +02:00
zigc: ftruncate, readlink, readlinkat

@chrboesch Sure. Do you mean a test for the musl workaround or a more comprehensive set of tests? These mostly forward to the syscall so I wasn't sure if I needed tests. 😆

jo_sh commented on pull request ziglang/zig#32076 2026年04月28日 04:31:43 +02:00
zigc: ftruncate, readlink, readlinkat

That's way nicer. 😵‍💫 I switched both implementations over and force pushed.

jo_sh pushed to zigc-ftruncate-readlink-readlinkat at jo_sh/zig 2026年04月28日 04:20:23 +02:00
698085c52d
zigc: ftruncate, readlink, readlinkat
764760df62 libzigc/math: Implement rintl, lrintl (#31791)
1deb029a66 std: rename bit_set variants and deprecate the managed one.
c166c49b19
build: use -ffunction-sections -fdata-sections for the Zig compiler on Hexagon
dde76ae5f7
libunwind: unregress x32 and mips n32 build
Compare 76 commits »
jo_sh pushed to libzigc-confstr at jo_sh/zig 2026年04月28日 04:15:52 +02:00
6e2e1c8f12
libzigc: unistd.h/confstr
764760df62 libzigc/math: Implement rintl, lrintl (#31791)
1deb029a66 std: rename bit_set variants and deprecate the managed one.
c166c49b19
build: use -ffunction-sections -fdata-sections for the Zig compiler on Hexagon
dde76ae5f7
libunwind: unregress x32 and mips n32 build
Compare 10 commits »
jo_sh pushed to libzigc-confstr at jo_sh/zig 2026年04月27日 04:29:24 +02:00
df26a5d4fd
libzigc: unistd.h/confstr
c47c05386e llvm-libc: update to LLVM 22
9f2f6aaef5 drop support for powerpc64-linux-gnu
8c5542bd38 incremental: add test for changing container kind
814988647f
libcxxabi: unregress arm-freebsd and arm-openbsd build
Compare 127 commits »
jo_sh created pull request ziglang/zig#32076 2026年04月26日 03:05:24 +02:00
zigc: ftruncate, readlink, readlinkat
jo_sh pushed to zigc-ftruncate-readlink-readlinkat at jo_sh/zig 2026年04月26日 02:54:00 +02:00
78330b11cb
zigc: ftruncate, readlink, readlinkat
23bcb8148f add missing CONNECTION_REFUSED and CONNECTION_RESET errors for windows
fb9ba5e4b3 Merge pull request 'llvm: fix multiple_llvm_types handling and aarch64 return types' (#32028) from aarch64-c-abi into master
5cc281e723 std.os.linux: avoid invalid asm error with gcc on x86
f6258b562d Merge pull request 'fix bugs with handling fuzzing crashes' (#32033) from gooncreeper/zig:fuzz-crash-report-bugs into master
Compare 10 commits »
jo_sh created branch zigc-ftruncate-readlink-readlinkat in jo_sh/zig 2026年04月26日 02:54:00 +02:00
jo_sh deleted branch all-da-dups from jo_sh/zig 2026年04月22日 00:45:45 +02:00
jo_sh commented on pull request ziglang/zig#31572 2026年04月20日 02:42:56 +02:00
libzigc: unistd.h/confstr

I retested this with the (VERY AWESOME) new testing features from #31923.

jo_sh pushed to libzigc-confstr at jo_sh/zig 2026年04月20日 02:34:11 +02:00
4e05cb2dd8
libzigc: unistd.h/confstr
dea6914aaa bootstrap.c: fix zig2 version
b0f6889d12 Merge pull request 'docs: langref: Clear up terminology used for top-level doc comments' (#31920) into master
571388a93d langref: use the word "namespace" instead of "container"
f0649e7709 langref: Clear up terminology used for top-level doc comments
Compare 342 commits »
jo_sh commented on pull request ziglang/zig#31782 2026年04月10日 02:38:40 +02:00
libzigc: stdio/perror

Wow, that's almost double in size! I'll hold off on this till the IO work is finished. Or if you have another solution, I'll fix this PR up based on your suggestions. 😁

jo_sh created pull request ziglang/zig#31803 2026年04月10日 02:38:25 +02:00
libzigc: dup2 and dup3
jo_sh pushed to all-da-dups at jo_sh/zig 2026年04月10日 02:12:29 +02:00
143d545faa
libzigc: dup2 and dup3
jo_sh pushed to all-da-dups at jo_sh/zig 2026年04月09日 21:06:42 +02:00
de15b2798d
libzigc: dup2 and dup3
ac6fb0b59a Correct Element and Tag in crypto.codecs.asn1 (#31511)
36e2eaf2bd revert zig libc implementation of pow (#31794)
5ccfeb9268 std.Io.net: add error.PortUnreachable to NetReceive
4bdbcfe95b std.posix: handle ENOTCONN in getpeername
Compare 10 commits »
jo_sh created branch all-da-dups in jo_sh/zig 2026年04月09日 21:06:42 +02:00
jo_sh created pull request ziglang/zig#31782 2026年04月08日 02:16:54 +02:00
libzigc: stdio/perror
jo_sh pushed to libzigc-perror at jo_sh/zig 2026年04月08日 01:36:01 +02:00
eaed4d3120
libzigc: stdio/perror
be878b87c2
std.EnumSet: add back deprecated initialization functions
5ec8e45f3d Io: add failing io (Io.failing)
fd2718f82a fix positional reader discarding (#31593)
8bd0af5eb9 std.http.Client.receiveHead: avoid poisioning pool
Compare 10 commits »
jo_sh created branch libzigc-perror in jo_sh/zig 2026年04月08日 01:36:01 +02:00
jo_sh deleted branch libzigc-stropts-isastream from jo_sh/zig 2026年04月04日 01:39:06 +02:00