aboutsummaryrefslogtreecommitdiff
path: root/std/io/seekable_stream.zig
AgeCommit message (Collapse)Author
2019-09-25mv std/ lib/Andrew Kelley
that's all this commit does. further commits will fix cli flags and such. see #2221
2019-05-26do Jay's suggestion with posix/os API naming & layoutAndrew Kelley
2019-05-13Mmap debug info on linuxMarc Tiehuis
Closes #907.
2019-04-28Make io offsets/sizes u64 instead of usizeLemonBoy
Decouple the concepts of address-space size and file size. Closes #637
2019-03-02rename std lib files to new conventionAndrew Kelley
2018-12-02introduce std.io.SeekableStreamAndrew Kelley
Relevant #764 dwarf debug info is modified to use this instead of std.os.File directly to make it easier for bare metal projects to take advantage of debug info parsing