Age | Commit message (Expand) | Author |
2011-10-22 | * io.c (rb_fd_set_cloexec): set close-on-exec flag only if F_GETFD is | akr |
2011-10-22 | * include/ruby/intern.h (rb_fd_set_cloexec): declared. | akr |
2011-10-02 | * io.c: fix documentation of ARGF.lineno=. | ktsj |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-09-12 | * io.c (Init_IO): update BINARY comment. it should not change the | matz |
2011-09-03 | * io.c (argf_next_argv): open in default text mode. | nobu |
2011-09-02 | * io.c (validate_enc_binmode, prep_stdio): default to text mode on | nobu |
2011-08-03 | * util.c, include/ruby/util.h (ruby_add_suffix): remove the function. | usa |
2011-07-31 | * io.c (rb_pipe): pipe on cygwin can succeed half but fail | nobu |
2011-07-30 | * io.c (rb_io_each_byte): remove unused variable e. | naruse |
2011-07-30 | * io.c (rb_io_each_byte): rbuf can be refreshed during yield. | nobu |
2011-07-23 | * io.c (rb_update_max_fd): validate fd. | akr |
2011-07-20 | * io.c (rb_update_max_fd): remove parentheses. they are not in macro. | kazu |
2011-07-20 | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr |
2011-07-19 | * io.c (UPDATE_MAXFD): removed. | akr |
2011-07-19 | * io.c (rb_update_max_fd): new function. | akr |
2011-07-15 | * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed | usa |
2011-07-09 | * io.c: Note that methods other than IO#gets may increase IO#lineno. | drbrain |
2011-07-08 | * io.c (rb_io_close): close(2) on a fd which is being read by | nobu |
2011-07-03 | * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p, | ko1 |
2011-06-29 | * math.c: Attach documentation for Math. | drbrain |
2011-06-18 | * io.c (fill_cbuf): finish reading at EOF, and the readconv has | nobu |
2011-06-18 | * io.c: supress warnings. | akr |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-16 | * io.c: Improve documentation of IO and File open and new. | drbrain |
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 |