summaryrefslogtreecommitdiff
path: root/test/ruby/test_io_buffer.rb
AgeCommit message (Expand)Author
2024-01-15Improve behavioural consistency of unallocated (zero length) `IO::Buffer`. (#...Samuel Williams
2023-12-27Fix Window private file mapping unlink EACCES issue. (#9358)Samuel Williams
2023-12-25Do not leave test fileNobuyoshi Nakada
2023-12-25Correctly release the underlying file mapping. (#9340)Samuel Williams
2023-12-25IO::Buffer improvements and documentation. (#9329)Samuel Williams
2023-10-21Raise TypeError for bad IO::Buffer.map argument (#8728)Charles Oliver Nutter
2023-10-21Extract IO::Buffer.for string locking test (#8729)Charles Oliver Nutter
2023-09-14Fix `io_buffer_get_string` default length computation. (#8427)Samuel Williams
2023-09-13[Bug #19754] Make `IO::Buffer#get_string` check `offset` range (#8016)Nobuyoshi Nakada
2023-05-24Improvements to `IO::Buffer` `read`/`write`/`pread`/`pwrite`. (#7826)Samuel Williams
2023-05-22Fix mutation on shared strings. (#7837)Samuel Williams
2023-03-25IO::Buffer#resize: Free internal buffer if new size is zero (#7569)Kasumi Hanazuki
2023-02-25Add `IO::Buffer.string` for efficient string creation. (#7364)Samuel Williams
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