aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c: use "__sun" instead of "sun" to detect SunOS.akr2011-10-241-5/+5
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-231-1/+4
* * io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD isakr2011-10-221-0/+3
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-7/+26
* * io.c: fix documentation of ARGF.lineno=.ktsj2011-10-021-2/+2
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-12/+12
* * io.c (Init_IO): update BINARY comment. it should not change thematz2011-09-121-1/+1
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-031-4/+11
* * io.c (validate_enc_binmode, prep_stdio): default to text mode onnobu2011-09-021-2/+3
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-9/+5
* * io.c (rb_pipe): pipe on cygwin can succeed half but failnobu2011-07-311-0/+8
* * io.c (rb_io_each_byte): remove unused variable e.naruse2011-07-301-3/+2
* * io.c (rb_io_each_byte): rbuf can be refreshed during yield.nobu2011-07-301-6/+3
* * io.c (rb_update_max_fd): validate fd.akr2011-07-231-0/+4
* * io.c (rb_update_max_fd): remove parentheses. they are not in macro.kazu2011-07-201-1/+1
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-1/+8
* * io.c (UPDATE_MAXFD): removed.akr2011-07-191-11/+7
* * io.c (rb_update_max_fd): new function.akr2011-07-191-0/+5
* * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamedusa2011-07-151-1/+1
* * io.c: Note that methods other than IO#gets may increase IO#lineno.drbrain2011-07-091-5/+8
* * io.c (rb_io_close): close(2) on a fd which is being read bynobu2011-07-081-0/+6
* * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,ko12011-07-031-0/+3
* * math.c: Attach documentation for Math.drbrain2011-06-291-3/+11
* * io.c (fill_cbuf): finish reading at EOF, and the readconv hasnobu2011-06-181-0/+3
* * io.c: supress warnings.akr2011-06-181-2/+4
* * internal.h: declare internal functions here.akr2011-06-171-4/+0
* * io.c: Improve documentation of IO and File open and new.drbrain2011-06-161-67/+71
* * io.c: use select() appropriately for sendfile().akr2011-06-121-17/+12
* * io.c (io_getc): should be 7bit if ascii. fixes #4557nobu2011-06-111-1/+1
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-091-22/+82
* * io.c (io_fflush): windows -- call fsync() only when the FD is tied tousa2011-06-031-1/+5
* * io.c (rb_io_s_write, rb_io_s_binwrite): return!!!usa2011-06-021-2/+2
* * io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701]sorah2011-06-021-0/+126
* * io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internalusa2011-06-021-3/+3
* doco: p outputs newline regardless of record separatorryan2011-06-011-3/+2
* * io.c (io_encoding_set): should honor already set ecflags since itnobu2011-05-311-5/+3
* no space inside parensnobu2011-05-311-8/+8
* * io.c (rb_io_s_pipe): potential bug. the mode of read IO is set asusa2011-05-311-0/+8
* * io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty.naruse2011-05-271-0/+3
* * io.c (fill_cbuf): Fix test-all crash.kosaki2011-05-271-1/+2
* * io.c (validate_enc_binmode): do not clear textmode flag ifnobu2011-05-271-0/+2
* * io.c (fill_cbuf): finish reading at EOF.nobu2011-05-271-0/+1
* * io.c (rb_io_extract_modeenc): accept combination hash andkosaki2011-05-211-1/+1
* revert O_CLOEXEC patch series completely.kosaki2011-05-191-4/+0
* * remove trailing spaces.nobu2011-05-151-2/+2
* * io.c (select_internal): remove unused variable (interrupt_flag).kosaki2011-05-121-35/+32
* * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1...kosaki2011-05-041-0/+4
* * io.c (rb_f_select): remove useless ifdef.kosaki2011-05-041-8/+0
* * thread.c (rb_wait_for_single_fd): new.kosaki2011-05-041-40/+2
* * include/ruby/intern.h (rb_thread_select): mark as deprecated.kosaki2011-04-301-4/+4