summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2012-05-24Bug #6487nobu
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-17* io.c: re-fix merge miss.nobu
2012-05-17* io.c: Fix a mistake on merging the patch in the previous commit.yugui
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-05-16* io.c: fixed a merge mistake of r33878, reported by nobu via IRC.usa
2012-05-08* io.c (io_unread): fix IO#pos with mode 'r' bug on Windows.shirosaki
2012-05-06* io.c (io_encoding_set): suppress warnings. [ruby-dev:45627]naruse
2012-05-04* io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.naruse
2012-04-18* io.c (io_readpartial): Document the output buffer parameter isdrbrain
2012-04-15* reduce UNREACHABLE.nobu
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-04-11* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki
2012-04-07* io.c (io_unread): cast as long the value for extra_max.naruse
2012-03-27* io.c (io_unread): fixed memory leak. report by nagachika via IRC.usa
2012-03-22* io.c (static int io_fflush): add the definition.shirosaki
2012-03-13* io.c (io_encoding_set): always warn if external encoding and internalnaruse
2012-03-12* encoding.c (rb_find_encoding): new function find encoding fromnobu
2012-03-11* io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` exceptsorah
2012-03-02* io.c (pipe_open): cmd is no longer used if fork is available.nobu
2012-02-28* io.c (io_binwrite, rb_io_syswrite): use shared frozen sourcenobu
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-27* io.c (rb_io_set_pos): add rdoc about textmode.usa
2012-02-27* io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu
2012-02-24* dir.c (dir_inspect), io.c (rb_io_inspect): keep encoding of path.nobu
2012-02-24* dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str.nobu
2012-02-24* dir.c, file.c, io.c: use rb_sys_fail_path.nobu
2012-02-24* io.c (set_binary_mode_with_seek_cur): reorder function qualifiers.nobu
2012-02-23* io.c (rb_io_f_sync): Fix double-negative typo. [ruby-trunk - #5837]drbrain
2012-02-22* io.c (rb_io_extract_modeenc): fail only if conflictingnobu
2012-02-22* io.c (rb_io_s_foreach): argument check before making Enumerator.nobu
2012-02-22* io.c (rb_io_s_foreach): return enumerator including kerwordnobu
2012-02-15* io.c (io_strsetbuf): call rb_str_modify to make str independentnaruse
2012-02-14* io.c (io_setstrbuf): cut down the buffer if longer.nobu
2012-02-13* io.c (io_setstrbuf): defer resizing buffer string until data isnobu
2012-02-13* io.c (Init_IO): use directive hack to make ARGF documentablenobu
2012-02-02* io.c (argf_next_argv): reset ARGF.next_p on ARGV.replace.naruse
2012-01-31* io.c (argf_close): skip stdin, which should be readable again.nobu
2012-01-23* io.c (extract_binmode): raise an exception if binmode/textmodenaruse
2012-01-23* io.c (rb_io_extract_modeenc): set ASCII-8BIT if binmode is specifiednaruse
2012-01-13* io.c (rb_io_s_read): Fix formatting of open_args comment. Reporteddrbrain
2011-12-26* io.c (rb_sys_fail_path): move the definition.shirosaki
2011-12-20* io.c: Improve rdoc for {File|IO}.writemarcandre
2011-12-15* io.c (argf_type): make typed data.nobu
2011-12-14* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa
2011-12-07* io.c (Init_IO): Mention io/console methods. [Ruby 1.9 - Bug #5602]drbrain
2011-12-05* bignum.c (big_rshift), compile.c (validate_label,nobu
2011-12-04* io.c: suppress unused-value warnings. fixup of r33937.nobu
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena