| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | `Empty` -> `Unsupported`bill/io-error-changes | gingerBill | 2025-11-14 | 1 | -1/+1 |
| | | |||||
| * | Improve docs for `core:bufio`; Rename `scanner_scan` -> `scan` (keep alias ↵ | gingerBill | 2025-10-07 | 1 | -0/+2 |
| | | | | | of old name) | ||||
| * | improve some Negative_Read/Negative_Write logic | Laytan Laats | 2024-04-25 | 1 | -0/+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`. | ||||
| * | Remove private attributes for #3227 | gingerBill | 2024-03-24 | 1 | -1/+0 |
| | | |||||
| * | Updating to be the correct function name in documentation. | Pix | 2023-08-27 | 1 | -1/+1 |
| | | |||||
| * | Just make the `io.Reader` etc aliases | gingerBill | 2023-06-08 | 1 | -1/+1 |
| | | |||||
| * | Update to new io interface | gingerBill | 2023-06-08 | 1 | -39/+20 |
| | | |||||
| * | Partially buffer `fmt.fprint*` related calls using a `bufio.Writer` | gingerBill | 2023-04-27 | 1 | -0/+8 |
| | | |||||
| * | Clean up of the core library to make the stream vtables not be pointers ↵ | gingerBill | 2022-09-15 | 1 | -2/+2 |
| | | | | | directly. | ||||
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -96/+96 |
| | | |||||
| * | Add more uses of `or_return` | gingerBill | 2021-08-15 | 1 | -3/+1 |
| | | |||||
| * | Allow `bufio.Reader` and `bufio.Writer` to have a configurable ↵ | gingerBill | 2021-06-24 | 1 | -2/+8 |
| | | | | | `max_consecutive_empty_(reads|writes)` field | ||||
| * | vet all core packages | gingerBill | 2021-01-09 | 1 | -1/+1 |
| | | |||||
| * | Add bufio.Writer and bufio.Read_Writer | gingerBill | 2020-12-05 | 1 | -0/+255 |