aboutsummaryrefslogtreecommitdiff
path: root/core/bytes/reader.odin
Commit message (Collapse)AuthorAgeFilesLines
* Return `0, nil` in all `io` cases where an empty slice is providedFeoramund2024-08-281-0/+6
|
* Don't invalidate `prev_rune` if `Reader` seek failedFeoramund2024-08-281-1/+1
|
* Make `bytes.reader_init` return an `io.Stream`Feoramund2024-08-281-1/+2
| | | | Makes the API like the other stream `init` procs.
* Update to new io interfacegingerBill2023-06-081-39/+20
|
* Clean up of the core library to make the stream vtables not be pointers ↵gingerBill2022-09-151-2/+2
| | | | directly.
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-79/+79
|
* Make bytes.Reader and strings.Reader have the same interfacegingerBill2020-12-041-3/+3
|
* Update bytes.ReadergingerBill2020-12-041-95/+129
|
* Begin work on `package bytes` (`[]byte` equivalent of `package strings`)gingerBill2020-12-041-0/+143