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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
1
-8
/
+8
*
Fix error in update-deps due to tab/space difference
Jeremy Evans
2020-10-28
1
-1
/
+1
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-31
/
+28
*
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
1
-0
/
+3
*
Respect the original styles [ci skip]
Nobuyoshi Nakada
2020-10-11
1
-1
/
+2
*
Prefer to use `prep_io` for temporary IO instances.
Samuel Williams
2020-09-17
1
-13
/
+4
*
Fix handling of FMODE_PREP.
Samuel Williams
2020-09-15
1
-1
/
+1
*
Fix incorrect initialization of `rb_io_t::self`.
Samuel Williams
2020-09-15
1
-3
/
+6
*
Prefer `rb_thread_current_scheduler`.
Samuel Williams
2020-09-14
1
-4
/
+22
*
Add support for hooking `IO#read`.
Samuel Williams
2020-09-14
1
-0
/
+6
*
Standardised scheduler interface.
Samuel Williams
2020-09-14
1
-5
/
+76
*
Simplify bitmasks for IO events.
Samuel Williams
2020-09-14
1
-3
/
+3
*
Check copy_file_range(2) is actually supported.
Masaki Matsushita
2020-09-12
1
-4
/
+0
*
break around function definition [ci skip]
Nobuyoshi Nakada
2020-09-05
1
-1
/
+3
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-39
/
+107
*
IO.copy_stream: handle EOPNOTSUP instead of ENOTSUP
Masaki Matsushita
2020-08-29
1
-3
/
+3
*
IO.copy_stream: handle ENOTSUP on copy_file_range(2)
Masaki Matsushita
2020-08-29
1
-0
/
+5
*
Fix corruption in ARGF.inplace
Peter Zhu
2020-08-12
1
-1
/
+1
*
Remove trailing spaces [ci skip]
Nobuyoshi Nakada
2020-07-20
1
-1
/
+1
*
Rename `rb_current_thread_scheduler` to `rb_thread_scheduler_if_nonblocking`.
Samuel Williams
2020-07-20
1
-30
/
+35
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+2
*
rb_io_modestr_fmode: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
rb_io_each_codepoint: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
Fixed a variable name [Bug #16903]
Nobuyoshi Nakada
2020-05-21
1
-1
/
+1
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-41
/
+72
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-2
/
+2
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-2
/
+2
*
Refactored rb_readwrite_syserr_fail
Nobuyoshi Nakada
2020-04-17
1
-18
/
+20
*
Raise EPIPE at broken pipe for the backward compatibility
Nobuyoshi Nakada
2020-04-15
1
-6
/
+11
*
PAGER without fork&exec too [Feature #16754]
Nobuyoshi Nakada
2020-04-12
1
-5
/
+19
*
Silence broken pipe error messages on STDOUT [Feature #14413]
Nobuyoshi Nakada
2020-04-11
1
-16
/
+46
*
Make `#inspect` interruptible in `Kernel#p`
Nobuyoshi Nakada
2020-04-10
1
-20
/
+16
*
Constified writev function family
Nobuyoshi Nakada
2020-04-10
1
-3
/
+3
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-4
/
+4
*
Set external encoding correctly for File.open('f', FILE::BINARY) on Windows
Jeremy Evans
2020-03-27
1
-0
/
+12
*
Remove support for passing nil to IO#ungetc
Jeremy Evans
2020-02-27
1
-1
/
+0
*
Warn non-nil `$/` [Feature #14240]
Nobuyoshi Nakada
2020-02-23
1
-2
/
+2
*
Warn non-nil `$\` [Feature #14240]
Nobuyoshi Nakada
2020-02-23
1
-4
/
+4
*
Warn non-nil `$,` in `IO#print` too
Nobuyoshi Nakada
2020-02-23
1
-0
/
+3
*
Pass keyword arguments to IOs properly [Bug #16639]
Nobuyoshi Nakada
2020-02-18
1
-2
/
+6
*
Drop executable bit set by 25f2005a638570cce832d218a451072057610f06
Nobuyoshi Nakada
2020-01-22
1
-0
/
+0
*
Also check EWOULDBLOCK as well as EAGAIN
Nobuyoshi Nakada
2020-01-21
1
-9
/
+4
*
fix load error with EAGAIN
Xia Xionjun
2020-01-21
1
-1
/
+19
*
io.c, ruby.c: include internal/variable.h for rb_gvar_readonly_setter
Yusuke Endoh
2020-01-09
1
-0
/
+1
*
Separate builtin initialization calls
Nobuyoshi Nakada
2019-12-29
1
-6
/
+0
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-22
/
+39
*
Refined the warning message for $, and $;
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
*
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-19
1
-8
/
+8
*
IO#set_encoding_by_bom should err when encoding is already set
Nobuyoshi Nakada
2019-12-15
1
-0
/
+4
[next]