aboutsummaryrefslogtreecommitdiff
path: root/system/libraries/io/stream.zig
AgeCommit message (Collapse)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby1-41/+0
2026-02-20feat: Refactor path handling to use location utilities and update related ↵Bobby1-2/+2
structures - Replaced path references with location in various modules for consistency. - Updated attachment management to use location instead of path. - Enhanced I/O operations to handle location parameters. - Removed deprecated path utilities and integrated location utilities. - Adjusted limits and parameters for kata and attachment management.
2026-02-15feat: Add core libraries for color, formatting, I/O, string manipulation, ↵Bobby1-0/+41
and memory utilities