Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a variable name typo in the docs | Shannon Skipper | 2022-06-25 | 1 | -2/+2 |
| | |||||
* | Fix warnings by old gcc | Nobuyoshi Nakada | 2022-06-23 | 1 | -2/+2 |
| | | | | | | * Use PRIxSIZE instead of "z" * Fix sign-compare warning * Suppress unused-but-set-variable warning | ||||
* | Add basic binary operators (and, or, xor, not) to `IO::Buffer`. (#5893) | Samuel Williams | 2022-05-09 | 1 | -0/+405 |
| | |||||
* | Fix rdoc of IO::Buffer [ci skip] | Kazuhiro NISHIYAMA | 2022-05-09 | 1 | -14/+1 |
| | |||||
* | Explicit handling of frozen strings in `IO::Buffer#for`. (#5892) | Samuel Williams | 2022-05-09 | 1 | -25/+97 |
| | |||||
* | io_buffer.c: use mremap based resizing only when mremap available | Yuta Saito | 2022-01-07 | 1 | -1/+1 |
| | | | | | 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 | ||||
* | Remove UTF-8 from documentation. | Samuel Williams | 2022-01-02 | 1 | -7/+0 |
| | |||||
* | [DOC] Adjust IO::Buffer docs (#5374) | Victor Shepelev | 2022-01-02 | 1 | -20/+57 |
| | |||||
* | Fix typos [ci skip] | Kazuhiro NISHIYAMA | 2021-12-25 | 1 | -1/+1 |
| | |||||
* | Add fiber scheduler hooks for `pread`/`pwrite`, and add support to `IO::Buffer`. | Samuel Williams | 2021-12-23 | 1 | -0/+173 |
| | |||||
* | Extended interface for IO::Buffer & documentation. | Samuel Williams | 2021-12-22 | 1 | -77/+735 |
| | |||||
* | Rename IMMUTABLE to READONLY. | Samuel Williams | 2021-12-21 | 1 | -27/+43 |
| | |||||
* | Improve interface for get/set/copy. | Samuel Williams | 2021-12-21 | 1 | -53/+116 |
| | |||||
* | Fix handling of clear with offset and without length. | Samuel Williams | 2021-12-21 | 1 | -1/+3 |
| | |||||
* | Mark non-private mapped files as external. | Samuel Williams | 2021-12-21 | 1 | -8/+7 |
| | |||||
* | Default `IO::Buffer#get_string` to use BINARY encoding. | Samuel Williams | 2021-12-21 | 1 | -1/+1 |
| | |||||
* | Rename `to_str` -> `get_string` and add support for encodings. | Samuel Williams | 2021-12-21 | 1 | -30/+32 |
| | |||||
* | Improved exception usage/classes. | Samuel Williams | 2021-12-21 | 1 | -20/+26 |
| | |||||
* | Fix handling of frozens strings. | Samuel Williams | 2021-12-21 | 1 | -1/+6 |
| | |||||
* | Fix mapping invalid non-file object. | Samuel Williams | 2021-12-21 | 1 | -0/+3 |
| | |||||
* | Improve IO::Buffer resize and introduce ownership transfer. | Samuel Williams | 2021-12-20 | 1 | -41/+149 |
| | |||||
* | Default size for IO::Buffer. | Samuel Williams | 2021-12-19 | 1 | -4/+38 |
| | |||||
* | Fix spelling of DECLAIR_TYPE. | Samuel Williams | 2021-12-19 | 1 | -24/+24 |
| | |||||
* | Adjust format | Nobuyoshi Nakada | 2021-11-21 | 1 | -10/+21 |
| | |||||
* | Validate string type when constructing IO::Buffer for string mapping. | Samuel Williams | 2021-11-17 | 1 | -0/+2 |
| | |||||
* | Fix 32-bit conversions in IO::Buffer implementation. | Samuel Williams | 2021-11-17 | 1 | -5/+18 |
| | |||||
* | Rework implementation of `IO::Buffer.for(string)` to use string locking. | Samuel Williams | 2021-11-12 | 1 | -0/+20 |
| | |||||
* | More immutability and locking tests. | Samuel Williams | 2021-11-12 | 1 | -4/+7 |
| | |||||
* | Commit miss [ci skip] | Nobuyoshi Nakada | 2021-11-10 | 1 | -3/+3 |
| | |||||
* | Fix format specifier | Nobuyoshi Nakada | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | size_t is not for file size | Nobuyoshi Nakada | 2021-11-10 | 1 | -62/+116 |
| | |||||
* | Mark IO::Buffer as experimental. | Samuel Williams | 2021-11-10 | 1 | -0/+18 |
| | |||||
* | IO::Buffer for scheduler interface. | Samuel Williams | 2021-11-10 | 1 | -0/+1024 |