Commit History

Author SHA1 Message Date
  Karl Zylinski 39c85cafa2 Fix for crash when using io.write_u128/io.write_i128 due to buffer being too small 1 year ago
  gingerBill 3f6775e29b Update to new io interface 2 years ago
  Laytan Laats 5d54b710e7 fix #2550 json encoding should use surrogate pairs per RFC7159 2 years ago
  gingerBill c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library 3 years ago
  gingerBill b1ea291942 Fix typos 3 years ago
  gingerBill c6ff88e85a Add `io.write_f16` `io.write_f32` `io.write_f64` 3 years ago
  gingerBill 8e2a0be804 Add an extra optional `^int` parameter to most io read/write calls allowing for simplified `or_return` use with incrementing byte usage 3 years ago
  gingerBill 057310472e Add `io.write_i128` and `io.writer_u128` 3 years ago
  gingerBill b3f2263442 Add `io.write_quoted_*` utility procedures to `package io` 3 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill d99ed692ba Add utility procedures: `io.read_ptr`; `io.write_ptr`; `io.read_ptr_at`; `io.write_ptr_at` 4 years ago
  gingerBill b727b6438b Minimize unneeded casts 4 years ago
  gingerBill f6e2d74d10 Keep -vet happy 4 years ago
  gingerBill aa2562fe7c Replace procedure call 4 years ago
  gingerBill c17d17a9b4 Remove unused procedure 4 years ago
  gingerBill 404c9e40ee Update io/util.odin 4 years ago
  gingerBill 0ef02e6737 Improve packages io and strings; add io.Section_Reader 4 years ago
  gingerBill 6e04b1c429 Remove `using stream` on custom stream types in package io 4 years ago
  gingerBill 18da0b3418 Integrate `package io` into core library 4 years ago
  gingerBill 334a8c46e8 Fix io typos 4 years ago
  gingerBill c4172e3914 Rename stream field names 4 years ago
  gingerBill d9343ae997 Add `package io` 4 years ago