zig/lib
Michael Neumann 8b5e4e032b
lib/std/c: sync "struct stat" for DragonFly
* Add missing functions like ISDIR() or ISREG(). This is required to
  build the zig compiler

* Use octal notation for the S_ constants. This is how it is done for
  ".freebsd" and it is also the notation used by DragonFly in
  "sys/stat.h"

* Reorder S_ constants in the same order as ".freebsd" does. Again, this
  follows the ordering within "sys/stat.h"
2025-09-28 08:18:31 +02:00
..
build-web webui: fixup build errors in fuzz / time_report 2025-09-12 02:32:06 +02:00
c libc: implement common abs for various integer sizes (#23893) 2025-05-21 00:57:38 +02:00
compiler zig reduce: adapt to new Writer API 2025-08-22 04:19:31 +02:00
compiler_rt compiler-rt: export __aeabi_read_tp for arm-freebsd 2025-09-12 02:35:41 +02:00
docs std.io.Writer.Allocating: rename getWritten() to written() 2025-08-13 01:43:52 -07:00
include
init fix: fix typo in comment by removing repeated 'business' word 2025-08-25 18:51:34 +02:00
libc musl: add missing fenv C dummy functions for loongarch64-linux-muslsf 2025-09-28 08:18:18 +02:00
libcxx libcxx: Fix locale-related compilation errors on NetBSD. 2025-06-06 11:22:20 +02:00
libcxxabi
libtsan tsan: remove usage of libnvmm and libncurses headers on netbsd 2025-08-14 07:11:07 +02:00
libunwind libunwind: Fix return type of DwarfFDECache<A>::findFDE() 2025-06-30 06:40:17 +02:00
std lib/std/c: sync "struct stat" for DragonFly 2025-09-28 08:18:31 +02:00
c.zig libc: implement common abs for various integer sizes (#23893) 2025-05-21 00:57:38 +02:00
compiler_rt.zig aarch64: implement more optional/error union/union support 2025-07-26 21:39:50 -04:00
fuzzer.zig build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00
ubsan_rt.zig ubsan-rt: export symbols with hidden visibility 2025-08-25 18:50:59 +02:00
zig.h cbe: emit nonstring attribute 2025-08-11 11:30:51 -07:00