aboutsummaryrefslogtreecommitdiff
path: root/core/bufio/reader.odin
Commit message (Collapse)AuthorAgeFilesLines
* `Empty` -> `Unsupported`bill/io-error-changesgingerBill2025-11-141-1/+1
|
* Improve docs for `core:bufio`; Rename `scanner_scan` -> `scan` (keep alias ↵gingerBill2025-10-071-0/+4
| | | | of old name)
* Fix typo from `b.w-b.w` -> `b.w-b.r`blob18072025-05-041-1/+1
|
* Update `tests\core\encoding\cbor` to use new test runner.Jeroen van Rijn2024-06-021-2/+2
| | | | | | It was leaky and required a substantial number of `loc := #caller_location` additions to parts of the core library to make it easier to track down how and where it leaked. The tests now run fine multi-threaded.
* improve some Negative_Read/Negative_Write logicLaytan Laats2024-04-251-4/+4
| | | | | | | | Returns the actual error if one is set, instead of swallowing it for the less descriptive negative error. Also fixes a out-of-bounds slice error in `bufio.writer_write` because it wasn't checking the returned `m`.
* Minor cleanups to the core librarygingerBill2023-09-301-31/+13
|
* Update to new io interfacegingerBill2023-06-081-45/+13
|
* 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-177/+177
|
* Allow `bufio.Reader` and `bufio.Writer` to have a configurable ↵gingerBill2021-06-241-2/+8
| | | | `max_consecutive_empty_(reads|writes)` field
* vet all core packagesgingerBill2021-01-091-2/+2
|
* Add `package bufio`; add `bufio.Reader`gingerBill2020-12-051-0/+474