zig/lib/std
Andrew Kelley 05b28409e7 std.Io.Threaded: install and cleanup signal handlers
rather than in start code. delete std.options.keep_sig_io and
std.options.keep_sig_pipe
2025-10-29 06:20:52 -07:00
..
Build std: back out the StackTrace byval changes 2025-10-29 06:20:50 -07:00
builtin feat: init x86_16 arch via CBE 2025-10-27 11:19:51 +01:00
c remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
compress
crypto std.Io.Threaded: fix compilation failures on Windows 2025-10-29 06:20:50 -07:00
debug std.debug.SelfInfo.Windows: less invasive change 2025-10-29 06:20:52 -07:00
dwarf
fmt
fs std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
hash
heap std: fix compilation errors on Windows 2025-10-29 06:20:50 -07:00
http std: fix macos compilation errors 2025-10-29 06:20:49 -07:00
Io std.Io.Threaded: install and cleanup signal handlers 2025-10-29 06:20:52 -07:00
json
math
mem std.mem.Allocator: fix resize doc comment 2025-10-22 11:41:16 +02:00
meta
os std.os.linux.x86: fix signal restore function 2025-10-29 06:20:52 -07:00
posix std: make signal numbers into an enum 2025-10-29 06:20:51 -07:00
process std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
Random
sort
tar compiler: update for introduction of std.Io 2025-10-29 06:20:49 -07:00
Target std.zig.system: upgrade to std.Io.Reader 2025-10-29 06:20:48 -07:00
testing
Thread fix miscellaneous compilation failures 2025-10-29 06:20:50 -07:00
time
tz
unicode
valgrind
zig std.zig.system: fix error set of abiAndDynamicLinkerFromFile 2025-10-29 06:20:51 -07:00
zon
array_hash_map.zig
array_list.zig
ascii.zig
atomic.zig std.atomic: define cache line size for alpha, hppa, microblaze, sh 2025-10-23 09:27:17 +02:00
base64.zig
bit_set.zig
BitStack.zig
buf_map.zig
buf_set.zig
Build.zig std: updating to std.Io interface 2025-10-29 06:20:48 -07:00
builtin.zig std: fix compilation errors on Windows 2025-10-29 06:20:50 -07:00
c.zig std.c: fix msghdr struct on big endian targets 2025-10-29 06:20:52 -07:00
coff.zig
compress.zig
crypto.zig
debug.zig std: make signal numbers into an enum 2025-10-29 06:20:51 -07:00
deque.zig
DoublyLinkedList.zig *LinkedList.remove() assumes node is in the list 2025-10-25 21:10:02 -07:00
dwarf.zig
dynamic_library.zig std: fix seekBy unit test 2025-10-29 06:20:49 -07:00
elf.zig std: updating to std.Io interface 2025-10-29 06:20:48 -07:00
enums.zig
fmt.zig
fs.zig std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
gpu.zig
hash.zig
hash_map.zig std.hash_map: tune slow unit tests 2025-10-29 06:20:52 -07:00
heap.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
http.zig
Io.zig std.Io: add unit test for select 2025-10-29 06:20:52 -07:00
json.zig
leb128.zig
log.zig
macho.zig
math.zig
mem.zig std.mem: improve containsAtLeastScalar implementation and rename 2025-10-29 06:20:49 -07:00
meta.zig std: disable a few failing tests on hexagon 2025-10-16 22:11:51 +02:00
multi_array_list.zig
once.zig
os.zig std.fs: use BadPathName rather than InvalidWtf8 on Windows 2025-10-29 06:20:50 -07:00
pdb.zig
pie.zig std.pie: add sh support 2025-10-23 09:27:17 +02:00
posix.zig std.Io.Threaded: install and cleanup signal handlers 2025-10-29 06:20:52 -07:00
priority_dequeue.zig
priority_queue.zig
process.zig remove all Oracle Solaris support 2025-10-27 07:35:38 -07:00
Progress.zig std: make signal numbers into an enum 2025-10-29 06:20:51 -07:00
Random.zig std.Io.net: progress towards DNS resolution 2025-10-29 06:20:48 -07:00
SemanticVersion.zig
simd.zig std: disable a few failing tests on hexagon 2025-10-16 22:11:51 +02:00
SinglyLinkedList.zig SinglyLinkedList.remove docs: Assumes -> asserts 2025-10-25 21:28:54 -07:00
sort.zig
start.zig std.Io.Threaded: install and cleanup signal handlers 2025-10-29 06:20:52 -07:00
static_string_map.zig
std.zig std.Io.Threaded: install and cleanup signal handlers 2025-10-29 06:20:52 -07:00
tar.zig std.Io: add dirOpenDir and WASI impl 2025-10-29 06:20:50 -07:00
Target.zig Merge pull request #25691 from GasInfinity-Forks/x86_16-gcc 2025-10-28 10:19:21 +01:00
testing.zig std: fix compilation errors on Windows 2025-10-29 06:20:50 -07:00
Thread.zig std.Io.Threaded: add ioBasic which disables networking 2025-10-29 06:20:51 -07:00
time.zig std: fix some Io compilation errors 2025-10-29 06:20:49 -07:00
treap.zig
tz.zig
unicode.zig std: move some windows path checking logic 2025-10-29 06:20:50 -07:00
Uri.zig compiler: update for introduction of std.Io 2025-10-29 06:20:49 -07:00
valgrind.zig
wasm.zig
zig.zig std: updating to std.Io interface 2025-10-29 06:20:48 -07:00
zip.zig
zon.zig