aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init()kosaki2011-04-301-1/+1
* * io.c (make_writeconv): do not add textmode newline decorator if anynobu2011-04-291-1/+2
* * io.c (rb_io_extract_modeenc, rb_f_backquote): set default textnobu2011-04-271-2/+5
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-261-13/+29
* * io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined.kazu2011-04-141-1/+1
* * io.c (rb_io_fdatasync): remove unused variable.kazu2011-04-131-1/+0
* * io.c: revert r31230.kosaki2011-04-111-43/+4
* * io.c (rb_io_syswrite): While local FS writes are usuallykosaki2011-04-041-1/+1
* * configure.in: disable fdatasync again on Mac OS X.kosaki2011-04-031-2/+3
* * io.c (io_reopen): IO#close releases GVL if possible.kosaki2011-04-031-4/+43
* * io.c (io_cntl): use rb_thread_io_blocking_region() insteadkosaki2011-03-051-1/+1
* * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki2011-03-041-13/+32
* * io.c (io_cntl): change 'cmd' type to int. ioctl and fcntl need tokosaki2011-03-041-3/+3