aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* update doc.akr2010-08-071-3/+3
* * io.c (io_flush_buffer): write and buffer operations should benobu2010-07-201-32/+37
* * io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directlyakr2010-07-061-2/+1
* * io.c (swallow, prepare_getline_args, rb_io_getline_1): fix fornobu2010-07-041-3/+12
* * io.c (argf_inplace_mode_set): prohibits an assignment of a taintedusa2010-07-021-0/+3
* * include/ruby/io.h, io.c: reverted r21709.nobu2010-06-271-18/+3
* * io.c (simple_sendfile): don't try to send data more than SSIZE_MAXakr2010-06-271-2/+7
* * io.c (argf_next_argv): check for setting owner/group.nobu2010-06-221-2/+12
* * io.c: rdoc fix for ARGF.lineno; cf. [ruby-core:29048]marcandre2010-06-221-2/+2
* * io.c (rb_f_syscall): should check argument string taint beforematz2010-06-121-1/+1
* * io.c (rb_io_putc): documentation updated to mention putc wouldmatz2010-06-101-3/+8
* * io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu2010-06-071-10/+10
* * io.c (pipe_open): add RB_GC_GUARD.tarui2010-05-311-0/+3
* * removed trailing spaces.nobu2010-05-291-1/+1
* * enum.c: Documentation: small fixesmarcandre2010-05-171-28/+28
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-195/+195
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-213/+213
* * io.c (swallow): should use more_char() instead of fill_cbuf().usa2010-05-131-5/+1
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-26/+25
* * io.c (swallow): small optimize.usa2010-05-131-4/+4
* * io.c (swallow): support text mode and UTF-16/32 as internal encoding.usa2010-05-131-9/+42
* * win32/win32.c, include/ruby/win32.h (rb_w32_has_cancel_io): newusa2010-05-101-2/+3
* * io.c (nogvl_copy_stream_sendfile): ISO C90 forbids mixed declarations and c...kazu2010-05-081-2/+3
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-081-0/+35
* Add rdoc about IO#read(length). [ruby-core:29161]naruse2010-05-031-5/+6
* * merge some patches from win32-uncode-test branch.usa2010-04-301-42/+7
* * io.c (seek_before_access): fixed argument type.nobu2010-04-301-2/+3
* * io.c (seek_before_access): renamed. see [ruby-core:29861].nobu2010-04-291-2/+2
* * io.c (rb_io_s_binread): fixed rdoc. parts of a patch from Rogernobu2010-04-291-3/+3
* * io.c (select_internal): IO which cbuf is not empty is readable.akr2010-04-261-1/+1
* * io.c (ruby_dup): update max fd.nobu2010-04-251-0/+1
* update doc.akr2010-04-241-8/+8
* update document.akr2010-04-241-1/+1
* * io.c: raise IOError when byte oriented operations occur withakr2010-04-241-18/+40
* * io.c (io_getc): fix incomplete character immediately before EOFnaruse2010-04-211-8/+8
* * io.c (io_getc): set read_encoding to resulted one characternaruse2010-04-201-12/+23
* * io.c: fixed the wrong description of rdoc.usa2010-04-201-2/+6
* * io.c: rdoc. see [ruby-dev:40506].usa2010-04-201-0/+6
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-191-17/+4
* * io.c (rb_io_rewind, rb_io_eof): add rdoc. based on a patch frommame2010-04-161-2/+6
* * io.c (io_shift_cbuf): should terminate.nobu2010-04-141-4/+1
* * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu2010-04-111-4/+16
* * io.c (internal_{read,write}_func, rb_{read,write}_internal):nobu2010-04-081-4/+17
* * io.c (rb_io_initialize): fixed a rdoc miss that textmode andnobu2010-04-011-2/+2
* * io.c (rb_io_initialize): add autoclose argument to control closenobu2010-03-211-1/+58
* * io.c (IO_RBUF_CAPA_FOR): use large buffer as cbuf if readconv isnobu2010-03-211-18/+20
* * io.c (IO_[CRW]BUF_CAPA_MIN): replaced magic numbers.nobu2010-03-211-6/+11
* * io.c (rb_io_print): RDoc update. a patch from Daniel Kelleymatz2010-03-151-1/+3
* * io.c (rb_io_each_codepoint): read directly when readconv isnobu2010-03-141-3/+8
* * io.c (rb_io_print): should not print field separator at the endmatz2010-03-131-2/+2