| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve docs for `core:bufio`; Rename `scanner_scan` -> `scan` (keep alias of... | gingerBill | 2025-10-07 | 1 | -0/+4 |
| * | Fix typo from `b.w-b.w` -> `b.w-b.r` | blob1807 | 2025-05-04 | 1 | -1/+1 |
| * | Update `tests\core\encoding\cbor` to use new test runner. | Jeroen van Rijn | 2024-06-02 | 1 | -2/+2 |
| * | improve some Negative_Read/Negative_Write logic | Laytan Laats | 2024-04-25 | 1 | -4/+4 |
| * | Minor cleanups to the core library | gingerBill | 2023-09-30 | 1 | -31/+13 |
| * | Update to new io interface | gingerBill | 2023-06-08 | 1 | -45/+13 |
| * | Clean up of the core library to make the stream vtables not be pointers direc... | gingerBill | 2022-09-15 | 1 | -2/+2 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -177/+177 |
| * | Allow `bufio.Reader` and `bufio.Writer` to have a configurable `max_consecuti... | gingerBill | 2021-06-24 | 1 | -2/+8 |
| * | vet all core packages | gingerBill | 2021-01-09 | 1 | -2/+2 |
| * | Add `package bufio`; add `bufio.Reader` | gingerBill | 2020-12-05 | 1 | -0/+474 |