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
*
io.c (rb_file_open_internal): initialize all the fields
Yusuke Endoh
2019-07-14
1
-0
/
+2
*
* expand tabs.
git
2019-07-14
1
-1
/
+1
*
Avoid io_tell whose return value is not used
Yusuke Endoh
2019-07-14
1
-1
/
+1
*
* expand tabs.
git
2019-07-11
1
-4
/
+4
*
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-07-11
1
-20
/
+16
*
O_EXCL has no meaning for fdopen
Nobuyoshi Nakada
2019-06-28
1
-1
/
+1
*
IO#set_encoding_by_bom
Nobuyoshi Nakada
2019-06-13
1
-3
/
+41
*
Suppress warnings by gcc 9.1
Nobuyoshi Nakada
2019-06-08
1
-3
/
+4
*
io.c: fold very very long lines
Nobuyoshi Nakada
2019-06-08
1
-5
/
+20
*
Fixed about ARGF.lineno
Nobuyoshi Nakada
2019-05-05
1
-2
/
+10
*
eliminate use of freed memory
Urabe, Shyouhei
2019-04-26
1
-0
/
+1
*
io.c: warn non-nil $,
nobu
2019-04-18
1
-1
/
+11
*
Adjusted styles
nobu
2019-04-10
1
-1
/
+2
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-2
/
+1
*
Adjusted styles
nobu
2019-04-10
1
-1
/
+2
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-174
/
+160
*
io.c: chomp CR at the end of read buffer
nobu
2019-03-07
1
-0
/
+6
*
Fix document and return value of `IO#autoclose=`
kazu
2019-02-20
1
-4
/
+4
*
io.c: remove unused variable and fix typo
glass
2019-02-11
1
-3
/
+2
*
io.c: check HAVE_FCOPYFILE
glass
2019-02-11
1
-2
/
+2
*
io.c: get src_size from stp. Fix r66995.
glass
2019-02-03
1
-0
/
+1
*
io.c: reuse results of fstat(2) in copy functions
glass
2019-02-03
1
-51
/
+26
*
io.c: use fcopyfile(3) in IO.copy_stream if available
glass
2019-01-28
1
-0
/
+103
*
Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"
glass
2019-01-27
1
-101
/
+0
*
* expand tabs.
svn
2019-01-27
1
-25
/
+25
*
io.c: use fcopyfile(3) in IO.copy_stream if available
glass
2019-01-27
1
-0
/
+102
*
* io.c: use copy_file_range() if defined
glass
2019-01-21
1
-1
/
+5
*
setbyte / ungetbyte allow out-of-range integers
shyouhei
2019-01-15
1
-17
/
+11
*
io.c (io_fflush): eliminate redundant rb_io_check_closed
normal
2018-12-06
1
-1
/
+0
*
io.c (io_write_nonblock): add RB_GC_GUARD, io_fflush may switch threads
normal
2018-12-06
1
-0
/
+1
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-6
/
+1
*
io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfile
normal
2018-11-29
1
-1
/
+1
*
io.c: fix clang -Werror,-Wshorten-64-to-32 errors
normal
2018-11-29
1
-5
/
+5
*
* expand tabs.
svn
2018-11-29
1
-3
/
+3
*
io.c: favor comparisons against zero rather than -1
normal
2018-11-29
1
-99
/
+102
*
disable non-blocking pipes and sockets by default
normal
2018-11-29
1
-1
/
+2
*
io.c (rb_update_max_fd): use F_GETFL if possible
normal
2018-11-28
1
-2
/
+10
*
* expand tabs.
svn
2018-11-28
1
-2
/
+2
*
io.c: reduce IO.copy_stream stack usage on Linux
normal
2018-11-28
1
-15
/
+17
*
io.c (struct copy_stream_struct): packing
normal
2018-11-27
1
-3
/
+3
*
io.c: disable nonblocking-by-default on win32 pipes
normal
2018-11-24
1
-3
/
+13
*
io.c: wait on FD readability w/o GVL reacquisition
normal
2018-11-24
1
-29
/
+44
*
io.c (io_fd_check_closed): prioritize cross-thread "stream closed"
normal
2018-11-23
1
-1
/
+2
*
io.c (fptr_finalize_flush): close race leading to EBADF
normal
2018-11-23
1
-4
/
+13
*
io.c: revalidate fptr->fd after rb_io_wait_readable
normal
2018-11-22
1
-3
/
+13
*
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-22
1
-20
/
+25
*
Remove unnecessary space
kazu
2018-11-20
1
-1
/
+1
*
io.c: ungetbyte silently ignores upper bits
shyouhei
2018-11-19
1
-2
/
+12
*
io.c: include vm_core.h for VM_UNREACHABLE
normal
2018-11-18
1
-0
/
+1
*
io.c (novl_wait_for_single_fd): VM_UNREACHABLE instead of assert
normal
2018-11-18
1
-1
/
+1
[next]