| Commit message (Expand) | Author | Age | Files | Lines |
* | * io.c (rb_pipe): pipe on cygwin can succeed half but fail | nobu | 2011-07-31 | 1 | -0/+8 |
* | * io.c (rb_io_each_byte): remove unused variable e. | naruse | 2011-07-30 | 1 | -3/+2 |
* | * io.c (rb_io_each_byte): rbuf can be refreshed during yield. | nobu | 2011-07-30 | 1 | -6/+3 |
* | * io.c (rb_update_max_fd): validate fd. | akr | 2011-07-23 | 1 | -0/+4 |
* | * io.c (rb_update_max_fd): remove parentheses. they are not in macro. | kazu | 2011-07-20 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr | 2011-07-20 | 1 | -1/+8 |
* | * io.c (UPDATE_MAXFD): removed. | akr | 2011-07-19 | 1 | -11/+7 |
* | * io.c (rb_update_max_fd): new function. | akr | 2011-07-19 | 1 | -0/+5 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed | usa | 2011-07-15 | 1 | -1/+1 |
* | * io.c: Note that methods other than IO#gets may increase IO#lineno. | drbrain | 2011-07-09 | 1 | -5/+8 |
* | * io.c (rb_io_close): close(2) on a fd which is being read by | nobu | 2011-07-08 | 1 | -0/+6 |
* | * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p, | ko1 | 2011-07-03 | 1 | -0/+3 |
* | * math.c: Attach documentation for Math. | drbrain | 2011-06-29 | 1 | -3/+11 |
* | * io.c (fill_cbuf): finish reading at EOF, and the readconv has | nobu | 2011-06-18 | 1 | -0/+3 |
* | * io.c: supress warnings. | akr | 2011-06-18 | 1 | -2/+4 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -4/+0 |
* | * io.c: Improve documentation of IO and File open and new. | drbrain | 2011-06-16 | 1 | -67/+71 |
* | * io.c: use select() appropriately for sendfile(). | akr | 2011-06-12 | 1 | -17/+12 |
* | * io.c (io_getc): should be 7bit if ascii. fixes #4557 | nobu | 2011-06-11 | 1 | -1/+1 |
* | * io.c: fix IO.copy_stream interrupt handling. | akr | 2011-06-09 | 1 | -22/+82 |
* | * io.c (io_fflush): windows -- call fsync() only when the FD is tied to | usa | 2011-06-03 | 1 | -1/+5 |
* | * io.c (rb_io_s_write, rb_io_s_binwrite): return!!! | usa | 2011-06-02 | 1 | -2/+2 |
* | * io.c: Add File.write, File.binwrite. [Feature #1081] [ruby-core:21701] | sorah | 2011-06-02 | 1 | -0/+126 |
* | * io.c (io_flush, rb_io_flush): need to fsync() when ruby calls internal | usa | 2011-06-02 | 1 | -3/+3 |
* | doco: p outputs newline regardless of record separator | ryan | 2011-06-01 | 1 | -3/+2 |
* | * io.c (io_encoding_set): should honor already set ecflags since it | nobu | 2011-05-31 | 1 | -5/+3 |
* | no space inside parens | nobu | 2011-05-31 | 1 | -8/+8 |
* | * io.c (rb_io_s_pipe): potential bug. the mode of read IO is set as | usa | 2011-05-31 | 1 | -0/+8 |
* | * io.c (fill_cbuf): return MORE_CHAR_SUSPENDED when cbuf is not empty. | naruse | 2011-05-27 | 1 | -0/+3 |
* | * io.c (fill_cbuf): Fix test-all crash. | kosaki | 2011-05-27 | 1 | -1/+2 |
* | * io.c (validate_enc_binmode): do not clear textmode flag if | nobu | 2011-05-27 | 1 | -0/+2 |
* | * io.c (fill_cbuf): finish reading at EOF. | nobu | 2011-05-27 | 1 | -0/+1 |
* | * io.c (rb_io_extract_modeenc): accept combination hash and | kosaki | 2011-05-21 | 1 | -1/+1 |
* | revert O_CLOEXEC patch series completely. | kosaki | 2011-05-19 | 1 | -4/+0 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -2/+2 |
* | * io.c (select_internal): remove unused variable (interrupt_flag). | kosaki | 2011-05-12 | 1 | -35/+32 |
* | * io.c (Init_IO): Added File::CLOEXEC constant. [ruby-core:22893] [Feature #1... | kosaki | 2011-05-04 | 1 | -0/+4 |
* | * io.c (rb_f_select): remove useless ifdef. | kosaki | 2011-05-04 | 1 | -8/+0 |
* | * thread.c (rb_wait_for_single_fd): new. | kosaki | 2011-05-04 | 1 | -40/+2 |
* | * include/ruby/intern.h (rb_thread_select): mark as deprecated. | kosaki | 2011-04-30 | 1 | -4/+4 |
* | * io.c (copy_stream_body, rb_io_s_copy_stream): move rb_fd_init() | kosaki | 2011-04-30 | 1 | -1/+1 |
* | * io.c (make_writeconv): do not add textmode newline decorator if any | nobu | 2011-04-29 | 1 | -1/+2 |
* | * io.c (rb_io_extract_modeenc, rb_f_backquote): set default text | nobu | 2011-04-27 | 1 | -2/+5 |
* | * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newline | nobu | 2011-04-26 | 1 | -13/+29 |
* | * io.c (rb_f_syscall): reduce warning: "HAVE___SYSCALL" is not defined. | kazu | 2011-04-14 | 1 | -1/+1 |
* | * io.c (rb_io_fdatasync): remove unused variable. | kazu | 2011-04-13 | 1 | -1/+0 |
* | * io.c: revert r31230. | kosaki | 2011-04-11 | 1 | -43/+4 |
* | * io.c (rb_io_syswrite): While local FS writes are usually | kosaki | 2011-04-04 | 1 | -1/+1 |
* | * configure.in: disable fdatasync again on Mac OS X. | kosaki | 2011-04-03 | 1 | -2/+3 |
* | * io.c (io_reopen): IO#close releases GVL if possible. | kosaki | 2011-04-03 | 1 | -4/+43 |