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: 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
*
io.c: fix IO.copy_stream on O_APPEND destination on Linux
normal
2017-10-27
1
-0
/
+10
*
common conversion functions
nobu
2017-10-26
1
-1
/
+1
*
io.c: let rb_p use writev
nobu
2017-10-25
1
-5
/
+5
*
io.c: warn old write
nobu
2017-10-25
1
-0
/
+7
*
io.c: write a newline together
nobu
2017-10-25
1
-4
/
+16
*
Update call-seq of ARGF.read_nonblock
kazu
2017-10-24
1
-2
/
+2
*
Drop to support NaCl platform.
hsbt
2017-10-23
1
-15
/
+0
*
io.c: fix infinite retry
nobu
2017-10-23
1
-13
/
+13
*
io.c: fix buffered output
nobu
2017-10-23
1
-2
/
+2
*
io.c: fix total
nobu
2017-10-23
1
-1
/
+1
*
io.c: no restriction
nobu
2017-10-23
1
-46
/
+9
*
Fix indent and comment [ci skip]
kazu
2017-10-22
1
-3
/
+3
*
io.c: fix local variables
nobu
2017-10-22
1
-1
/
+2
*
Make IO#write accept multiple arguments
glass
2017-10-22
1
-8
/
+225
*
Add documentation for `chomp` option.
hsbt
2017-10-21
1
-30
/
+47
*
Clarify the behavior of IO.write without offset in write mode.
hsbt
2017-10-21
1
-2
/
+2
*
io.c: introduce copy offload to IO.copy_stream
glass
2017-10-21
1
-0
/
+113
*
[DOC] describe methods used for src and dst argument.
akr
2017-10-21
1
-1
/
+6
*
Get rid of shadowing local variables
nobu
2017-10-18
1
-1
/
+1
*
io.c: encoding of ARGF.inplace_mode
nobu
2017-10-10
1
-30
/
+19
*
io.c: path name conversion at ARGF
nobu
2017-10-10
1
-2
/
+4
*
io.c: [DOC] about buffering [ci skip]
nobu
2017-10-05
1
-0
/
+5
*
io.c: check null char
nobu
2017-10-02
1
-2
/
+2
*
io.c: fix segfault with closing socket on Windows
shirosaki
2017-09-28
1
-4
/
+11
*
File#path: Raise IOError when a file is O_TMPFILE
sorah
2017-08-31
1
-2
/
+10
*
io.c: shrink read buffer
nobu
2017-08-31
1
-19
/
+39
*
io.c: textmode if newline decorator
nobu
2017-07-14
1
-1
/
+4
*
Revert "Allow IO#reopen to take a block"
glass
2017-06-23
1
-4
/
+0
*
Allow IO#reopen to take a block
glass
2017-06-22
1
-0
/
+4
*
Improve performance of implicit type conversion
watson1978
2017-05-31
1
-3
/
+3
*
adjust styles [ci skip]
nobu
2017-05-10
1
-2
/
+2
*
io.c (do_fcntl): update max FD for F_DUPFD_CLOEXEC, too
normal
2017-05-07
1
-3
/
+9
*
nogvl_wait_for_single_fd must wait as its name
kosaki
2017-05-02
1
-1
/
+1
*
Fix typo in documentation [ci skip]
kazu
2017-05-01
1
-1
/
+1
*
io.c: ARGF.file returns $stdin instead of STDIN [ci skip]
kazu
2017-04-09
1
-1
/
+1
*
Fix arguments order of IO#pwrite
kazu
2017-04-03
1
-1
/
+1
*
Add IO#pread and IO#pwrite methods
nobu
2017-04-03
1
-0
/
+145
*
io.c: [DOC] expand docs for IO#puts
stomar
2017-03-22
1
-4
/
+9
*
io.c: improve docs
stomar
2017-03-17
1
-146
/
+161
*
deduplicate "/", ":" and "\n" strings
normal
2017-03-17
1
-2
/
+2
*
io.c: [DOC] add missing `$`
kazu
2017-03-15
1
-1
/
+1
*
io.c: [DOC] IO#puts uses IO#write
naruse
2017-03-12
1
-1
/
+2
*
io.c: [DOC] open mode can be an integer; fix rdoc syntax
stomar
2017-03-06
1
-4
/
+4
*
docs for IO.{write,read}
stomar
2017-03-05
1
-32
/
+35
*
docs for IO#print
stomar
2017-03-05
1
-10
/
+12
*
io.c: documentation for puts
stomar
2017-03-03
1
-4
/
+5
*
eval_error.c: backstrace in reverse order
nobu
2017-02-22
1
-0
/
+8
[next]