Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-27 | Adjust styles [ci skip] | Nobuyoshi Nakada | |
2022-07-27 | Append semicolons [ci skip] | Nobuyoshi Nakada | |
2022-07-27 | Make indents and newlines consistent [ci skip] | Nobuyoshi Nakada | |
2022-06-25 | Fix a variable name typo in the docs | Shannon Skipper | |
Notes: Merged: https://github.com/ruby/ruby/pull/6060 | |||
2022-06-23 | Fix warnings by old gcc | Nobuyoshi Nakada | |
* Use PRIxSIZE instead of "z" * Fix sign-compare warning * Suppress unused-but-set-variable warning | |||
2022-05-09 | Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893) | Samuel Williams | |
Notes: Merged-By: ioquatix <[email protected]> | |||
2022-05-09 | Fix rdoc of IO::Buffer [ci skip] | Kazuhiro NISHIYAMA | |
2022-05-09 | Explicit handling of frozen strings in `IO::Buffer#for`. (#5892) | Samuel Williams | |
Notes: Merged-By: ioquatix <[email protected]> | |||
2022-01-07 | io_buffer.c: use mremap based resizing only when mremap available | Yuta Saito | |
some libc implementations (e.g. wasi-libc) define MREMAP_MAYMOVE, but don't have mremap itself, so guard the use of mremap by HAVE_MREMAP Notes: Merged: https://github.com/ruby/ruby/pull/5401 | |||
2022-01-02 | Remove UTF-8 from documentation. | Samuel Williams | |
2022-01-02 | [DOC] Adjust IO::Buffer docs (#5374) | Victor Shepelev | |
Notes: Merged-By: ioquatix <[email protected]> | |||
2021-12-25 | Fix typos [ci skip] | Kazuhiro NISHIYAMA | |
2021-12-23 | Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5249 Merged-By: ioquatix <[email protected]> | |||
2021-12-22 | Extended interface for IO::Buffer & documentation. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5314 Merged-By: ioquatix <[email protected]> | |||
2021-12-21 | Rename IMMUTABLE to READONLY. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Improve interface for get/set/copy. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Fix handling of clear with offset and without length. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Mark non-private mapped files as external. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Default `IO::Buffer#get_string` to use BINARY encoding. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Rename `to_str` -> `get_string` and add support for encodings. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Improved exception usage/classes. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Fix handling of frozens strings. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-21 | Fix mapping invalid non-file object. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5303 | |||
2021-12-20 | Improve IO::Buffer resize and introduce ownership transfer. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5301 | |||
2021-12-19 | Default size for IO::Buffer. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5300 | |||
2021-12-19 | Fix spelling of DECLAIR_TYPE. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5296 | |||
2021-11-21 | Adjust format | Nobuyoshi Nakada | |
2021-11-17 | Validate string type when constructing IO::Buffer for string mapping. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5115 | |||
2021-11-17 | Fix 32-bit conversions in IO::Buffer implementation. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5114 | |||
2021-11-12 | Rework implementation of `IO::Buffer.for(string)` to use string locking. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5109 | |||
2021-11-12 | More immutability and locking tests. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/5109 | |||
2021-11-10 | Commit miss [ci skip] | Nobuyoshi Nakada | |
2021-11-10 | Fix format specifier | Nobuyoshi Nakada | |
2021-11-10 | size_t is not for file size | Nobuyoshi Nakada | |
2021-11-10 | Mark IO::Buffer as experimental. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/4621 | |||
2021-11-10 | IO::Buffer for scheduler interface. | Samuel Williams | |
Notes: Merged: https://github.com/ruby/ruby/pull/4621 |