zig/lib/std/io
Andrew Kelley 231a4b8fde
fixups & make some API decisions
Removed:
  std.io.InStream.readUntilDelimiterBuffer

Deprecated:
  std.ArrayList.toSlice
  std.ArrayList.toSliceConst
  std.ArrayList.at
  std.ArrayList.ptrAt
  std.ArrayList.setOrError
  std.ArrayList.set
  std.ArrayList.swapRemoveOrError
  std.Buffer.toSlice
  std.Buffer.toSliceConst
  std.io.InStream.readFull => std.io.InStream.readAll
  std.io.InStream.readAllBuffer

New:
  std.ArrayList.span
  std.ArrayList.expandToCapacity
  std.Buffer.span
  std.io.InStream.readUntilDelimiterArrayList
2020-03-06 18:49:13 -05:00
..
c_out_stream.zig breaking: std.os read/write functions + sendfile 2020-03-03 02:25:26 -05:00
in_stream.zig fixups & make some API decisions 2020-03-06 18:49:13 -05:00
out_stream.zig breaking: std.os read/write functions + sendfile 2020-03-03 02:25:26 -05:00
seekable_stream.zig debug: Fix end-of-stream condition in DWARF parser 2020-02-26 21:02:54 -05:00
test.zig breaking: std.os read/write functions + sendfile 2020-03-03 02:25:26 -05:00