index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io.c
Age
Commit message (
Expand
)
Author
2009-01-03
* io.c (maygvl_copy_stream_wait_read): renamed to add prefix to
akr
2008-12-31
rdoc update.
akr
2008-12-31
update rdoc.
akr
2008-12-31
* io.c (copy_stream_body): don't check to_io because
akr
2008-12-29
revert previous changes.
naruse
2008-12-29
* file.c (rb_get_path): move encoding conversion of file path
naruse
2008-12-26
* io.c (fptr_finalize): don't allocate objects if noraise.
akr
2008-12-26
* io.c (fptr_finalize): close the IO object even if finish_writeconv or
akr
2008-12-25
* io.c (rb_io_s_pipe): unused variable removed.
akr
2008-12-25
* io.c (pipe_close): removed.
akr
2008-12-25
* io.c (rb_io_initialize): check fd validity. [ruby-dev:36646]
akr
2008-12-25
* io.c (flush_before_seek): check io_fflush result.
akr
2008-12-25
* io.c (io_fflush): flush write buffer without write lock in
matz
2008-12-25
* io.c (fptr_finalize): close the IO object even if close(2) is failed.
akr
2008-12-25
* io.c: sorry, wrong commit. orz
usa
2008-12-25
* io.c (rb_io_flush): fsync() after buffer is flushed on win32.
usa
2008-12-23
* io.c (rb_io_init_copy): call io_seek only if io_tell succeeds.
akr
2008-12-23
* process.c (rb_fork): propagete an error message from child to parent.
akr
2008-12-23
* io.c: rdoc for File::open and 1.9 feature in file modes.
yugui
2008-12-23
* io.c (rb_io_inspect): show fd number if there is no pathname.
akr
2008-12-23
* io.c (pipe_open): need to initialize args.
usa
2008-12-23
* io.c (pipe_close): fix coding style. [ruby-dev:37554]
akr
2008-12-22
rdoc update.
akr
2008-12-22
* io.c (rb_io_s_pipe): IO.pipe can take a block.
akr
2008-12-20
* dln.c (dln_find_1): supplements an extension for executable
nobu
2008-12-19
* io.c (rb_io_extract_encoding_option): "internal_encoding: nil"
matz
2008-12-10
rdoc update.
akr
2008-12-04
* io.c (io_binwrite): arg.offset should be updated after retry.
akr
2008-12-04
* win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error
usa
2008-12-04
rdoc update.
akr
2008-12-03
update rdoc.
akr
2008-12-03
* io.c (rb_io_getc, rb_io_readchar): documentation correction from
nobu
2008-11-07
* include/ruby/io.h (rb_io_t): added write_lock to serialize.
nobu
2008-10-29
* io.c (rb_io_rewind): should reset fptr->readconv if it's
matz
2008-10-28
* io.c (extract_binmode): new function to extract binmode/textmode
usa
2008-10-28
* io.c (make_readconv): now can specify the size of cbuf.
usa
2008-10-27
* io.c (argf_init): initial value of $. should be 0.
nobu
2008-10-27
* io.c (read_all): the 3rd argument maybe Qnil.
usa
2008-10-26
* io.c (read_all): use the given buffer to read when needs readconv.
nobu
2008-10-22
* io.c (pipe_open): remove unnecessary flush before fork.
matz
2008-10-21
* io.c (open_key_args): should adjust argc, argv in struct
matz
2008-10-21
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-10-21
* io.c, include/ruby/intern.h (rb_io_ascii8bit_binmode): externed.
shugo
2008-10-21
* io.c (rb_file_open_internal): should initialize fmode before using.
nobu
2008-10-20
* io.c (rb_io_extract_modeenc): plain rb/wb should set ASCII-8BIT
matz
2008-10-20
* io.c (rb_io_ascii8bit_binmode): renamed from rb_io_binmode.
akr
2008-10-18
rdoc update.
akr
2008-10-16
* io.c (rb_io_binmode): reset encoding conversion.
akr
2008-10-16
* io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):
mame
2008-10-15
rdoc update.
akr
[next]