index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-27
delete `$` sign from C identifiers
卜部昌平
2019-08-27
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-27
rb_ensure now free from ANYARGS
卜部昌平
2019-08-27
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-20
io.c: make ioctl_req_t int in Android
Yusuke Endoh
2019-08-14
io.c: export rb_io_extract_modeenc
Nobuyoshi Nakada
2019-08-13
UTF LE is fixed at least the first 2 bytes
Nobuyoshi Nakada
2019-08-09
#include <> for system headers
Nobuyoshi Nakada
2019-07-31
* expand tabs.
git
2019-07-30
Do not change IO.pipe encodings if encodings explicitly given
Jeremy Evans
2019-07-30
Passing `binmode: true` to `IO.pipe` should behave like `binmode`
Aaron Patterson
2019-07-14
io.c (rb_file_open_internal): initialize all the fields
Yusuke Endoh
2019-07-14
* expand tabs.
git
2019-07-14
Avoid io_tell whose return value is not used
Yusuke Endoh
2019-07-11
* expand tabs.
git
2019-07-11
Check exception flag as a bool [Bug #15987]
Nobuyoshi Nakada
2019-06-28
O_EXCL has no meaning for fdopen
Nobuyoshi Nakada
2019-06-13
IO#set_encoding_by_bom
Nobuyoshi Nakada
2019-06-08
Suppress warnings by gcc 9.1
Nobuyoshi Nakada
2019-06-08
io.c: fold very very long lines
Nobuyoshi Nakada
2019-05-05
Fixed about ARGF.lineno
Nobuyoshi Nakada
2019-04-26
eliminate use of freed memory
Urabe, Shyouhei
2019-04-18
io.c: warn non-nil $,
nobu
2019-04-10
Adjusted styles
nobu
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
Adjusted styles
nobu
2019-03-22
[DOC] fix markups [ci skip]
nobu
2019-03-07
io.c: chomp CR at the end of read buffer
nobu
2019-02-20
Fix document and return value of `IO#autoclose=`
kazu
2019-02-11
io.c: remove unused variable and fix typo
glass
2019-02-11
io.c: check HAVE_FCOPYFILE
glass
2019-02-03
io.c: get src_size from stp. Fix r66995.
glass
2019-02-03
io.c: reuse results of fstat(2) in copy functions
glass
2019-01-28
io.c: use fcopyfile(3) in IO.copy_stream if available
glass
2019-01-27
Revert "io.c: use fcopyfile(3) in IO.copy_stream if available"
glass
2019-01-27
* expand tabs.
svn
2019-01-27
io.c: use fcopyfile(3) in IO.copy_stream if available
glass
2019-01-21
* io.c: use copy_file_range() if defined
glass
2019-01-15
setbyte / ungetbyte allow out-of-range integers
shyouhei
2018-12-06
io.c (io_fflush): eliminate redundant rb_io_check_closed
normal
2018-12-06
io.c (io_write_nonblock): add RB_GC_GUARD, io_fflush may switch threads
normal
2018-12-06
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-11-29
io.c: fix clang -Werror,-Wshorten-64-to-32 on Linux sendfile
normal
2018-11-29
io.c: fix clang -Werror,-Wshorten-64-to-32 errors
normal
2018-11-29
* expand tabs.
svn
2018-11-29
io.c: favor comparisons against zero rather than -1
normal
2018-11-29
disable non-blocking pipes and sockets by default
normal
2018-11-28
io.c (rb_update_max_fd): use F_GETFL if possible
normal
[next]