summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_buffer.rb
AgeCommit message (Expand)Author
2024-10-18merge revision(s) 35e124832e29b65c84d4e0e4e434616859f9bdf5: [Backport #20755]nagachika
2024-10-18merge revision(s) 637067440f74043c6d79fc649ab8acf1afea25a5: [Backport #20752]nagachika
2024-10-04Add `IO::Buffer` tests for read and write with length & offset.Samuel Williams
2024-05-18Fix `io_buffer_get_string` default length computation. (#8427)Samuel Williams
2024-05-18Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826)Samuel Williams
2023-10-28merge revision(s) 19346c2336053b351673da030b00c704138252d8: [Backport #19754]nagachika
2023-07-16merge revision(s) bd786e78969f9d4a8699376ceafe10934b6ad533: [Backport #19084]nagachika
2023-07-16merge revision(s) 09295ea796900fb7b05d29e93364090e21598566: [Backport #19543]nagachika
2022-12-24Fix missing handling of offset argument in `IO::Buffer` `pread` and `pwrite`....Samuel Williams
2022-11-10Omit test on IO Buffers which relies on String being embeddedJemma Issroff
2022-10-19Add support for anonymous shared IO buffers. (#6580)Samuel Williams
2022-10-12Improvements to IO::Buffer implementation and documentation. (#6525)Samuel Williams
2022-09-26Add several new methods for getting and setting buffer contents. (#6434)Samuel Williams
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