index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DOC] Fix IO::Buffer#slice rdoc position
Yusuke Nakamura
2022-11-03
1
-21
/
+21
*
Fix format specifiers for `size_t`
Nobuyoshi Nakada
2022-10-26
1
-1
/
+1
*
Add support for anonymous shared IO buffers. (#6580)
Samuel Williams
2022-10-19
1
-3
/
+34
*
Improvements to IO::Buffer implementation and documentation. (#6525)
Samuel Williams
2022-10-12
1
-136
/
+299
*
Update `IO::Buffer` read/write to use rb_thread_io_blocking_region. (#6438)
Samuel Williams
2022-09-26
1
-40
/
+121
*
Add several new methods for getting and setting buffer contents. (#6434)
Samuel Williams
2022-09-26
1
-103
/
+406
*
[Bug #5317] Use `rb_off_t` instead of `off_t`
Nobuyoshi Nakada
2022-09-08
1
-14
/
+14
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-1
/
+2
*
Append semicolons [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-44
/
+44
*
Make indents and newlines consistent [ci skip]
Nobuyoshi Nakada
2022-07-27
1
-34
/
+46
*
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
*
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
*
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