summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2010-11-28* io.c (struct argf): make lineno long, and reorder members.nobu
2010-11-27 * io.c (io_fwrite): use rb_w32_write_console under Windows.luislavena
2010-11-18* include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t.nobu
2010-11-14* io.c (argf_readlines): forward to current_file for argumentsnobu
2010-11-11* io.c (argf_close): untie tied io before closing.nobu
2010-11-11* io.c (argf_write): add ARGF.write and so on.nobu
2010-11-11* io.c (argf_read_nonblock): add ARGF.read_nonblock.nobu
2010-11-11* io.c (pipe_finalize): status is success if no process.nobu
2010-11-04* io.c (rb_io_readlines, rb_io_each_line): limit must not be zero.nobu
2010-10-21* io.c (rb_f_select): change rdoc.naruse
2010-10-21* io.c (rb_f_select): add correct rdoc.naruse
2010-10-12* io.c (rb_io_ctl), parse.y (LVAR_USED): suppress warnings.nobu
2010-10-12* io.c (rb_io_ungetc): always see Bignum. On 32bit valid valuenaruse
2010-10-12* io.c (rb_io_ungetc): use unsigned int for GB18030.naruse
2010-10-12* io.c (rb_io_putc): support multibyte characters.naruse
2010-10-10* io.c (rb_io_set_encoding): use rb_funcall2 when the io is notnaruse
2010-10-06* io.c (fptr_finalize): write_mutex might have been destroyednobu
2010-09-15* io.c (rb_io_puts): fix for wide char encoding strings.nobu
2010-09-10* class.c (rb_scan_args): Add support for optional keywordknu
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): macronobu
2010-08-14* io.c (rb_io_memsize): constified.nobu
2010-08-07update doc.akr
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