summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2010-07-20* io.c (io_flush_buffer): write and buffer operations should benobu
2010-07-06* io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directlyakr
2010-07-04* io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu
2010-07-02* io.c (argf_inplace_mode_set): prohibits an assignment of a taintedusa
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_MAXakr
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 beforematz
2010-06-10* io.c (rb_io_putc): documentation updated to mention putc wouldmatz
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 fixesmarcandre
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): newusa
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-03Add 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 Rogernobu
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-24update doc.akr
2010-04-24update document.akr
2010-04-24* io.c: raise IOError when byte oriented operations occur withakr
2010-04-21* io.c (io_getc): fix incomplete character immediately before EOFnaruse
2010-04-20* io.c (io_getc): set read_encoding to resulted one characternaruse
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 frommame
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 andnobu
2010-03-21* io.c (rb_io_initialize): add autoclose argument to control closenobu
2010-03-21* io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu
2010-03-21* io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu
2010-03-15* io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz
2010-03-14* io.c (rb_io_each_codepoint): read directly when readconv isnobu
2010-03-13* io.c (rb_io_print): should not print field separator at the endmatz
2010-03-07* io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre