summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-08-08* io.c (shutdown): not define if defined already.nobu
2008-08-08* configure.in (shutdown, sched_yield, pthread_attr_setinheritsched):nobu
2008-08-06* eval_intern.h: Add support to Haiku. see [ruby-core:18110]naruse
2008-08-05* array.c (rb_ary_sort_bang): reset to real class.nobu
2008-08-05* io.c (retry_sendfile, retry_read): ENOSYS and EWOULDBLOCK are notnobu
2008-07-29* io.c (io_ungetc): raise NotImplementedError when ungetc is calledmame
2008-07-21* io.c (prepare_getline_args): check if rs is a string when non-nilnobu
2008-07-16* io.c (appendline): remove invalid access.mame
2008-07-11* io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu
2008-07-05rename rb_pipe_internal to rb_pipe.akr
2008-07-05* io.c (rb_pipe_internal): new function for handling EMFILE and ENFILEakr
2008-06-30* io.c (argf_each_line): pass args to each_line. [ruby-dev:34958]mame
2008-06-24 * io.c (io_reopen): remove cygwin handling because it seems to be forusa
2008-06-21 * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new methodusa
2008-06-18* io.c (rb_open_file): fs_encoding and fname_encoding isnaruse
2008-06-18* io.c (rb_open_file): not rb_enc_get_index but rb_enc_get.naruse
2008-06-16* io.c (io_set_encoding): defined.naruse
2008-06-11* io.c (read_all): should use io_read_encoding(), notmatz
2008-06-11* io.c (rb_io_reopen): clear read buffer.nobu
2008-06-11* io.c (io_fread): bypass buffered read if reading buffer is empty.matz
2008-06-09* include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc.nobu
2008-06-09* io.c (fptr_finalize): close IO object if fd is already closed.akr
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-06-07* io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu
2008-06-06 * io.c (rb_open_file, rb_io_s_sysopen): fmode should be unsigned int.usa
2008-06-02* re.c: fix SEGV by Regexp.allocate.names, Match.allocate.names, etc.mame
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-29remove a compile error.mame
2008-05-29* io.c (argf_readchar): raise EOFError, synchronizing IO#readchar.mame
2008-05-29* io.c (argf_external_encoding, argf_internal_encoding): fix SEGV bymame
2008-05-28* io.c (rb_getc): same as rb_read_check.nobu
2008-05-27* io.c (Init_IO): Define ARGF.{lines,bytes,chars}.knu
2008-05-12* io.c (rb_f_gets.): re-enable rdoc.akr
2008-05-12 * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa
2008-05-11* thread.c (thread_cleanup_func_before_exec): extracted fromakr
2008-05-07* io.c (io_puts_ary): check recursion first. [ruby-dev:34580]nobu
2008-05-05* io.c (io_fflush): IO#flush problem within threads. a patch frommatz
2008-05-02* io.c (internal_read_func, internal_write_func): split fromnobu
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-28* include/ruby/intern.h (rb_exec_arg_init): declared.akr
2008-04-26* io.c, signal.c, thread.c, thread_win32.c, include/ruby/intern.h:nobu
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-21* io.c (copy_stream_body): call rb_io_check_readable andakr
2008-04-20* io.c (copy_stream_func): suppress warnings.nobu
2008-04-20* io.c (copy_stream_rbuf_to_dst): removed.akr
2008-04-20* io.c (copy_stream_fallback): write directly (bypassing write method)akr
2008-04-20avoid warnings in copy_stream_body.akr
2008-04-20* io.c (copy_stream_fallback): read directly (bypassing readpartial)akr
2008-04-19* io.c (copy_stream_body): use readpartial and write method forakr