Age | Commit message (Expand) | Author |
---|---|---|
2021-12-21 | Rename `to_str` -> `get_string` and add support for encodings. | Samuel Williams |
2021-12-21 | Improved exception usage/classes. | Samuel Williams |
2021-12-21 | Fix handling of frozens strings. | Samuel Williams |
2021-12-21 | Fix mapping invalid non-file object. | Samuel Williams |
2021-12-20 | Improve IO::Buffer resize and introduce ownership transfer. | Samuel Williams |
2021-12-19 | Default size for IO::Buffer. | Samuel Williams |
2021-11-23 | Suppress the “experimental" warnings for `IO::Buffer` | Nobuyoshi Nakada |
2021-11-17 | Validate string type when constructing IO::Buffer for string mapping. | Samuel Williams |
2021-11-12 | Rework implementation of `IO::Buffer.for(string)` to use string locking. | Samuel Williams |
2021-11-12 | More immutability and locking tests. | Samuel Williams |
2021-11-10 | IO::Buffer for scheduler interface. | Samuel Williams |