summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_buffer.rb
AgeCommit message (Expand)Author
2022-05-10Fix the order of assert_eqaul and remove unused variablesNobuyoshi Nakada
2022-05-09Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893)Samuel Williams
2022-05-09Explicit handling of frozen strings in `IO::Buffer#for`. (#5892)Samuel Williams
2021-12-23Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams
2021-12-22Extended interface for IO::Buffer & documentation.Samuel Williams
2021-12-21Rename IMMUTABLE to READONLY.Samuel Williams
2021-12-21Improve interface for get/set/copy.Samuel Williams
2021-12-21Mark non-private mapped files as external.Samuel Williams
2021-12-21Default `IO::Buffer#get_string` to use BINARY encoding.Samuel Williams
2021-12-21Add tests for `IO::Buffer` `get`/`set`.Samuel Williams
2021-12-21Rename `to_str` -> `get_string` and add support for encodings.Samuel Williams
2021-12-21Improved exception usage/classes.Samuel Williams
2021-12-21Fix handling of frozens strings.Samuel Williams
2021-12-21Fix mapping invalid non-file object.Samuel Williams
2021-12-20Improve IO::Buffer resize and introduce ownership transfer.Samuel Williams
2021-12-19Default size for IO::Buffer.Samuel Williams
2021-11-23Suppress the “experimental" warnings for `IO::Buffer`Nobuyoshi Nakada
2021-11-17Validate string type when constructing IO::Buffer for string mapping.Samuel Williams
2021-11-12Rework implementation of `IO::Buffer.for(string)` to use string locking.Samuel Williams
2021-11-12More immutability and locking tests.Samuel Williams
2021-11-10IO::Buffer for scheduler interface.Samuel Williams