aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_read): duplicate string if shared. [ruby-dev:42719]tarui2010-12-071-1/+4
* * io.c (struct argf): make lineno long, and reorder members.nobu2010-11-281-6/+5
* * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena2010-11-271-0/+4
* * include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t.nobu2010-11-181-198/+198
* * io.c (argf_readlines): forward to current_file for argumentsnobu2010-11-141-4/+14
* * io.c (argf_close): untie tied io before closing.nobu2010-11-111-2/+10
* * io.c (argf_write): add ARGF.write and so on.nobu2010-11-111-1/+52
* * io.c (argf_read_nonblock): add ARGF.read_nonblock.nobu2010-11-111-1/+24
* * io.c (pipe_finalize): status is success if no process.nobu2010-11-111-1/+1
* * io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu2010-11-041-0/+4
* * io.c (rb_f_select): change rdoc.naruse2010-10-211-16/+47
* * io.c (rb_f_select): add correct rdoc.naruse2010-10-211-7/+17
* * 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