aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.nobu2010-10-121-1/+1
* * io.c (rb_io_ungetc): always see Bignum. On 32bit valid valuenaruse2010-10-121-2/+0
* * io.c (rb_io_ungetc): use unsigned int for GB18030.naruse2010-10-121-5/+6
* * io.c (rb_io_putc): support multibyte characters.naruse2010-10-121-3/+9
* * io.c (rb_io_set_encoding): use rb_funcall2 when the io is notnaruse2010-10-101-1/+6
* * io.c (fptr_finalize): write_mutex might have been destroyednobu2010-10-061-3/+9
* * io.c (rb_io_puts): fix for wide char encoding strings.nobu2010-09-151-1/+17
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-101-46/+26
* * ext/pty/pty.c (chfunc): pass through exceptions.nobu2010-09-021-26/+62
* * file.c (null_device): move from io.c.nobu2010-08-271-14/+0
* * io.c (null_device): the name of null device. [ruby-dev:41791]nobu2010-08-271-0/+14
* * configure.in, include/ruby/defines.h (RUBY_FUNC_EXPORTED): macronobu2010-08-141-1/+1
* * io.c (rb_io_memsize): constified.nobu2010-08-141-1/+1
* 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