summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
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
2011-12-01* io.c (linux_get_maxfd): change local variable name.akr
2011-11-29* io.c (rb_write_error2): suppress unused variable warning.nobu
2011-11-28* io.c (rb_write_error2): fwrite() returns ssize_t.nobu
2011-11-28* io.c (rb_io_flush): release GVL during fsync() on Windows.usa
2011-11-27* io.c (rb_write_error2): get rid of warning on linux. fwritekosaki
2011-11-26* io.c (copy_stream_body): use 0666 for permission argument for open.akr
2011-11-25* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki
2011-11-24* io.c (rb_io_reopen): re-initialize buffereing mode for stdout andakr
2011-11-24Merge branch 'fsync-nogvl' into trunkkosaki
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse
2011-11-21* io.c (linux_get_maxfd): get rid of a warning.akr
2011-11-21* io.c (linux_get_maxfd): new function to find maximum fd on Linux.akr
2011-11-18* io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it isusa
2011-11-16* io.c (argf_next_argv): wrong timing of setting ecflags.usa
2011-11-15* io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr
2011-11-12* io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): usenobu
2011-11-12* ChangeLog, io.c: whitespace-cleanup.nobu
2011-11-12* io.c (fcntl_narg_len): introduce narg calculation for fcntl insteadkosaki
2011-11-12* io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, butkosaki
2011-11-12* io.c (rb_ioctl): don't expose our sanity check value to ruby script.kosaki