aboutsummaryrefslogtreecommitdiff
path: root/core/bufio/reader.odin
Commit message (Expand)AuthorAgeFilesLines
* 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
* improve some Negative_Read/Negative_Write logicLaytan Laats2024-04-251-4/+4
* 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 direc...gingerBill2022-09-151-2/+2
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-177/+177
* Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti...gingerBill2021-06-241-2/+8
* vet all core packagesgingerBill2021-01-091-2/+2
* Add `package bufio`; add `bufio.Reader`gingerBill2020-12-051-0/+474