aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io_buffer.rb
Commit message (Expand)AuthorAgeFilesLines
* Omit test on IO Buffers which relies on String being embeddedJemma Issroff2022-11-101-1/+5
* Add support for anonymous shared IO buffers. (#6580)Samuel Williams2022-10-191-0/+15
* Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams2022-10-121-6/+16
* Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams2022-09-261-4/+46
* Fix the order of assert_eqaul and remove unused variablesNobuyoshi Nakada2022-05-101-10/+8
* Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893)Samuel Williams2022-05-091-0/+22
* Explicit handling of frozen strings in `IO::Buffer#for`. (#5892)Samuel Williams2022-05-091-16/+20
* Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`.Samuel Williams2021-12-231-0/+57
* Extended interface for IO::Buffer & documentation.Samuel Williams2021-12-221-3/+3
* Rename IMMUTABLE to READONLY.Samuel Williams2021-12-211-6/+6
* Improve interface for get/set/copy.Samuel Williams2021-12-211-11/+16
* Mark non-private mapped files as external.Samuel Williams2021-12-211-6/+6
* Default `IO::Buffer#get_string` to use BINARY encoding.Samuel Williams2021-12-211-1/+4
* Add tests for `IO::Buffer` `get`/`set`.Samuel Williams2021-12-211-0/+36
* Rename `to_str` -> `get_string` and add support for encodings.Samuel Williams2021-12-211-3/+16
* Improved exception usage/classes.Samuel Williams2021-12-211-8/+7
* Fix handling of frozens strings.Samuel Williams2021-12-211-0/+8
* Fix mapping invalid non-file object.Samuel Williams2021-12-211-4/+10
* Improve IO::Buffer resize and introduce ownership transfer.Samuel Williams2021-12-201-6/+10
* Default size for IO::Buffer.Samuel Williams2021-12-191-0/+4
* Suppress the “experimental" warnings for `IO::Buffer`Nobuyoshi Nakada2021-11-231-0/+8
* Validate string type when constructing IO::Buffer for string mapping.Samuel Williams2021-11-171-0/+8
* Rework implementation of `IO::Buffer.for(string)` to use string locking.Samuel Williams2021-11-121-0/+19
* More immutability and locking tests.Samuel Williams2021-11-121-0/+29
* IO::Buffer for scheduler interface.Samuel Williams2021-11-101-0/+131