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
2011-06-12
* io.c: use select() appropriately for sendfile().
akr
2011-06-11
* io.c (io_getc): should be 7bit if ascii. fixes #4557
nobu
2011-06-09
* io.c: fix IO.copy_stream interrupt handling.
akr
2011-06-03
* io.c (io_fflush): windows -- call fsync() only when the FD is tied to
usa
2011-06-02
* io.c (rb_io_s_write, rb_io_s_binwrite): return!!!
usa
2011-06-02
* io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]
sorah
2011-06-02
* io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internal
usa
2011-06-01
doco: p outputs newline regardless of record separator
ryan
2011-05-31
* io.c (io_encoding_set): should honor already set ecflags since it
nobu
2011-05-31
no space inside parens
nobu
2011-05-31
* io.c (rb_io_s_pipe): potential bug. the mode of read IO is set as
usa
2011-05-27
* io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty.
naruse
2011-05-27
* io.c (fill_cbuf): Fix test-all crash.
kosaki
2011-05-27
* io.c (validate_enc_binmode): do not clear textmode flag if
nobu
2011-05-27
* io.c (fill_cbuf): finish reading at EOF.
nobu
2011-05-21
* io.c (rb_io_extract_modeenc): accept combination hash and
kosaki
2011-05-19
revert O_CLOEXEC patch series completely.
kosaki
2011-05-15
* remove trailing spaces.
nobu
2011-05-12
* io.c (select_internal): remove unused variable (interrupt_flag).
kosaki
2011-05-04
* io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...
kosaki
2011-05-04
* io.c (rb_f_select): remove useless ifdef.
kosaki
2011-05-04
* thread.c (rb_wait_for_single_fd): new.
kosaki
2011-04-30
* include/ruby/intern.h (rb_thread_select): mark as deprecated.
kosaki
2011-04-30
* io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()
kosaki
2011-04-29
* io.c (make_writeconv): do not add textmode newline decorator if any
nobu
2011-04-27
* io.c (rb_io_extract_modeenc, rb_f_backquote): set default text
nobu
2011-04-26
* io.c (validate_enc_binmode, rb_io_extract_modeenc): set newline
nobu
2011-04-14
* io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.
kazu
2011-04-13
* io.c (rb_io_fdatasync): remove unused variable.
kazu
2011-04-11
* io.c: revert r31230.
kosaki
2011-04-04
* io.c (rb_io_syswrite): While local FS writes are usually
kosaki
2011-04-03
* configure.in: disable fdatasync again on Mac OS X.
kosaki
2011-04-03
* io.c (io_reopen): IO#close releases GVL if possible.
kosaki
2011-03-05
* io.c (io_cntl): use rb_thread_io_blocking_region() instead
kosaki
2011-03-04
* io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()
kosaki
2011-03-04
* io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need to
kosaki
2011-02-20
* prevent temporary objects from GC, and should not use
nobu
2011-02-12
* thread.c (rb_thread_io_blocking_region): new function to run
nobu
2011-02-08
* io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().
kosaki
2011-02-02
* io.c (rb_io_fdatasync): Use fsync(2) if if the underlying
kosaki
2011-01-30
io.c (struct argf): char behaves like an unsigned char by default on AIX.
kanemoto
2011-01-28
* io.c (rb_io_open): Use NUM2MODET() instead NUM2UINT().
kosaki
2011-01-13
* io.c (argf_next_argv): go advance when the next file cannot be
nobu
2011-01-12
* io.c (rb_f_syscall): Add warning messages. [ruby-core:34062]
kosaki
2011-01-12
* io.c (rb_f_syscall): Some syscall return unsigned or pointer value.
kosaki
2011-01-12
* io.c (rb_f_syscall): Add 64bit Linux support. Some syscall takes
kosaki
2011-01-09
* io.c (Kernel.#syscall): implemented on LP64/LLP64 environments too.
yugui
2011-01-08
fix spaces.
akr
2010-12-29
* io.c (maygvl_copy_stream_wait_readwrite): define if USE_SENDFILE
nobu
2010-12-27
fix a typo
kazu
[next]