summaryrefslogtreecommitdiff
path: root/io.c
AgeCommit message (Expand)Author
2009-02-09* io.c (io_encoding_set): ignore second argument when external andnaruse
2009-02-08* io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]nobu
2009-02-06* io.c (io_fread): use rb_io_wait_readable for retryakr
2009-02-06(pipe_open) [__SYMBIAN32__]: fixed compile time error azav
2009-02-05* include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr
2009-02-04rdoc update.akr
2009-01-31rdoc update.akr
2009-01-22 * revert previous revision. it's already out-of-date.usa
2009-01-22 * include/ruby/win32.h, win32/win32.c (rb_w32_is_valid_fd): new functionusa
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOFnobu
2009-01-21* io.c (rb_io_ungetbyte, rb_io_ungetc): clears EOF flag.nobu
2009-01-21* include/ruby/io.h (typedef struct rb_io_t):nobu
2009-01-15rdoc update.akr
2009-01-15 * io.c (pipe_open): revert a part of previous commit. it may be ausa
2009-01-15* symbian/README.SYMBIAN: symbian support added. great appreciatematz
2009-01-14* io.c (rb_io_wait_readable, rb_io_wait_writable): need rb_fd_ptr.nobu
2009-01-14* io.c (appendline): reformed.nobu
2009-01-14* io.c (rb_io_s_pipe): reduced nest of rb_ensure of main block.nobu
2009-01-13 * io.c (io_reopen, rb_io_init_copy): should register fptr to pipe_listusa
2009-01-13 * io.c (rb_io_close_read): call rb_io_fptr_cleanup() instead ofusa
2009-01-13 * io.c (rb_io_initialize): workaround for Windows. [ruby-dev:37686]usa
2009-01-05* io.c (rb_close_before_exec): more heuristics to detect maximum fd.akr
2009-01-03* io.c (maygvl_copy_stream_wait_read): renamed to add prefix toakr
2008-12-31rdoc update.akr
2008-12-31update rdoc.akr
2008-12-31* io.c (copy_stream_body): don't check to_io becauseakr
2008-12-29revert previous changes.naruse
2008-12-29* file.c (rb_get_path): move encoding conversion of file pathnaruse
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 orakr
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 inmatz
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. orzusa
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-22rdoc 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 executablenobu
2008-12-19* io.c (rb_io_extract_encoding_option): "internal_encoding: nil"matz
2008-12-10rdoc update.akr
2008-12-04* io.c (io_binwrite): arg.offset should be updated after retry.akr