Laytan Laats
d3bd1c2110
improve some Negative_Read/Negative_Write logic
...
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`.
2024-04-25 19:08:48 +02:00
gingerBill
5023313c03
Minor cleanups to the core library
2023-09-30 20:26:04 +01:00
gingerBill
3f6775e29b
Update to new io interface
2023-06-08 16:35:24 +01:00
gingerBill
f50fc33749
Clean up of the core library to make the stream vtables not be pointers directly.
2022-09-15 10:00:50 +01:00
gingerBill
251da264ed
Remove unneeded semicolons from the core library
2021-08-31 22:21:13 +01:00
gingerBill
3803bdff5f
Allow bufio.Reader and bufio.Writer to have a configurable max_consecutive_empty_(reads|writes) field
2021-06-24 15:56:58 +01:00
gingerBill
3bcccf88d5
vet all core packages
2021-01-09 23:43:34 +00:00
gingerBill
2ab6cdb98e
Add package bufio; add bufio.Reader
2020-12-05 12:03:57 +00:00