Age | Commit message (Expand) | Author |
2010-09-02 | * ext/pty/pty.c (chfunc): pass through exceptions. | nobu |
2010-08-27 | * file.c (null_device): move from io.c. | nobu |
2010-08-27 | * io.c (null_device): the name of null device. [ruby-dev:41791] | nobu |
2010-08-14 | * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macro | nobu |
2010-08-14 | * io.c (rb_io_memsize): constified. | nobu |
2010-08-07 | update doc. | akr |
2010-07-20 | * io.c (io_flush_buffer): write and buffer operations should be | nobu |
2010-07-06 | * io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directly | akr |
2010-07-04 | * io.c (swallow, prepare_getline_args, rb_io_getline_1): fix for | nobu |
2010-07-02 | * io.c (argf_inplace_mode_set): prohibits an assignment of a tainted | usa |
2010-06-27 | * include/ruby/io.h, io.c: reverted r21709. | nobu |
2010-06-27 | * io.c (simple_sendfile): don't try to send data more than SSIZE_MAX | akr |
2010-06-22 | * io.c (argf_next_argv): check for setting owner/group. | nobu |
2010-06-22 | * io.c: rdoc fix for ARGF.lineno; cf. [ruby-core:29048] | marcandre |
2010-06-12 | * io.c (rb_f_syscall): should check argument string taint before | matz |
2010-06-10 | * io.c (rb_io_putc): documentation updated to mention putc would | matz |
2010-06-07 | * io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641] | nobu |
2010-05-31 | * io.c (pipe_open): add RB_GC_GUARD. | tarui |
2010-05-29 | * removed trailing spaces. | nobu |
2010-05-17 | * enum.c: Documentation: small fixes | marcandre |
2010-05-17 | * hash.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-17 | * array.c: Documentation: change => in call-seq to ->. | marcandre |
2010-05-13 | * io.c (swallow): should use more_char() instead of fill_cbuf(). | usa |
2010-05-13 | * array.c: Harmonize documentation, in particular regarding: | marcandre |
2010-05-13 | * io.c (swallow): small optimize. | usa |
2010-05-13 | * io.c (swallow): support text mode and UTF-16/32 as internal encoding. | usa |
2010-05-10 | * win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): new | usa |
2010-05-08 | * io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and c... | kazu |
2010-05-08 | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre |
2010-05-03 | Add rdoc about IO#read(length). [ruby-core:29161] | naruse |
2010-04-30 | * merge some patches from win32-uncode-test branch. | usa |
2010-04-30 | * io.c (seek_before_access): fixed argument type. | nobu |
2010-04-29 | * io.c (seek_before_access): renamed. see [ruby-core:29861]. | nobu |
2010-04-29 | * io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Roger | nobu |
2010-04-26 | * io.c (select_internal): IO which cbuf is not empty is readable. | akr |
2010-04-25 | * io.c (ruby_dup): update max fd. | nobu |
2010-04-24 | update doc. | akr |
2010-04-24 | update document. | akr |
2010-04-24 | * io.c: raise IOError when byte oriented operations occur with | akr |
2010-04-21 | * io.c (io_getc): fix incomplete character immediately before EOF | naruse |
2010-04-20 | * io.c (io_getc): set read_encoding to resulted one character | naruse |
2010-04-20 | * io.c: fixed the wrong description of rdoc. | usa |
2010-04-20 | * io.c: rdoc. see [ruby-dev:40506]. | usa |
2010-04-19 | * io.c (internal_{read,write}_func, rb_{read,write}_internal): | nobu |
2010-04-16 | * io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch from | mame |
2010-04-14 | * io.c (io_shift_cbuf): should terminate. | nobu |
2010-04-11 | * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby... | kazu |
2010-04-08 | * io.c (internal_{read,write}_func, rb_{read,write}_internal): | nobu |
2010-04-01 | * io.c (rb_io_initialize): fixed a rdoc miss that textmode and | nobu |
2010-03-21 | * io.c (rb_io_initialize): add autoclose argument to control close | nobu |