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
...
*
Prefer `rb_fstring_lit` over `rb_fstring_cstr`
nobu
2018-10-13
1
-1
/
+1
*
add 'x' mode character for O_EXCL
kazu
2018-08-09
1
-4
/
+28
*
io.c: fix non-ascii filename inplace edit
nobu
2018-08-09
1
-0
/
+2
*
io.c: fix compilation when IOV_MAX is not defined
normal
2018-06-05
1
-1
/
+11
*
thread.c: enable ppoll for FreeBSD 11.0 and later
normal
2018-05-15
1
-5
/
+12
*
io.c: cleanup copy_stream wait-for-single-fd cases
normal
2018-05-14
1
-42
/
+28
*
io.c: fix typo and phrase [ci skip]
nobu
2018-05-12
1
-2
/
+2
*
nobody is using the return value of rb_io_fptr_finalize
shyouhei
2018-05-04
1
-5
/
+20
*
use list_head_init instead of open-coding it
normal
2018-05-01
1
-1
/
+1
*
LIST_HEAD as a local variable is a C99ism.
shyouhei
2018-05-01
1
-1
/
+2
*
io.c: workaround for EPROTOTYPE
nobu
2018-04-30
1
-2
/
+11
*
io.c: reuse internal_write_func
nobu
2018-04-30
1
-2
/
+1
*
io.c: do not use rb_notify_fd_close close on recycled FD
normal
2018-04-21
1
-9
/
+7
*
io.c: IO#write without args returns 0
normal
2018-03-28
1
-1
/
+1
*
io.c: Methods of File should not invoke external commands
shugo
2018-03-20
1
-6
/
+1
*
Remove duplicated `,` [ci skip]
kazu
2018-03-18
1
-1
/
+1
*
Add doc for `opt` parameter of IO#reopen [ci skip]
k0kubun
2018-03-17
1
-2
/
+3
*
[DOC] missing docs at toplevel
nobu
2018-02-23
1
-0
/
+8
*
Fix compile error when USE_COPY_FILE_RANGE is defined but not USE_SENDFILE
nobu
2018-02-08
1
-2
/
+2
*
io.c: unused assignments
nobu
2018-02-02
1
-4
/
+3
*
io.c: hoisted out io_fd_check_closed
nobu
2018-02-02
1
-9
/
+11
*
io.c: fix comparison subject
nobu
2018-01-31
1
-1
/
+1
*
io.c: fix fptr_copy_finalizer
nobu
2018-01-31
1
-1
/
+3
*
io.c: fptr_copy_finalizer
nobu
2018-01-31
1
-16
/
+19
*
io.c: pipe_register_fptr
nobu
2018-01-31
1
-4
/
+16
*
io.c: simplified pipe_del_fptr
nobu
2018-01-31
1
-12
/
+5
*
process.c: add :exception option to Kernel.#system
k0kubun
2018-01-24
1
-3
/
+3
*
use predefined IDs
kazu
2018-01-22
1
-1
/
+1
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
io.c: rb_stderr_to_original_p
nobu
2018-01-07
1
-3
/
+9
*
io.c: clear Strings we create for IO.copy_stream
normal
2018-01-05
1
-2
/
+5
*
[DOC] Improve example of IO#pread [ci skip]
kazu
2017-12-24
1
-4
/
+6
*
[DOC] Use File.open with block instead of File.new without close [ci skip]
kazu
2017-12-24
1
-3
/
+4
*
io.c: ignore EPERM
glass
2017-12-22
1
-0
/
+2
*
io.c: IO#pwrite uses tmp buffer to avoid parallel modification
normal
2017-12-21
1
-4
/
+6
*
io.c: opening external command
nobu
2017-12-18
1
-11
/
+5
*
io.c: open generic in binread
nobu
2017-12-18
1
-1
/
+1
*
io.c: opening external command
nobu
2017-12-18
1
-15
/
+26
*
io.c: open_key_args by rb_io_open
nobu
2017-12-18
1
-29
/
+9
*
[DOC] `IO.new` accepts `external_encoding`
kazu
2017-12-15
1
-0
/
+3
*
IO.new doesn't recive "-" as external_encoding [Bug #13655]
naruse
2017-12-15
1
-4
/
+0
*
Fix a documentation error of IO#putc.
shugo
2017-12-03
1
-4
/
+4
*
bold/underscore support in traceback before Windows10
usa
2017-12-01
1
-0
/
+5
*
io.c: read BOM only for reading
nobu
2017-11-23
1
-0
/
+3
*
io.c: improve docs for the chomp option
stomar
2017-11-02
1
-6
/
+12
*
io.c: improve docs
stomar
2017-10-29
1
-7
/
+7
*
io.c: docs for IO#write
stomar
2017-10-29
1
-2
/
+2
*
io.c: honor buffered mode
nobu
2017-10-29
1
-5
/
+9
*
io.c: convert to string at writev
nobu
2017-10-29
1
-1
/
+1
*
Add note to close_{read,write} too
kazu
2017-10-28
1
-0
/
+4
[prev]
[next]